Can I run Selenium on Computer A, and see the browser in Computer B?

前端 未结 2 1023
不知归路
不知归路 2021-02-11 04:04

Imagine I have some Selenium Project ready on Computer A. When you run this project, a new browser opens in Computer A, and connects to www.somesite.com and runs the tests..

2条回答
  •  灰色年华
    2021-02-11 04:43

    That's exactly what Selenium Grid is for!

    Have fun

    And please reconsider the usage of Selenium RC which is actually an undead, better use the RemoteWebDriver instead.

提交回复
热议问题