会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
Young_Leesin
博客园
首页
新随笔
联系
订阅
管理
2019年2月28日
selenium.获取元素属性的方法(get_attribute )
摘要: 使用12306网站练习
阅读全文
posted @ 2019-02-28 11:05 yonugleesin
阅读(19345)
评论(0)
推荐(1)
编辑
selenium.元素定位(find_element_by)
摘要: 八种定位元素的方式 百度首页面做个搜索selenium的例子,演示五个比较常用的定位方式 from selenium import webdriver from time import sleep driver = webdriver.Chrome() driver.implicitly_wait(
阅读全文
posted @ 2019-02-28 00:05 yonugleesin
阅读(32705)
评论(0)
推荐(2)
编辑
公告