博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WebDriver--firefox.webdriver.WebDriver 下的属性
阅读量:6612 次
发布时间:2019-06-24

本文共 1745 字,大约阅读时间需要 5 分钟。

hot3.png

>>> dir(firefox.webdriver.WebDriver)['NATIVE_EVENTS_ALLOWED', '__class__', '__delattr__', '__dict__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__','__str__', '__subclasshook__', '__weakref__', '_unwrap_value', '_wrap_value', 'add_cookie', 'application_cache', 'back', 'close', 'create_web_element', 'current_url', 'current_window_handle','delete_all_cookies', 'delete_cookie', 'desired_capabilities', 'execute', 'execute_async_script', 'execute_script', 'find_element', 'find_element_by_class_name', 'find_element_by_css_selector', 'find_element_by_id', 'find_element_by_link_text', 'find_element_by_name', 'find_element_by_partial_link_text', 'find_element_by_tag_name', 'find_element_by_xpath', 'find_elements', 'find_elements_by_class_name', 'find_elements_by_css_selector', 'find_elements_by_id', 'find_elements_by_link_text','find_elements_by_name', 'find_elements_by_partial_link_text', 'find_elements_by_tag_name', 'find_elements_by_xpath', 'firefox_profile', 'forward', 'get', 'get_cookie', 'get_cookies', 'get_log', 'get_screenshot_as_base64', 'get_screenshot_as_file', 'get_screenshot_as_png', 'get_window_position', 'get_window_size', 'implicitly_wait', 'is_online', 'log_types', 'maximize_window', 'name', 'orientation', 'page_source', 'quit', 'refresh', 'save_screenshot', 'set_page_load_timeout', 'set_script_timeout', 'set_window_position', 'set_window_size', 'start_client', 'start_session', 'stop_client', 'switch_to', 'switch_to_active_element', 'switch_to_alert', 'switch_to_default_content', 'switch_to_frame', 'switch_to_window', 'title', 'window_handles']

转载于:https://my.oschina.net/u/938257/blog/266540

你可能感兴趣的文章
Java实现Redis发布订阅
查看>>
为云下IDC赋能-组建多可用区多地域的混合云(专线)最佳实践
查看>>
基于hi-nginx的web开发(python篇)——起步
查看>>
html5知识点补充—GeoLocation API位置感知
查看>>
kubernetes+docker监控之简介
查看>>
What is base..ctor(); in C#?
查看>>
互联网之父:互联网有两个与生俱来的问题
查看>>
Linux yum提示Another app is currently holding the yum lock; waiting for it to exit...
查看>>
Chisel 学习笔记 (一)
查看>>
编写一个符合国情的日期插件
查看>>
这门编程语言被误解18年,出生就遭鄙视,原因是“国产货”?
查看>>
Redis源码剖析之主从复制
查看>>
在wpf datagrid中,想要根据一个条件来改变datagrid行的背景颜色
查看>>
iOS 处理服务器返回的数据字符串为之 Null
查看>>
世界上最牛的程序员,十五岁成算法第一人,1小时挣2万美元
查看>>
(七):处理MFC
查看>>
Docker镜像的目录存储讲解
查看>>
液晶电视疲软之际坚果激光电视逆势增长 获阿里领投6亿元D轮融资
查看>>
DevOps组件高可用的思路
查看>>
下:比拼生态和未来,Spark和Flink哪家强?
查看>>