gpt4 book ai didi

java - Selenium 设置速度执行测试

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:54:53 25 4
gpt4 key购买 nike

我们使用 Selenium IDE 来记录测试。在记录器中,我们可以更改执行速度并且我们的测试通过。我们应该将速度设置为 SLOW。

我使用 ANT 启动 HTML 套件测试。

问题是我们必须设置测试的执行速度

设置此属性的正确参数是什么?是否存在设置它的东西?

<target name="run-selenium-tests">
<echo message="Using browser = ${browser} "/>
<taskdef resource="selenium-ant.properties" classpathref="class.path">
</taskdef>
<java jar="${acceptance.test.lib.dir}/selenium-server-standalone-2.0rc3.jar" fork="true">
<arg line="-htmlSuite ${browser}"/>
<arg line="http://myserver:8080/"/>
<arg line="../sampletest/selenium/my_test.html"/>
<arg line="../sampletest/selenium/report/results.html"/>
<arg line="-timeout 1000"/>
</java>
</target>

谁能帮助我们?

谢谢!

最佳答案

您可以使用以下 selenium 命令来降低执行速度

    setSpeed(value in milliseconds)

此命令会在每次执行命令后等待指定的值。

关于java - Selenium 设置速度执行测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6493313/

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