Hi everybody,
I run my Silk4j tests once on IE, once on Chrome using Silk Test 17.
On IE everything is fine.
On Chome I have a problem with OPT_WAIT_RESOLVE_OBJDEF.
Here is my problem:
- In my Silk Test options the value of OPT_WAIT_RESOLVE_OBJDEF = 5000
- When I run tests on chrome and I use the method desktop.waitForObject(locator), the silk test runner, waits exactly 20 seconds (I see it in Open Agent Playback Status windows) even if the OPT_WAIT_RESOLVE_OBJDEF = 5000.
- I tested also using method desktop.waitForObject(locator, timeout), 3000 as timeout, then I see that Silk test waits 23 seconds.
Can anybody tell me where is coming from this fix 20 seconds in Chrome?
Best regards,
Hani