Skip to content

There is no Way to activate Extension #5

@RizwanSabir

Description

@RizwanSabir

from botasaurus.browser import browser, Driver
from chrome_extension_python import Extension

@browser(
extensions=[
Extension(
"https://chromewebstore.google.com/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl?hl=en&pli=1"
)
],
)
def scrape_heading_task(driver: Driver, data):
# Visit the Omkar Cloud website
driver.get("https://www.google.com/recaptcha/api2/demo")

# # Retrieve the heading element's text
# heading = driver.get_text("h1")

# # Save the data as a JSON file in output/scrape_heading_task.json
# return {
#     "heading": heading
# }
driver.prompt

Initiate the web scraping task

scrape_heading_task()`

It is not activating the extensions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions