Program doesn’t run anymore because I added await for page to be fully loaded function
My program runs a suite of actions. Between each action, there is a sleep(1000) that waits for the page to be fully loaded.
My program runs a suite of actions. Between each action, there is a sleep(1000) that waits for the page to be fully loaded.