You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a page instance, when using the method goto with a particular URL, instead of afterwards the page having that new URL, the page property url is "about:srcdoc".
I've tried doing different waitUntil options with the goto call, but it makes no difference.
Before the goto, the page property url asserts as "about:blank". So the page URL is updating, just incorrectly.
The text was updated successfully, but these errors were encountered:
If you have a page instance, when using the method
goto
with a particular URL, instead of afterwards the page having that new URL, the page propertyurl
is"about:srcdoc"
.I've tried doing different
waitUntil
options with thegoto
call, but it makes no difference.Before the
goto
, the page propertyurl
asserts as"about:blank"
. So the page URL is updating, just incorrectly.The text was updated successfully, but these errors were encountered: