Replies: 1 comment
-
Q1: correct it might not be released |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, loving ferrum! there's nothing else like it out there for ruby.
Question 1: I saw that
remove
was listed under theNodes
section -- what does that do? When I try to find a#<Ferrum::Node>
and call.remove
on it, I getNoMethodError
.EDIT: looks like that is implemented in master, probably just not in the latest release.
Question 2: I'd love to be able to add class or id attributes into the dom via ferrum -- is that possible? I guess I can evaluate custom javascript but it'd be cool to have this method.
Beta Was this translation helpful? Give feedback.
All reactions