Open foolip opened 4 years ago
This is to track step 2 of https://github.com/WICG/page-lifecycle/issues/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.
cc @Hexcles, since we chatted about this earlier
This is to track step 2 of https://github.com/WICG/page-lifecycle/issues/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.