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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
The Page.navigate action should return the frameId ("Frame id that
will be navigated."). However, the Page.frameNavigated event is
sending a value that has absolutely nothing to do with the result from
the Page.navigate call. Instead, the frame ID that gets returned is a
value that looks to be increasing by 100 each time, so 1600, 1700,
etc, while the Page.navigate frameId result is always 5000.1.
By report by Kenneth Shaw.
The text was updated successfully, but these errors were encountered:
The Page.navigate action should return the frameId ("Frame id that
will be navigated."). However, the Page.frameNavigated event is
sending a value that has absolutely nothing to do with the result from
the Page.navigate call. Instead, the frame ID that gets returned is a
value that looks to be increasing by 100 each time, so 1600, 1700,
etc, while the Page.navigate frameId result is always 5000.1.
By report by Kenneth Shaw.
The text was updated successfully, but these errors were encountered: