Skip to content

Where can I find GADS_CLIENT_SECRET? #251

@fruitoiz

Description

@fruitoiz
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions