pytest-selenium
pytest-selenium copied to clipboard
Plugin for running Selenium with pytest
Hi, We make great use of the `chrome_options` and `firefox_options` fixtures - they're great. However, some functionality is only exposed on a specific instance of `Webdriver`, e.g., [`ChromiumDriver#set_network_conditions`](https://github.com/SeleniumHQ/selenium/blob/df105ba5c43f00cb12f69203f375ed68fe4df696/py/selenium/webdriver/chromium/webdriver.py#L112) Is there...
Having a `driver_factory` fixture additionally to the `driver` factory would be very useful for me (similarly to the pattern of `tmpdir` and `tmpdir_factory`): * Sometimes I need two seperate browser...
Using pytest-selenium v.4 and selenium grid v4 I got the "Message: Unable to find handler for (POST) /wd/hub/session". Selenium 4 changes the URL. It's no longer behind /wd/hub, but In...
updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/24.1.1...25.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.3.0)
Hi, We're seeing errors when trying to run pytest-selenium 4.0.2 and selenium 4.16.0 with Firefox as the driver. I'm guessing this is due to the recent changes in https://github.com/pytest-dev/pytest-selenium/pull/317? The...
I'm trying to get the most minimalist example possible to ensure my setup is correct. Yet, when I try to run the following test file : test_base.py : ``` from...
* Updating marking session status code: -> Removed extra attempts to mark status -> Use javascript executor before session quit rather than making a rest api call after session end...