-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Where can I find GADS_CLIENT_SECRET?
# pip install Appium-Python-Client
from appium import webdriver
from appium.options.android import UiAutomator2Options
options = UiAutomator2Options()
options.udid = "d7cba29d"
options.platform_name = "Android"
options.set_capability("gads:clientSecret", "test")
driver = webdriver.Remote(
command_executor="http://localhost:8087/grid",
options=options
)
print(driver.page_source)
driver.quit()
I get the error:
selenium.common.exceptions.WebDriverException: Message: Authorization Required
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels