Python 官方文档:入门教程 => 点击学习
这篇文章主要介绍python如何使用find_element_by_class_name(),文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!find_element_by_class_name()find_elemen
这篇文章主要介绍python如何使用find_element_by_class_name(),文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
find_element_by_class_name()
1.从上面定位到的元素属性中,可以看到有个class属性:class=“s_ipt”,这里可以通过它的class属性定位到这个元素。
from selenium import WEBdriverdriver = webdriver.Firefox()driver.get('Http://www.baidu.com')#通过class定位百度输入框,并输入'Python'driver.find_element_by_class_name('s_ipt').send_keys('python')
以上是“python如何使用find_element_by_class_name()”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注编程网Python频道!
--结束END--
本文标题: python如何使用find_element_by_class_name()
本文链接: https://lsjlt.com/news/294480.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0