Name Description Size
__init__.py 355
asserts.py Verify that the provided webdriver.Response instance described a valid error response as defined by `dfn-send-an-error` and the provided error code. :param response: ``webdriver.Response`` instance. :param error_code: String value of the expected error code 7769
defaults.py 125
dom.py 363
fixtures.py Default capabilities to use for a new WebDriver session. 15402
fixtures_bidi.py Set a cookie and remove them after the test is finished. 21233
fixtures_http.py Register listeners for tracked events on element. 7715
helpers.py Clean-up the current session for a clean state. 8906
html
http_handlers
http_request.py 1081
image.py Summary of the pixel-level differences between two images. 971
inline.py Helpers for inlining extracts of documents in tests. 2046
keys.py The Keys implementation. 25054
screenshot.py <style> #outer { display: block; margin: 0; border: 0; width: 200px; height: 200px; } #content { display: block; margin: 0; border: 0; width: 100px; height: 100px; background: green; } </style> 910
sync.py An explicit conditional utility primitive for polling until a condition evaluates to something truthy. A `Poll` instance defines the maximum amount of time to wait for a condition, as well as the frequency with which to check the condition. Furthermore, the user may configure the wait to ignore specific types of exceptions whilst waiting, such as `error.NoSuchElementException` when searching for an element on the page. 10851