appium / appium-remote-debugger

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

feat: support pageLoadStrategy in readState check #385

Closed KazuCocoa closed 2 weeks ago

KazuCocoa commented 3 weeks ago

closes https://github.com/appium/appium-remote-debugger/issues/315

We could support pageLoadStrategy in document.readyState step case. In case a webpage issues Page.loadEventFire properly, this will not change the behavior so much.

Keyword Page load strategy state Document readiness state
"none" none  
"eager" eager "interactive"
"normal" normal "complete"

The input variation will be handled by https://github.com/appium/appium-xcuitest-driver/pull/2411

github-actions[bot] commented 2 weeks ago

:tada: This PR is included in version 11.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: