摘要:
定位iframe # 1.有id,并且唯一,直接写id driver.switch_to_frame("xxx") driver.switch_to.frame("xxx") # 2.有name,并且唯一,直接写name driver.switch_to_frame("xxxx") driver.switch_to.frame("xxxx") # 3.无id,无name,先定位ifram... 阅读全文
posted @ 2018-11-26 20:42
是勇哥呀
阅读(1173)
评论(0)
推荐(0)
2018年11月26日