akephalos icon indicating copy to clipboard operation
akephalos copied to clipboard

Headless HTMLUnit powered browser for Capybara

Results 36 akephalos issues
Sort by recently updated
recently updated
newest added

running akephalos --use-htmlunit-snapshot gives me an htmlunit folder in my vendor dir, but nothing else. This is on Rails 3.0.3 + Mac OS 10.6

Rather than serving a single instance of Akephalos::Client over DRb, you should be able to have multiple clients connect to the server and run simultaneously. This would allow a few...

0.3.x

I'm using Akephalos with Cucumber and Capybara. Some of my cucumber scenarios involve user authentication: these scenarios normally pass but when they're tagged @akephalos they fail -- the app responds...

When following a redirect to an external site capybara + akephalos redirect me to my own app using the redirection path.

In Selenium, it's like this: ``` selenium.get_alert.should eql("Are you sure?") ``` I would think it'd be more appropriate to have one for alert, prompt, and confirm.

Do all the filters need to be defined before the htmlunit instance is instantiated? I am interacting with a remote javascript service that I'm trying to create filters for. I'm...