Closed
Bug 759477
Opened 13 years ago
Closed 13 years ago
HTMLElement does not have an end point for tag name
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: automatedtester, Assigned: automatedtester)
References
Details
Attachments
(1 file)
|
10.46 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
There is currently no end point for getting the tag name of an element. Selenium Proxy is erroring and the client code doesn't have it in there
http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/name
2012-05-24 15:13:31,569 - Selenium-Proxy - DEBUG - /name - None - 13 - {2bf4efc4-8ca9-eb40-a5d0-5bb4c4c0d693}
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → dburns
Attachment #649825 -
Flags: review?(jgriffin)
Comment 2•13 years ago
|
||
Comment on attachment 649825 [details] [diff] [review]
add the ability to get the tag name of an element
Review of attachment 649825 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good! Please update https://developer.mozilla.org/en-US/docs/Marionette/Marionette when this lands.
::: testing/marionette/marionette-actors.js
@@ +1064,5 @@
> + * the element that will be inspected
> + */
> + getElementTagName: function MDA_getElementTagName(aRequest) {
> + if (this.context == "chrome") {
> + //Note: for chrome, we look at text nodes, and any node with a "label" field
This comment is inaccurate; it comes from a copy+paste error, I think.
Attachment #649825 -
Flags: review?(jgriffin) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•