| __init__.py |
|
0 |
- |
| add_cookie |
|
|
- |
| addon_install |
|
|
- |
| addon_uninstall |
|
|
- |
| back |
|
|
- |
| conftest.py |
Install an extension that opens a page on install, wait for the page
to load, and return its moz-extension:// URL. Cleans up on teardown. |
3844 |
- |
| delete_session |
|
|
- |
| element_click |
|
|
- |
| element_send_keys |
|
|
- |
| execute_async_script |
|
|
- |
| execute_script |
|
|
- |
| get_window_handle |
|
|
- |
| get_window_handles |
|
|
- |
| navigate_to |
|
|
- |
| new_session |
|
|
- |
| new_window |
|
|
- |
| perform_actions |
|
|
- |
| protocol |
|
|
- |
| refresh |
|
|
- |
| send_alert_text.py |
Basic auth dialogues are not included in HTML's definition of
'user prompts': those are limited to the 'simple dialogues'
such as window.alert(), window.prompt() et al. and the print
dialogue.
|
753 |
- |
| switch_to_window |
|
|
- |
| take_full_screenshot |
|
|
- |