frame中的元素必须先跳转到frame,frameID是动态的该怎么办?
1. 元素在frame中的,需要先切换到这个frame中,在driver.fineElement(By.id("xxx"))前面加一句driver.switch_to_frame('frame_ID')Frame中的元素不可以直接用xpath、id、name等定位到,要在前面加一句driver.switch_to_frame('frameID')
2. 如何找到动态的frameID?
;P :victory: :lol 从页面获取 不知 用 request 试试
页:
[1]