在没有终端的情况下使用 Selenium RC 和 PHP?
我正在研究将 Selenium RC 与 PHP 结合使用,但到目前为止,所有示例都要求您使用终端来运行 php 脚本。是否可以只运行 php 文件和 selenium 代码而无需访问终端?
I am looking into using Selenium RC with PHP but so far, all examples require that you use the terminal to run the php script. Isn't it possible to just run the php file and selenium code without access to terminal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要允许 PHP 程序向 Selenium RC 发出远程 HTTP 请求,就有可能。
但如果需要,您可能需要调整最大执行时间:
参考:http://www.linuxask.com/questions/set-the-maximum-execution-time-in-php
It is possible, as long as the PHP program is allowed to make remote HTTP requests to the Selenium RC.
But you might need to adjust the maximum execution time if needed:
Reference: http://www.linuxask.com/questions/set-the-maximum-execution-time-in-php