Dishant Arora
Dishant Arora
Hi @plewin First of all, thank you for this tool. I have a use case to send SMS and was testing the script `sms-send.js`. **Router Model**: `Archer MR200` **Issue** :...
Hi, I have a use case where I want a click event to dynamically change the filter value for a column in my table component. `defaultFilter` works fine If I...
I tried to build mraa from source but it does not seem to work for rock pi-s. I am following the same steps as mentioned in the README. mraa is...
I am running botasaurus with chromium with the following settings ``` @browser( output=None, create_error_logs=False, headless=True, close_on_crash=True, block_images=True, add_arguments=[ "--no-sandbox", "--allow-insecure-localhost", "--disable-web-security", "--disable-features=IsolateOrigins,site-per-process", "--disable-blink-features=AutomationControlled", "--disable-crash-reporter", "--disable-breakpad", ], raise_exception=True, user_agent=dynamic_user_agent, window_size=WindowSize.RANDOM, wait_for_complete_page_load=False,...
Trying this for monitoring requests ``` @browser() def scrape_responses_task(driver: Driver, data): # Define a handler function that will be called after a response is received def after_response_handler( request_id: str, response:...