Kirill Savchuk

Results 6 comments of Kirill Savchuk

There are no problems with gspread, I marked this issue as a Feature Request

Yes, pickle is the problem. In my program, I used tqdm to show the progress of the population, however, tqdm has a rate estimation mechanism that uses time, and time...

Which version of botasaurus you use? try pip freeze to see version

you have the latest version of Botasaurus, where the name was changed from AntiDetectDriver to Driver, etc

from README.md ```python from botasaurus.browser import browser, Driver @browser def scrape_heading_task(driver: Driver, data): # Visit the Omkar Cloud website driver.get("https://www.omkar.cloud/") # Retrieve the heading element's text heading = driver.get_text("h1") #...

```python driver.select(".search-results", wait=Wait.SHORT) ``` I think that can help