Here is more of the error I am seeing.

Selenium::WebDriver::Error::ScriptTimeOutError:
       script timeout: result was not received in 30 seconds
         (Session info: chrome=72.0.3626.119)
         (Driver info: chromedriver=2.42.591059 
(a3d9684d10d61aa0c45f6723b327283be1ebaad8),platform=Mac OS X 10.14.3 x86_64)

I have been looking for an answer to this for a several days now and still 
cannot find a working solution.


On Monday, February 25, 2019 at 11:03:05 PM UTC-5, Joe Fl wrote:
>
> Hi,. 
>
> I need to expand the duration of the wait on the *@page.run_asset* because 
> it could take longer than 30secs for the process to complete.  When I run 
> the test it still fails and displays the same error as before:
>
> Failure/Error: @page.run_asset 
> Selenium::WebDriver::Error::ScriptTimeOutError: script timeout: result was 
> not received in 30 seconds
>
> It was explained to me that I could do this:
>
> browser = Watir::Browser.new(:chrome, timeouts: {script: 60000})
>
>
> Which I have:
>
> @browser = Watir::Browser.new(:chrome, timeouts: { script: 60_000 }, 
> options: @opts)
>
> The script is still exiting after 30  seconds.
>
> Any help on the would be greatly appreciated.
>
>
> Thank you,
>
> Joe
>

-- 
-- 
Before posting, please read 
https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
 
In short: search before you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]
--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to