appium / appium-remote-debugger

Module for dealing with Remote Debugger protocol
Apache License 2.0
43 stars 32 forks source link

wait DOMContentLoaded in navigation for eager #315

Closed KazuCocoa closed 1 month ago

KazuCocoa commented 1 year ago

Can https://github.com/appium/appium-remote-debugger/blob/b3d6fbd82584cc1a7d619050fa2630df636a8256/lib/mixins/navigate.js#L161 be DOMContentLoaded for eager strategy...?

https://www.w3.org/TR/webdriver2/#navigation

Perhaps https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/inspector/protocol/Page.json#L334 is not but wondered can do somehow.

KazuCocoa commented 1 month ago

https://developer.mozilla.org/en-US/docs/Web/API/Document/readyState#interactive

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 11.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: