-
public class FlutterTestOne {
public static void main(String[] args) {
AppiumDriverLocalService service = new AppiumServiceBuilder().usingAnyFreePort().build();
service.start();…
-
Originally reported on Google Code with ID 5000
```
What steps will reproduce the problem?
1. Start a selenium grid node, connected to a local selenium grib hub, and using phantomjs
instances. Exampl…
-
Hi,
I am running a test using mocha, selenium-webdriver and http-mitm-proxy.
I set proxy using selenium to divert https traffic to the mitm-proxy. After my test cases are done, I call proxy.clo…
-
```
What steps will reproduce the problem?
1.click link is not working in Chrome 26.0 on Windows XP machine.
2. I am using selenium Java 2.32 version and Chrome driver
chromedriver_win_26.0.1383.0.zi…
-
I'm running a docker image locally, and using selenium-wire to connect to an authenticated proxy. This, of course, works perfectly when I do NOT use a remote WebDriver. I've looked at all the other is…
-
```
See http://goo.gl/ll2FvQ for common issues.
Issue Description:
org.openqa.selenium.WebDriverException: chrome not reachable on Linux machine.
Where as this works perfectly fine in windows machine…
-
I am using protractor : 5.6.2
web driver manager : 12.1.6
selenium-server-standalone : 3.141.59.
chrome browser version : 76.0.3809.100
chrome driver version launched by webdriver manager is :76.0…
-
Hey, I'm trying to use JBrowserDriver with selenium. Chrome driver worked well, but I want JBrowserDriver. Here is my sample code:
```
RemoteWebDriver driver = null;
driver = n…
-
Hello,
I would like to use the lib to do some dev with it but i'm facing issues even launching a project with it.
My project is built with poetry so i'm handling the libs through this tool. My con…
-
I cloned this repo because I was interested in the E2ETest project that starts and stops a dotnet application as part of the test run. (Thanks for that!)
In order to get it to run on my current sys…