Closed
Bug 1592643
Opened 5 years ago
Closed 5 years ago
Implement Target.activateTarget
Categories
(Remote Protocol :: CDP, task, P1)
Remote Protocol
CDP
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
()
Details
(Whiteboard: [puppeteer-alpha])
Attachments
(3 files)
This method is used by two puppeteer example files for capturing a screenshot. It's basically used to activate (focus) the target. It's similar to Page.bringToFront
which activates a tab instead.
I will take this method given that it is easier to get started with, and to already get some of the examples working.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D51998
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D52000
Assignee | ||
Comment 5•5 years ago
|
||
Another try build after the review comments fixed:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5de981d0fe8a31f4abeece610a94bb38630c5d2e
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/923df8ec570a
[remote] Refactor and improve browser chrome tests for Target domain. r=remote-protocol-reviewers,ato
https://hg.mozilla.org/integration/autoland/rev/1948116910ec
[remote] Methods in Target domain have to raise for invalid "targetId" argument. r=remote-protocol-reviewers,ato
https://hg.mozilla.org/integration/autoland/rev/d2bc1e3612ea
[remote] Implement Target.activateTarget. r=remote-protocol-reviewers,maja_zf,ato
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/923df8ec570a
https://hg.mozilla.org/mozilla-central/rev/1948116910ec
https://hg.mozilla.org/mozilla-central/rev/d2bc1e3612ea
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•4 years ago
|
Component: CDP: Target → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•