We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running madcow 2.0 against a bootstrap + backbone.js application always encounter the exception below :
org.openqa.selenium.ElementNotVisibleException: You may only interact with visible elements
<execution> <runner> <type>au.com.ps4impact.madcow.runner.webdriver.WebDriverStepRunner</type> <parameters> <!--<browser>Firefox</browser>--> <browser>HtmlUnit</browser> </parameters> </runner> <env.default>DEV</env.default> </execution>
note: This isn't the case when using "Chrome"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running madcow 2.0 against a bootstrap + backbone.js application always encounter the exception below :
madcow-config.xml
screenshot showing that element is visible
note: This isn't the case when using "Chrome"
The text was updated successfully, but these errors were encountered: