Open
Bug 1089661
Opened 11 years ago
Updated 2 years ago
Add more in-depth documentation on the various strategies of marionette.find_element()
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
NEW
People
(Reporter: ahal, Unassigned)
Details
(Keywords: pi-marionette-docs)
There are a bunch of search strategies you can use with the find_element() and find_elements() api. They all work slightly differently, they have different expected "target" values, some don't work in chrome, and in bug 1080764 I'm adding two strategies that only work with anonymous nodes (one of which doesn't work with find_elements).
While they are all mentioned in passing from the find_element api docs, I think having a dedicated paragraph including examples for each strategy would be very helpful.
Updated•11 years ago
|
Keywords: ateam-marionette-docs
Updated•7 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•