webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Missing tasks in parallel steps in WebDriver

Open dontcallmedom-bot opened this issue 10 months ago • 0 comments

While crawling WebDriver, the following algorithms fire an event, or resolve or reject a Promise, within a step that runs in parallel without first queuing a task:

  • [ ] The algorithm that starts with "The remote end steps, given session, URL variables and parameters are:" resolves/rejects a promise directly in a step that runs in parallel
  • [ ] The algorithm that starts with "The remote end steps, given session, URL variables and parameters are:" resolves/rejects a promise directly in a step that runs in parallel

See Dealing with the event loop in the HTML specification for guidance on how to deal with algorithm sections that run in parallel.

Cc @dontcallmedom @tidoust

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

dontcallmedom-bot avatar Jan 30 '25 13:01 dontcallmedom-bot