gpt4 book ai didi

selenium - Robot Framework 更有效的方法到 "Sleep"

转载 作者:行者123 更新时间:2023-11-28 19:55:42 26 4
gpt4 key购买 nike

我正在使用机器人框架,

目前我有 5-10 个测试用例,我使用 sleep 等待页面在单击按钮后完全加载,

*** Variables ***

${Name} = example name
${Next_Button} = xpath=//*[@id="app"]/div/div[1]/div[3]/div/div/div[1]/div[2]/div/div/div/button[2]

*** Keywords ***
Open Tab
Click Element xpath=//*[@id="app"]/div/div[1]/div[1]/div[2]/nav/ul/li[2]/a
Sleep 5s

Open Details
Click Element xpath=//*[@id="app"]/div/div[1]/div[3]/div/div/div[1]/div[2]/div/div[1]/img
sleep 5s


Navigate to Room Details
click button xpath=//*[@id="app"]/div/div[1]/div[3]/div/div/div[1]/div[2]/div/div/button
click button ${Next_Button}
click button ${Next_Button}
sleep 3s

当我的测试增加到更大的数量时,运行它们会花费很多时间,

什么是使用 Sleep 的更有效方法,或者适用于大量测试的不同关键字。我的网络应用加载时间为 1-5 秒。

最佳答案

外显 sleep 通常不是很好。相反,您应该使用 Wait Until Element Is VisibleWait Until Element Is Not VisibleWait Until Page Contains ElementWait Until Page不包含元素

附加信息:https://github.com/robotframework/HowToWriteGoodTestCases/blob/master/HowToWriteGoodTestCases.rst#avoid-sleeping

关于selenium - Robot Framework 更有效的方法到 "Sleep",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51782046/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com