Hello
i have a question, webbrowser object works fine with https pages, but for those https that are not certificated... it show Page failed to load. error -7 time out,
Is there a way to set certificate = false in webbrowser objects or something like that??
my code is:
wb_1.navigate("https://www.example.com")
thanks..