Sikuli with Selenium Grid integration

北慕城南 提交于 2019-12-24 11:36:37

问题


I have integrated Sikuli with Selenium web driver and it works fine on my local machine. Now I want to execute same scripts in remote machines. my scripts are usually sikuli based i.e. there is hardly any web automation. the whole project is for automating desktop application running on different remote machines.

think of POS Systems running on retail store.


回答1:


As you already know that sikuli is an image based automation which finds elements by checking the base image against the current visible screen.So to put it simply, it works where the code executes.So it is not possible on Grid as execution happens on Remote machine

There is already a post somewhat answers on that.That guy had written a blog on Autoit,Sikuli and Other Tools with Selenium Grid

Also Go through this LaunchPad Discussion

And found this sikuli remote control to be interesting. I haven't used it But you can try it




回答2:


If you can get the images in the remote machine then it might work. Using Jenkins you can download the images to remote machine and selenium jenkins plugin to start execution. Just an idea, never tested.



来源:https://stackoverflow.com/questions/31590691/sikuli-with-selenium-grid-integration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!