marionette icon indicating copy to clipboard operation
marionette copied to clipboard

Find elements is broken

Open kholbekj opened this issue 3 years ago • 1 comments

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 new error because ids are not hooked up right. I think the method needs a look, looks like the "Huge update" in november broke some stuff

kholbekj avatar Mar 01 '22 14:03 kholbekj

Same here. Took me awhile until I found this issue.

felixding avatar May 04 '22 05:05 felixding