Hi Telerik Team,
I am trying to read data from a HTMLTable type control. The frame in which this control is placed is using a dynamic query. IFrmae src property is displayed as: <partial url>?mode=<static string>&ID=<dynamic number>
Due to this I am not able to identify the frame and getting error as:
Waiting for frame '[Frame:src=~<partial url>?mode=<static string>&ID=<dynamic number>,UseQuery:True]' timed out. Error: Wait for condition has timed out
I tried to executing the code by setting ‘UseQuery’ attribute to ‘False’ in element explorer. But it was causing problems as there is similar frame being used on different page of my application. In that case the src=<partial url> property is same for both the frames so I cannot set ‘UseQuery’ attribute to ‘False’.
Is there a way I can handle the dynamic id generated for the Frames Query string?