Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define WebDriver endpoints for freeze and resume #42

Open
foolip opened this issue May 13, 2020 · 1 comment
Open

Define WebDriver endpoints for freeze and resume #42

foolip opened this issue May 13, 2020 · 1 comment

Comments

@foolip
Copy link
Member

foolip commented May 13, 2020

This is to track step 2 of #19, which appears to be the only remaining step.

These endpoints can be define in the Page Lifecycle spec directly, with https://w3c.github.io/permissions/#automation being an example of how that's done.

The endpoints in ChromeDriver are:

  • POST /session/{session id}/goog/page/freeze
  • POST /session/{session id}/goog/page/resume

The remote end steps should probably use one of the algorithms in https://wicg.github.io/page-lifecycle/#changing-frozenness.

@stephenmcgruer
Copy link

cc @Hexcles, since we chatted about this earlier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants