nightwatch-docs
nightwatch-docs copied to clipboard
Example working with iframe with nightwatch
Hello, could you give a complete example about of working with iframe with nightwatch js?
i tried verify the iframe component but have an error when run the comand $ nightwatch
thank you
This works on CHROME, EDGE (doesn't work with FIREFOX), moreover checked that .waitForElementVisible. A bit dissapointed.
.click(selector.SETTINGS.SETTINGS) //.waitForElementVisible(selector.SETTINGS.SETTINGS_IFRAME, 10000) .frame(selector.SETTINGS.SETTINGS_IFRAME) .setValue(selector.SETTINGS.SURNAME, "xxxxxx")
"selector.SETTINGS.SURNAME" < html selector constant