forked from admc/se-builder
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Hi,
I'm trying to access a frame by ID using your included fonction called "switchToFrame".
Unfortunatly, the function seems to don't works anymore.
Can you help ?
Thanks in advance !
Here is the testing URL: http://s450668013.onlinehome.fr/dev/frametest/
Here is my Json case :
{
"type": "script",
"seleniumVersion": "2",
"formatVersion": 2,
"steps": [
{
"type": "get",
"url": "http://s450668013.onlinehome.fr/dev/frametest/"
},
{
"type": "waitForElementPresent",
"locator": {
"type": "id",
"value": "testframe"
}
},
{
"type": "switchToFrame",
"identifier": "testframe"
}
],
"data": {
"configs": {},
"source": "none"
},
"inputs": [],
"timeoutSeconds": 60
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels