botasaurus icon indicating copy to clipboard operation
botasaurus copied to clipboard

NameError: name 'browser' is not defined

Open yuke2002 opened this issue 1 year ago • 0 comments


NameError Traceback (most recent call last) Cell In[1], line 3 1 from botasaurus import * ----> 3 @browser 4 def scrape_heading_task(driver: AntiDetectDriver, data): 5 # Navigate to the Omkar Cloud website 6 driver.get("https://www.omkar.cloud/") 8 # Retrieve the heading element's text

NameError: name 'browser' is not defined

yuke2002 avatar Jul 11 '24 04:07 yuke2002