-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Labels
No labels