molfar

Results 18 comments of molfar

The same issue with newest 0.4.0. This time all get replaced with

Have the same issue with webpack 4.46.0

All these examples does not work as expected. Waiting for native nested support very much.

Could we hope for implementing nested sortable feature?

``` require 'bundler/setup' require 'ferrum' require 'debug' browser = Ferrum::Browser.new headless: false browser.go_to("https://google.com") binding.break ``` ``` => 7| binding.break =>#0 at main.rb:7 (rdbg) browser.screenshot(path: "google.png") # ruby eval error: Ferrum::TimeoutError...

@ko1 I tried both browser.screenshot and browser.go_to. The issue is that all interaction with browser after binding.break stop working.