-
## Description
Since `Widget` does not implement `WebElement` along with `WrapsElement`, it makes calls to the `WebElement` methods require a verbose call to `getWrappedElement` every time an interac…
-
## The problem
On Android, one `WebElement` fails to see that another `WebElement` refers to the same actual UI element.
## Environment
~* Appium version (or git revision) that exhibits the…
-
Appium v1.22.3
Java 1.8
WinAppDriver 1.2.2009.2003
**Steps**
1. Create Driver (Root)
2. Set implicitlyWait 5 seconds
3. Search for a non-existent element
```
AppiumServiceBui…
-
I got an error when start chrome with video-node.
The specified class : com.aimmac23.node.servlet.VideoRecordingControlServlet cannot be instantiated com.aimmac23.node.servlet.VideoRecordingControl…
-
```
Operating system :
.Net Framework version :3.5 and 4.0
Office Version :2003,2007,2010
SeleniumWrapper version :2.32
What new feature do you need?
Can the current version support parallel test run…
-
```
Trying to use a proxy via webdriver as per the following
$cap = array('proxy' => '50.***.249.***:3128');
$webdriver->connect("firefox", "", $cap);
yields this in Selenium Server
13:25:56.702 …
-
```
Trying to use a proxy via webdriver as per the following
$cap = array('proxy' => '50.***.249.***:3128');
$webdriver->connect("firefox", "", $cap);
yields this in Selenium Server
13:25:56.702 …
-
Resource: https://testautomationu.applitools.com/selenium-webdriver-tutorial-java/
-
```
I'm running tests on local machine on Mac OS
Python 2.7.5
Selenium hub:
> java -jar ~/Downloads/selenium-server-standalone-2.42.2.jar -role hub
Selenium node:
java -jar ~/Downloads/selenium…
-
I am using vscode-java with selenium project.
After I cloned form https://github.com/SeleniumHQ/selenium.git,
I create 2 pom.xml files, one for /selenium/java/client, one for /selenium/java/server, as…