Get Text 'AVL_AVView': Timeout reached. Increase timeout and/or change waitForReadyLevel property

Hi, may I know how can I fix this problem?

Thank you and best regards.

@teo_choudu

I guess the web page taking lot of time to load. Before Get Text activity, use Element Exists activity and indicate any proper element and it will give you Boolean value as result. If it is true then use Get Text activity to read required text else give some delay and continue.

3 Likes

Thank you @lakshman

There is another error. May I ask how can I solve?

Thank you.

2 Likes

@teo_choudu

Have you indicated any element or not with Element Exists activity ?

If not then indicate any element after successful loading page and store the output in Boolean variable and say ‘elementFound’. After this use IF condition pass that Boolean variable into condition.

    IF elementFound  
    Then use Get Text activity read that value
     Else use some delay and then use Get Text activity to read the value
1 Like

Get Text ‘AVL_AVView’: Value does not fall within the expected range.
The same problem still exist.

Hi @teo_choudu can you send your axml document?

1 Like

Sequence2.xaml (8.2 KB)