Funes
Funes
Hi @Jolanrensen Perhaps you can try execute the following shell command through this library: `shell: kill -SIGINT [Process PID]`
Hi @ngbrito, Can you share the logs? Regards.
Hi @DTown I think the commit that solves this error is the [following](https://github.com/facebook/WebDriverAgent/commit/c4da863b9c8d6d076ba74bf1ff58b47ef56dd2fa)
> Hello guys, > > Im just getting started with stf... As I can see, you are able to use some ios devices ... is there a guide that I...
> Hello @guadaran , > > I tried to set it on my machine but at the very first command, I get this error > > > ./Scripts/bootstrap.sh: line 46:...
Hi @ngbrito, @brian-leidos, This problem is related to support for **XCode 10** see #14 and [this](https://github.com/facebook/WebDriverAgent/commit/c4da863b9c8d6d076ba74bf1ff58b47ef56dd2fa) Basically some classes are moved from public **XCTest** framework to private **XCTAutomationSupport** one. In...