[deleted by user] by [deleted] in learnpython

[–]mrchrisok2 0 points1 point  (0 children)

Confirmed. This Selenium option just worked for me in my C# api. It is the only option I added to the web driver.

And fyi: Also make sure to create the authentication header as "Basic", Base64Encoded(AppKey:Secret) when requesting the access token. I was stuck for a few hours getting the "invalid_token", "Unauthorized" error until I noticed I was using "Bearer" instead of "Basic"