51Testing软件测试论坛
标题:
python3+selenium如何获取页面的加载时间或者时间戳
[打印本页]
作者:
测试积点老人
时间:
2022-5-23 10:43
标题:
python3+selenium如何获取页面的加载时间或者时间戳
##获取页面加载时间
url='http://192.168.1.199/'
x=webdriver.Chrome()
x.get(url)
x.find_element(By.ID,'username').send_keys('su')
x.find_element(By.ID,'password').send_keys('123456')
x.find_element(By.XPATH,'//*[@id="login"]/div[3]/input[1]').click()
复制代码
我的解答思路和尝试过的方法
试过用loadEventTime这个方法 但是报错
我想要达到的结果
加载完页面可以获取一个加载页面的时间用来输出
作者:
郭小贱
时间:
2022-5-24 09:41
使用window.performance.timing这个对象试试呢。
作者:
qqq911
时间:
2022-5-24 10:17
自己写个变量吧
作者:
bellas
时间:
2022-5-24 10:22
等大神来
作者:
jingzizx
时间:
2022-5-24 16:41
循环尝试
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2