i need some help for playback wait timeout.
earlier i used below playback script then that time its working fine
Playback.PlaybackSettings.WaitForReadyLevel = WaitForReadyLevel.AllThreads;
this.UIMap.ClickSubmit();
Playback.PlaybackSettings.WaitForReadyLevel = WaitForReadyLevel.UIThreadOnly;
as of now its not supporting its directly giving the error .can any one please help me
example scenario:
i have a search screen when i hit on go button data is getting displaying 50 seconds or below 50 seconds
scenario:.data is loaded with in 10 seconds i need to reduce the remaining 40 seconds.
please help me its urgent.