sikuli

webbrowser library is not working as intended on SikulixIDE

webbrowser library is not working as intended on SikulixIDE Question: On SikulixIDE, the library webbrowser always open the default browser, even when i use the get method, i tried my code on regular python, it does work. Anyone know why it is reacting like that ? webbrowser.get(‘C:/Program Files/Google/Chrome/Application/chrome.exe %s’).open(myurl) Asked By: Corentin Gauquier || Source …

Total answers: 1

Open desktop application by command without using Sikuli Library – Robot Framework

Open desktop application by command without using Sikuli Library – Robot Framework Question: Folks, I searched the Sikuli library (Robot Framework), but I didn’t find what I needed. The documentation is http://rainmanwy.github.io/robotframework-SikuliLibrary/doc/SikuliLibrary.html#Open%20Application. Is there any way, via Robot Framework, Sikuli library (or some other) that I can open a desktop application other than by image? …

Total answers: 2