51Testing软件测试论坛
标题:
关于元素查找速度的问题?
[打印本页]
作者:
tangjhling
时间:
2016-8-25 09:56
标题:
关于元素查找速度的问题?
driver.implicitly_wait(5)
elem4 = driver.find_element_by_xpath(xpath1)
chain = ActionChains(driver)
chain.move_to_element(elem4).perform()
elem4.click()
elem5 = driver.find_element_by_xpath(xpath2)
chain.move_to_element(elem5).perform()
elem5.click()
以上是对悬浮菜单的处理,但是进入到这段代码需要等待40多s才会被执行?有没有人知道是因为什么原因呢?这个两个元素在body下面,再往下有一个frame,做过frame下面的悬浮菜单元素定位,很快····不知道为什么外面层的很慢??有知道人朋友分享一下呢?
作者:
joykao
时间:
2016-8-25 14:58
你用xpath定位元素本来就会很慢,xpath应该是要遍历dom的,所以会慢
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2