Closed
Bug 1453084
Opened 8 years ago
Closed 8 years ago
Provide string representations for webdriver.Session and webdriver.Element
Categories
(Testing :: web-platform-tests, enhancement, P3)
Testing
web-platform-tests
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
Details
Attachments
(2 files)
There are a couple of important classes in the webdriver Python
package used in WPT that are missing string representations. Since
pytest logs their representations when a test fails, it would help
debugging if we provided some useful representations.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Component: Marionette → web-platform-tests
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8966704 [details]
Bug 1453084 - Add webdriver.Element string representation.
https://reviewboard.mozilla.org/r/235410/#review241280
Attachment #8966704 -
Flags: review?(hskupin) → review+
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8966703 [details]
Bug 1453084 - Add webdriver.Session string representation.
https://reviewboard.mozilla.org/r/235408/#review241282
Attachment #8966703 -
Flags: review?(hskupin) → review+
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/097b57bbeb46
Add webdriver.Session string representation. r=whimboo
https://hg.mozilla.org/integration/autoland/rev/bdb78cb3d6d3
Add webdriver.Element string representation. r=whimboo
Comment 6•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/097b57bbeb46
https://hg.mozilla.org/mozilla-central/rev/bdb78cb3d6d3
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Created web-platform-tests PR https://github.com/w3c/web-platform-tests/pull/10432 for changes under testing/web-platform/tests
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•