selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### What happened? i install selenuim in java env using intelij idea i add selenuim via the maven depnedency but when i run driver.get("google.com") this issue is apear : org.openqa.selenium.devtools.CdpInfo:...
### What happened? # Summary When a `NetworkInterceptor` and related WebDriver are closed/quit, the "CDP Connection" thread may eventually throw a `TimeoutException`. This error occures a couple of seconds after...
### What happened? I need to connect to our selenium grid over a secure connection (https). I couldnt figure out a way to do it with the functions that selenium...
### What happened? Hi, I wanted use CDP methods in my tests and I faced with command like Network.emulateNetworkConditions. In my tests Im using one chrome/edge instance for two different...
### What happened? Have migrated to selenium grid 4 (4.1.3) and working fine. But sometimes when open the console, cannot see nodes, rather seeing " loading " message on the...
**Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines. Avoid large PRs,...
### Description Let port prober choose from a safe range of ephemeral ports that explicitly exclude the well-known range of ephemeral ports used by the OS for port allocation (as...
**Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines. Avoid large PRs,...
**Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines. Avoid large PRs,...
### Feature and motivation Currently the [documentation](https://www.selenium.dev/selenium/docs/api/py/) is only available for the 4.0.0 release. If there are interface changes and the documentation is updated I cannot use the official doc...