在没有终端的情况下使用 Selenium RC 和 PHP?

发布于 2024-09-27 14:48:07 字数 102 浏览 1 评论 0原文

我正在研究将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

貪欢 2024-10-04 14:48:07

只要允许 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文