seleniumhq.github.io
seleniumhq.github.io copied to clipboard
Official Selenium website and documentation
### Description This PR unifies the logic of the "first script" page between the different binding languages. ### Motivation and Context At this moment, there are slight differences between the...
### Description This PR allows running the .Net tests on CI. For that, this commit does the following: * Change workflow setup to run tests * Fix some tests (e.g....
### Description This PR allows running the Ruby tests on CI. For that, this commit does the following: * Change workflow setup to run tests * Fix some tests (e.g....
Update Selenium-java dependency version **Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR,...
### Description Blog post on how selenium grid can scale in k8s using KEDA Adaptation of https://www.linkedin.com/pulse/scaling-kubernetes-selenium-grid-keda-brandon-wolfe ### Motivation and Context Help users avoid issues scaling their own grid instances...
**Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://selenium.dev/documentation/en/contributing/)...
Fixed #654 **Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check...
**Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://selenium.dev/documentation/en/contributing/)...
Adding details for Gradle 7.0 and above where `compile` is removed. **Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to quickly review...
Was confused after reading: https://www.selenium.dev/documentation/en/webdriver/page_loading_strategy/ "This will make Selenium WebDriver to wait until the initial HTML document has been completely loaded and parsed, and discards loading of stylesheets, images and...