diff --git a/docs/_build/html/_modules/index.html b/docs/_build/html/_modules/index.html index c83fd8f..9c71737 100644 --- a/docs/_build/html/_modules/index.html +++ b/docs/_build/html/_modules/index.html @@ -317,6 +317,7 @@
await checkbox.mouse_click()
Tab.get_all_linked_sources()
Tab.get_all_urls()
Tab.get_content()
Tab.get_local_storage()
Tab.get_window()
Tab.inspector_open()
Tab.inspector_url
Tab.select_all()
Tab.send()
Tab.set_download_path()
Tab.set_local_storage()
Tab.set_window_size()
Tab.set_window_state()
Tab.sleep()
get local storage items as dict of strings (careful!, proper deserialization needs to be done if needed)
+set local storage. +dict items must be strings. simple types will be converted to strings automatically.
+ +Tab.get_all_linked_sources()
Tab.get_all_urls()
Tab.get_content()
Tab.get_local_storage()
Tab.get_window()
Tab.inspector_open()
Tab.inspector_url
Tab.select_all()
Tab.send()
Tab.set_download_path()
Tab.set_local_storage()
Tab.set_window_size()
Tab.set_window_state()
Tab.sleep()