w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

"Run the post navigation checks" doesn't make sense #1806

Open jgraham opened 3 months ago

jgraham commented 3 months ago

It assumes there's some kind of response object available, but nothing passes this in to the algorithm. Presumably this is the response to the HTTP request that was initially performed in when starting the previous navigation, but nothing says that.