hmdne

Results 110 comments of hmdne

This also involves handling classes like Touch

From what I know, Opal-Browser HAS a preliminary implementation of this. I will inspect and look if this is a really viable, but seems like we already have some implementation...

Unfortunately, that's not possible. Opal-Browser requires a browser.

I will soon add a "miniirb" example which would provide as both an example to opal-browser and as a debugging tool.

Opal 1.3.0 has a revamped repl. You should be able to do this: ```ruby $ mkdir opal-browser-repl $ cd opal-browser-repl $ cat > Gemfile source 'https://rubygems.org' gem 'opal', '>= 1.3.0a'...

DocumentFragment implements ParentNode which doesn't implement getElementById (this may change in the future though). We wrongly assume at this point, that DocumentFragment inherits from Element, but actually it inherits from...

Regarding the children method, I think this implementation should follow Nokogiri for an expected behaviour.

I did a different approach, by making `default` mean `selenium_chrome`. I will try to backport from this PR as much as possible in the following days.

Already done in Opal cli_runners a long time ago. This issue can be closed.