Python??????selenium?????????
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python??????selenium?????????相关的知识,希望对你有一定的参考价值。
??????????????? sel url span .com mon bubuko ?????? element
1.selenium????????????
from selenium import webdriver
b=webdriver.Firefox()
url=???http://www.baidu.com???
b.get(url)
ele=b.find_element_by_id(???test???)
from selenium.webdriver.common.action_chains import ActionChains
ActionChains(b) ??????????????????????????????
perform?????? ??????????????????
????????????????????????
ActionChains(b).move_to_element(ele).perform()
2.????????????
from selenium.webdriver.common.keys import Keys
??????????????????????????????
ele.send_keys("asdfj")
以上是关于Python??????selenium?????????的主要内容,如果未能解决你的问题,请参考以下文章
selenium ide和selenium python的区别
python+selenium十:selenium的二次封装