Skip to content
New issue

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

Encounters ElementNotVisibleExceptions when using HtmlUnit as Browser #39

Open
bertanasco opened this issue Dec 9, 2015 · 0 comments
Open

Comments

@bertanasco
Copy link

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

madcow-config.xml

   <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>

image

image

screenshot showing that element is visible

image

note: This isn't the case when using "Chrome"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant