Billy.Zheng

Results 437 comments of Billy.Zheng

Sorry for confusing, this issue is more about tech support, the key question is, after run `load "1.rb"` when 1.rb is changed, why `binding.pry` stop at same postion twice, instead...

It seem like still no one work on this ...

original version I test on `0.9.12.6`, it worked, my fork version current on current pry, but, make Pry::InputCompleter broken.

here is some output when use pry-byebug with pry-remote, I found the same issue with @tomtt. ``` sh [pry-remote] Waiting for client on druby://0.0.0.0:9876 [pry-remote] Client received, starting remote session...

@adibsaad , I address this with: write a pry! methods, it just a wrapper method, if use pry-remote, I just use pry-nav, else will use pry-byebug. https://github.com/zw963/ass/blob/master/common/ruby/lib/addition.rb#L162

> It should have worked, I'll take a look Hi, @route, AFAIK, only [poltergeist](https://github.com/teampoltergeist/poltergeist) driver for capybara support click on hidden element, when i switch to selenium which use chrome...

> I think if you use `Cuprite` driver it might work because Ferrum appeared from it, and now we are in transition of things from Cuprite to Ferrum and back....

> In my opinion you should scroll to element explicitely. Hi, How to check one node is visible by user? could you please give me some clue? for now. if...

> @zw963 > > > How to check one node is visible by user? > > Maybe this may help: #141 > > We can try using this CDP command...