Closed
Bug 1817258
Opened 3 years ago
Closed 3 years ago
Support url option for Target.createTarget
Categories
(Remote Protocol :: CDP, enhancement, P5)
Remote Protocol
CDP
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: canadahonk, Assigned: canadahonk)
References
Details
Attachments
(1 file)
Support creating new targets with a URL. The url option should be required to be defined (even if ''), which also helps conforming to CDP spec (Chromium errors out if not provided).
Comment 1•3 years ago
|
||
Note that url is actually not optional but a required argument.
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
| Assignee | ||
Comment 2•3 years ago
|
||
Added support for url option for Target.createTarget (required).
Also added new tests for Target.createTarget as full dedicated tests
did not exist beforehand, and tweaked some internal usage without url.
Updated•3 years ago
|
Assignee: nobody → oj
Status: NEW → ASSIGNED
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8f7070369c3a
[cdp] Support url option for Target.createTarget r=webdriver-reviewers,whimboo
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•