pytest-splinter icon indicating copy to clipboard operation
pytest-splinter copied to clipboard

pytest splinter and selenium integration for anyone interested in browser interaction in tests

Results 14 pytest-splinter issues
Sort by recently updated
recently updated
newest added

"addopts = --splinter-webdriver chrome" has been defined in the pytest.ini file now i want defined chrome proxy parameter,How should I do it, what parameters to use

I'm using the `splinter_headless()` fixture, and I get this warning : ``` .../venv/lib/python3.10/site-packages/splinter/browser.py:92: DeprecationWarning: Sending fullscreen, incognito, headless, user_agent to the browser object has been deprecated. Please pass in a...

Hello, thank you for the great project! I'm trying to get failures to go to a specified ignored folder so they don't clutter up my project root, but I can't...

How can I obtain the driver defined in browser in the conftest.py file, that is, the driver defined in splinter/driver/webdriver/chrome. py

> def __init__( > self, > browser="firefox", > wait_time=2, > command_executor=DEFAULT_URL, > **kwargs > ): > browser_name = browser.upper() > # Handle case where user specifies IE with a space...

Paylogic got an email from readthedocs that they need a config file soon. This is the most minimal file as suggested by https://blog.readthedocs.com/migrate-configuration-v2/. We're also fine transferring ownership of the...

Pytest-Splinter's browser fixture deletes cookies by calling `browser.cookies.delete()`: https://github.com/pytest-dev/pytest-splinter/blob/47141cd477254abcb2a15cdf7e72bdb97da29f95/pytest_splinter/plugin.py#L609-L615 This is causing a FutureWarning under splinter 0.19: ``` …/splinter/driver/webdriver/cookie_manager.py:24: FutureWarning: Deleting all cookies via CookieManager.delete() with no arguments has been...

- fix cookies.delete() deprecated in splinter, delete_all added in spliter 0.15 - remove pytest.yield_fixture as it deprecated since pytest 3.0

Created after `make develop`.