测试积点老人 发表于 2022-2-25 13:46:00

selenium 遇到的could not be scrolled into view问题

(点击新增按钮增加一条新数据,新数据中有两个单选框)
driver.find_element("css selector", "#monitorDetail > tr:nth-child(2) > td:nth-child(2) > div:nth-child(1) > input:nth-child(1)").click()
click点击后显示 Elementcould not be scrolled into view问一下怎么才能控制点击其中一个单选框?

qqq911 发表于 2022-2-28 11:24:26

加序号

jingzizx 发表于 2022-2-28 14:12:52

之选中一个

mxl547619202021 发表于 2022-2-28 15:29:19

脚本sleep一下,加载出来就正常
页: [1]
查看完整版本: selenium 遇到的could not be scrolled into view问题