Closed Bug 1006251 Opened 11 years ago Closed 9 years ago

[marionette-js] switchToFrame can no longer find iframe

Categories

(Testing Graveyard :: JSMarionette, defect)

x86_64
macOS
defect
Not set
normal

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);
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.