简体   繁体   中英

remote execution in sikuli

I have an integrated selenium/sikuili automation project which I would like to run on windows agent here is the scenario: Machine (A) contains the source code Machine (B) is the agent test runner machine that has selenium grid running on it, when machine a run the test, selenium test is successfully triggered on machine B but when sikuili runs it's trying to search elements on machine(A). anyone has any idea how could I fix this issue.

thank you all in advance

您可能要使用硒网格扩展: https : //github.com/sterodium/selenium-grid-extensions

我使用Jenkins对其进行了修复,我基本上完成的工作是创建一个从属代理,并将其指向远程计算机(实际上是在其中构建并运行我的项目),只需确保在远程计算机中将sikuili作为var即可。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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