marionette icon indicating copy to clipboard operation
marionette copied to clipboard

Selenium alternative for Crystal. Browser manipulation without the Java overhead.

Results 4 marionette issues
Sort by recently updated
recently updated
newest added

`find_elements` crashes with ``` In lib/marionette/src/marionette/session.cr:456:10 456 | if parent ^----- Error: undefined local variable or method 'parent' for Marionette::Session ``` Fixing that (by adding parent to parameters) raises a...

Trying out marionette for a project, I ran into some problems with geckodriver. First off, it would just hang rather than exit. Tracked that down to a `sleep 1000`. That...

I don't have a ton of time for open source projects like this lately, so things have been going by the wayside. That being said I know that several of...