Missing await in ad_block option code led to RuntimeWarning: coroutine 'Browser.wait' was never awaited
Discovered in overnight GitHub Actions testing.
Technically it was a harmless warning, since Walmart was still scraped successfully, but a warning appeared during the running of the script.
https://github.com/mdmintz/undetected-testing/actions/runs/27462762101/job/81179534491#step:17:13

Missing
awaitinad_blockoption code led toRuntimeWarning: coroutine 'Browser.wait' was never awaitedDiscovered in overnight GitHub Actions testing.
Technically it was a harmless warning, since Walmart was still scraped successfully, but a warning appeared during the running of the script.
https://github.com/mdmintz/undetected-testing/actions/runs/27462762101/job/81179534491#step:17:13