-
### What happened?
We are using EventFiringWebDriver, which returns EventFiringWebElements. In our source, we have an IWebElement wrapping class called WebElementWrapper, which implements IWebElement…
-
This is my first time writing a bug/issue, so please let me know if I missed anything or posting this incorrectly. In preparation for my first PR, I followed the instructions in https://github.com/ang…
-
Selenium-grid-extras with Chromedriver will break when Chrome upgrades to v 74 or higher.
(Firstly it can't auto-download the corresponding driver versions. If you manually download and rename th…
-
Hi All,
I'm using openshift 3.9 and I have deployed the files following the blog http://ddavison.io/2016/02/01/openshift-templates-for-selenium.html
In the deployment logs of selenium-hub I see th…
-
### What happened?
Not getting any suggestion regarding the webdriver in test class. ( Both in pycharm and vscode ) The code is working fine but its very difficult to type all the code manually witho…
-
I'm trying to use [Selenium Grid in Docker](https://github.com/SeleniumHQ/docker-selenium) with selenium-wire but unfortunately, it doesn't work. It works with the general Selenium library though:
…
-
### What happened?
Browser: Version 130.0.6723.59 (Official Build) (arm64)
Selenium Version:
org.seleniumhq.selenium:selenium-devtools-v86:4.8.2
Details:
I wrote code to clear the entered t…
-
### What happened?
I'm using Java + Cucumber + testNG + Appium to do automation test on mobile devices. I got some errors as following
**Caused by: java.lang.OutOfMemoryError: Compressed class space…
-
### What happened?
I'm trying to deploy seleniumgrid 4 in Openshift (Build on top of Kubernates). I created separate deployment for hub and chrome node. Also, Created services for Hub & chrome node i…
-
### What happened?
I made some request by python after I called driver.quit()
Then a selenium.common.exceptions.WebDriverException is thrown.
Then I cannot make another request to the selenium hu…