Exception: Page.goto: Target page, context or browser has been closed #3179
jharris0221
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Exception: Page.goto: Target page, context or browser has been closed Call log: navigating to "https://anrweb.vt.gov/FWD/FW/FishStockingSearch.aspx", waiting until "load"
I have this setup polling via the Playwright method. I am using the following Browser Steps:
GoTo Site
Execute JS: document.getElementById("ctl00_body_ddlCounty").selectedIndex = 17
Execute JS: document.getElementById("ctl00_body_ddlSchedule").selectedIndex = 1
Click Element: INPUT[name="ctl00$body$btnSearch"]
The weird thing is, about 25% of the time I get no error.
Appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions