Closed Bug 905959 Opened 11 years ago Closed 10 years ago

Create mozelement type method

Categories

(Testing Graveyard :: Mozmill, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: andrei, Unassigned)

Details

(Whiteboard: [lang=js][good first bug][mentor=whimboo][mozmill-2.1?])

We've marked the type method as deprecated on the controller[1] but we haven't implemented it in mozelement.

This should be rectified. Implement the method from controller into mozelement, then change controller to reference that method. Similar to other controller methods.

Might need to block mozmill 2.1

This is fixed when we'll be able to call:
> element.type("string");

[1]: https://github.com/mozilla/mozmill/blob/master/mozmill/mozmill/extension/resource/driver/controller.js#L1039
Summary: Creade mozelement type method → Create mozelement type method
Whiteboard: [lang=js][good first bug][mentor=andrei_eftimie][mozmill-2.1?] → [lang=js][good first bug][mentor=whimboo][mozmill-2.1?]
This is actually invalid, we have the sendKeys() method that does what type() used to do.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.