You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are performing below steps,
accessibilityFrame = await browser.frame('iframe[src*="index.html"]');
console.log("==============="+accessibilityFrame);
Description of the bug/issue
When we are performing below steps,
accessibilityFrame = await browser.frame('iframe[src*="index.html"]');
console.log("==============="+accessibilityFrame);
await browser.waitForElementVisible(accessibilityFrame, 20000).click;
browser.frame is able to find and store the element but waitForElementVisible throws accessibilityFrame is not defined
Steps to reproduce
Sample test
Command to run
npm run test
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.7.0
Node Version
18.20.0
Browser
Chrome 127
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: