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)
Fixed by automating it using a python file and running it trough cmd with base python.exe.