Hi,
I have my code executing very fast if AUT & Silk are on same network (need not be same all times, environment changes as per requirements), and observed an issue like, step2 execution begins without proper step1 completion. My only thought was to incorporating sleep after each and every line could be the solution. As that we disturb the entire suite, thought of implicit wait for an object.
So my question is , like we have explicit wait function 'waitForObject', could we achieve this implicitly? That is, I want Silk to wait for every object on every window implicitly. I did follow documentation.microfocus.com/.../index.jsp , however could not find a way to have the silk wait for an object implicitly. Tried with Agent configuration as shown below, no luck or I might be missing some configuration of Agent to handle it.
If someone is familiar with Selenium, am looking for Implicit Wait concept of Selenium in Silk. Thanks in advance
-Prashanth