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
Extended the low-level driver in 7a10b2c to allow for an input event to be the id source for the trigger event, and now the go method uses the Page.frameNavigated event as the id source. Manually tested this to work.
This approach isn't as robust as relying on the command ack payload (if it contained the correct frameId) but given that each tab has it's own context, and it is unlikely to send concurrent go commands to the tab, waiting for the first Page.frameNavigated event works as intended.
Reason is that the frameId changes between the ack and relevant event. This is not how I interpreted the devtools protocol docs https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-navigate
Have filed a bug with Chromium to confirm this:
https://bugs.chromium.org/p/chromium/issues/detail?id=747224
The text was updated successfully, but these errors were encountered: