Closed
Bug 1006251
Opened 11 years ago
Closed 9 years ago
[marionette-js] switchToFrame can no longer find iframe
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rpapa, Unassigned)
Details
Marionette JS can no longer find iframe when calling:
client.switchToFrame with an id directly.
Example:
this.client.switchToFrame('test-iframe'); (broken since late April?)
This, however, still works:
var frame = this.client.findElement('#test-iframe');
this.client.switchToFrame(frame);
| Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•