Re: [wtr-general] Re: An expected error generated on click does not occur on click(*modifier)

2018-06-20 Thread Steve Parrado
I also realized that I was very much lacking data in my report, and for that I apologize: Ruby Version: ruby 2.3.3p222 (2016-11-21 revision 56859) [i386-mingw32] Watir Version: 6.11.0 Browser: Chrome Version 67.0.3396.87 (Official Build) (64-bit) Chromedriver Version: 2.40.565498 OS: Windows

Re: [wtr-general] Re: An expected error generated on click does not occur on click(*modifier)

2018-06-20 Thread Steve Parrado
I recreated it by navigating to a public facing website, identifying an element at the top of the page, and then scrolling down and performing the click and click+control. Here is the output: irb(main):009:0> @browser.goto("http://www.newhomeguide.com;) => "http://www.newhomeguide.com;

Re: [wtr-general] Re: An expected error generated on click does not occur on click(*modifier)

2018-06-14 Thread Titus Fortner
This would be a Chromedriver issue, so we'd need to see what commands are getting sent to the driver. Can you run both with `Selenium::WebDriver.logger.level = :info`? Is the html public that we could get them a reproducible issue? On Thu, Jun 14, 2018 at 6:29 AM Steve Parrado wrote: > > Has

[wtr-general] Re: An expected error generated on click does not occur on click(*modifier)

2018-06-14 Thread Steve Parrado
Has anyone seen similar behavior? I am still at a loss about this. On Thursday, June 7, 2018 at 12:00:07 AM UTC-4, Steve Parrado wrote: > > I was attempting to write a function that performed a ctrl+click so that > if the click caused a page navigation, it would be in a new window which >