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

I had to add this to our massive project to make it work with the Akephalos driver. I guess this most likely will need to be passed on to some...

When using the selenium, we wrote something like ``` page.driver.browser.switch_to.window('online_manuals') ``` to swich to a newly opened window (`online_manuals`). Instead I get this error: ``` undefined method `switch_to' for #...

I have the following setup for my project: I'm using cucumber, spork and akephalos. I have a cucumber scenario where I fill a value into a text field with a...

It would be nice to be able to switch over to 1.0

When I put a 'debugger' statement inside a step definition and run cucumber. I get dropped into a debug session but can't type anything. If I do "Ctrl-C" I can...

There are certain cases (especially javascript failures) where it can be helpful to change logging level / settings for htmlunit, which is currently only possible by editing the gem.

0.2.x

Hi! Is akephalos meant to be compatible with Spork? I just added two tests requiring javascript. If I put the "require 'akephalos'; Capybara.javascript_driver = :akephalos" at the end of the...

Suddenly cucumber stopped working, and there really isn't any good way to debug into the java stuff. It fails on the very first step (Given I am on ...) I...

I switched from Selenium to Akephalos today. But one cucumber feature is not running. undefined method `getByXPath' for # (NoMethodError) (DRb::DRbRemoteError) (druby://127.0.0.1:49363) -e:1 I'm getting this error only in three...

I'm not sure why, but I'm seeing 60 second+ startup beginning at this commit 4ed46eadaf1299d6a4d6dfe5c442ddd078674562. At current master and at this commit, a single test takes 88 seconds to run....