Selecting nested iframe - selenium / javascript / node-js Selecting nested iframe - selenium / javascript / node-js selenium selenium

Selecting nested iframe - selenium / javascript / node-js


I've done this kind of thing before a few times. Try putting a 1 second pause between the swtich frames. (Sometimes) you need to give Selenium (or the browser) enough time for the frame DOM to load before you try another switch.