Hello
I want to use specific cookies when navigating a webbrowser.
I have this code but it causes a syntax error.
I also tried this one:
I want to use specific cookies when navigating a webbrowser.
I have this code but it causes a syntax error.
Code:
webbrowser1.navigate("http://domain.tld/page.ext/","","","","Cookie: foo=bar; baz=qux;")
Code:
webbrowser1.navigate("http://domain.tld/page.ext/",0,nothig,nothig,"Cookie: foo=bar; baz=qux;")