Closed
Bug 1070307
Opened 10 years ago
Closed 10 years ago
when using findElements we dont return a dict with key ELEMENT like we do on findElement
Categories
(Testing :: Marionette Client and Harness, defect, P1)
Testing
Marionette Client and Harness
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla38
People
(Reporter: automatedtester, Assigned: automatedtester)
References
(Blocks 1 open bug)
Details
(Keywords: pi-marionette-client, pi-marionette-server, Whiteboard: [marionette=1.0])
Attachments
(1 file, 1 obsolete file)
This is clearly wrong and we should return
[{ "ELEMENT": <some UUID> }, { "ELEMENT": <some UUID> }] instead of [<some UUID>, <some UUID>, <some UUID>]
This will allow us to have webdriver compat too
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dburns
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Keywords: ateam-marionette-client,
ateam-marionette-server
Assignee | ||
Updated•10 years ago
|
Whiteboard: [marionette=1.0]
Assignee | ||
Updated•10 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
/r/2767 - Bug 1070307: have findElements return an array of objects with a key instead of just an array of strings; r=jgriffin
Pull down this commit:
hg pull review -r b5b817d35c3821d766550744a88a4cd5faca7ec5
Attachment #8552084 -
Flags: review?(jgriffin)
Comment 4•10 years ago
|
||
Comment on attachment 8552084 [details]
MozReview Request: bz://1070307/AutomatedTester
https://reviewboard.mozilla.org/r/2765/#review2001
Hooray for consistency!
Attachment #8552084 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8552084 -
Attachment is obsolete: true
Attachment #8618374 -
Flags: review+
Assignee | ||
Comment 8•9 years ago
|
||
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 9•2 years ago
|
||
Moving bugs for Marionette client due to component changes.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•