简体   繁体   English

使用Selenium IDE进行作业调度

[英]Job scheduling with Selenium IDE

I made some scripts using selenium IDE. 我使用Selenium IDE编写了一些脚本。 Is it possible to make selenium ide or "selenium-something" run some scripts according to a schedule ? 是否可以使Selenium ide或“ selenium-something”根据计划运行某些脚本? If not, then is there any java code which can simply use some api and execute the scripts (ie something like - SeleniumJava.runMyScript("enter_your_path_here")) ? 如果没有,那么是否有任何Java代码可以简单地使用一些api并执行脚本(即-SeleniumJava.runMyScript(“ enter_your_path_here”))?

Thanks. 谢谢。

I'd give Jenkins a try for that. 我会尝试让詹金斯 One of the things it does well is launch processes (like your Selenium tests) according to a schedule. 它做得很好的一件事就是根据时间表启动程序(例如您的Selenium测试)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM