Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Page.navigate returns wrong frameId #50

Open
auchenberg opened this issue Jan 17, 2017 · 1 comment
Open

Page.navigate returns wrong frameId #50

auchenberg opened this issue Jan 17, 2017 · 1 comment
Labels

Comments

@auchenberg
Copy link
Contributor

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.

@auchenberg auchenberg added the bug label Jan 17, 2017
@mafredri
Copy link

The frameId returned by Page.navigate also seems to be a number, not a string as it should.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants