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'm just getting started with Capybara and Akephalos. I ran into this message and I don't know what to do: ``` javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated (NativeException) (druby://127.0.0.1:35580) org/jruby/RubyKernel.java:2042:in `send' (druby://127.0.0.1:35580)...

This is probably not an issue with your fine software, but I am unable to figure out where the problem is coming from. The error I get is the following....

I get this error when trying to run any scenario with akephalos. The trigger seems to be this line in jquery-1.5.1.js: ``` div.innerHTML = " a"; ```

Feature Suggestion: The server listens on, and the client can connect to the server over, a Unix domain socket (a socket file). This would be an option; TCP sockets would...

From zenom: Wondering if you can shed some light. I am using Steak/RSpec2 and trying to get Akephalos to work. When I use Capybara.current_driver = :akephalos I get the following....

0.2.x
waiting
htmlunit

For some reason when running a feature file that has javascript scenarios and non javascript scenarios the cookies are not always being set. It seems to be completely random as...

Not sure why this is happening on my app, but it's horribly unproductive. org.apache.http.NoHttpResponseException: The target server failed to respond (NativeException) (druby://127.0.0.1:50648) -e:1 Basically this means I have to create...

I have the following jQuery JavaScript: function set_unit_count() { the_count = 0 if ($('#application_form_condition_set_attributes_admin').val() == "0") { the_count = $('.items input:checked').length; } if ($('#application_form_condition_set_attributes_admin').val() >= "1") { the_count = $('.items...

Big case statements are ugly.. The akephalos binary should be more modular. There should also be a way to set java runtime settings (--server vs. --client, min/max memory, etc.).

0.3.x

There are two issues that I know of preventing akephalos from running on windows: 1) fork() This is only used in RemoteClient when firing up the server. It appears that...

0.3.x