Closed Bug 869488 Opened 12 years ago Closed 12 years ago

create value_of_css_property command on HTMLElement

Categories

(Remote Protocol :: Marionette, defect)

x86
macOS
defect
Not set
normal

Tracking

(firefox21 wontfix, firefox22 wontfix, firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)

RESOLVED FIXED
mozilla23
Tracking Status
firefox21 --- wontfix
firefox22 --- wontfix
firefox23 --- fixed
b2g18 --- fixed
b2g18-v1.0.0 --- wontfix
b2g18-v1.0.1 --- fixed

People

(Reporter: automatedtester, Assigned: automatedtester)

Details

Attachments

(1 file, 2 obsolete files)

This will allow us to easily debug is_displayed issues and is part of the WebDriver API so we need to do it eventually
+1. I was just thinking the same thing.
mobile is green but desktop is red due to pulling down a bustage submitting both just in case again with a new parent
Attached file value_of_css_property method (obsolete) —
Attachment #747424 - Flags: review?(mdas)
Comment on attachment 747424 [details] value_of_css_property method Looks like this patch is missing the test_rendered_element.py file. Will r? after I check the test:)
Attachment #747424 - Flags: review?(mdas)
Attached file value_of_css_property method (obsolete) —
Attachment #747440 - Flags: review?(mdas)
Comment on attachment 747440 [details] value_of_css_property method Why are we using APL instead of MPL for the test? This patch was uploaded without the 'patch' option ticked, so I can't do inline comments, but: /** + * + * + * + */ + getElementValueOfCssProperty: function MDA_getElementValueOfCssProperty(aRequest){ + let command_id = this.command_id = this.getCommandId(); + this.sendAsync("getElementValueOfCssProperty", + {element: aRequest.element, propertyName: aRequest.propertyName}, + command_id); Why all the empty comment lines? They were filled out with some nice documentation in the last patch...
I have checked its all there now... sorry for before
Attachment #747424 - Attachment is obsolete: true
Attachment #747440 - Attachment is obsolete: true
Attachment #747440 - Flags: review?(mdas)
Attachment #747468 - Flags: review?(mdas)
Comment on attachment 747468 [details] [diff] [review] value_of_css_property method Review of attachment 747468 [details] [diff] [review]: ----------------------------------------------------------------- lgtm!
Attachment #747468 - Flags: review?(mdas) → review+
Checking needed for uplift to B2G branches a=test-only
Whiteboard: [checkin-needed]
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: