Closed
Bug 1995702
Opened 8 months ago
Closed 8 months ago
[wdspec] Rename WebDriver client method from "switch_frame" to "switch_to_frame" for consistency with the specification
Categories
(Remote Protocol :: Marionette, task, P3)
Remote Protocol
Marionette
Tracking
(firefox146 fixed)
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: whimboo, Assigned: khalid.alhaddad98, Mentored)
References
Details
(Whiteboard: [webdriver:m18][webdriver:external][lang=py][wptsync upstream][webdriver:relnote])
Attachments
(1 file)
As discussed on https://phabricator.services.mozilla.com/D268595 we want to rename the switch_frame method of the WebDriver classic Python client to switch_to_frame. This is to be closer to the name as used in the WebDriver specification.
To avoid merge conflicts we should wait for bug 1806904 to be fixed.
| Assignee | ||
Comment 1•8 months ago
|
||
Can I be assigned to it?
| Reporter | ||
Updated•8 months ago
|
Assignee: nobody → khalid.alhaddad98
Mentor: hskupin
Whiteboard: [lang=py]
| Assignee | ||
Comment 2•8 months ago
|
||
Pushed by hskupin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6764982edefb
https://hg.mozilla.org/integration/autoland/rev/bbc3f6320575
Rename WebDriver client method from "switch_frame" to "switch_to_frame" for consistency with the specification. r=whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/55641 for changes under testing/web-platform/tests
Whiteboard: [lang=py] → [lang=py], [wptsync upstream]
Comment 5•8 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
| Reporter | ||
Updated•8 months ago
|
Priority: -- → P3
Whiteboard: [lang=py], [wptsync upstream] → [webdriver:m18][webdriver:external][lang=py][wptsync upstream]
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
Upstream PR was closed without merging
| Reporter | ||
Updated•7 months ago
|
Whiteboard: [webdriver:m18][webdriver:external][lang=py][wptsync upstream] → [webdriver:m18][webdriver:external][lang=py][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•