I have reported this problem long time ago but you haven't given too much 
attention to me. The problem is, the below code only applicable for 

b.goto '' not for every button click. So this is wrong! Button click waits 
for 60 seconds to load but this 60 seconds is hard-coded inside selenium 
ruby binding. it's not parameterized, So no matter whatever value you 
change in client.timout in the below code it doesn't affect anything. 


 client = Selenium::WebDriver::Remote::Http::Default.new
 client.timeout = 120 # seconds
 driver = Selenium::WebDriver.for :remote, http_client: client



On Friday, July 28, 2017 at 11:07:53 PM UTC+5:30, Titus Fortner wrote:
>
> Show us the code you are using and tell us what isn't working the way you 
> expect.

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to