Search code examples
pythonjythonsikulisikuli-idesikuli-x

webbrowser library is not working as intended on SikulixIDE


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)

Solution

  • Fixed by automating it using a python file and running it trough cmd with base python.exe.