Forum Discussion

sdruker's avatar
sdruker
Contributor
10 years ago

Strange behavior- the object was found and clicked but there is a long delay before the next step

Hi,

I'm facing a really strange behavior that I can't figure it out.

It happend to me in 2 places:

1. I have step of selecting value fro dropdown. The test clicks on the dropdown header, the drodown list is diaplayed and then it clicks the rigth value from the list. everthing is fine until this step. however, the expected behavior is that after the click on the selected value from the list, the list will be closed. in this point the test is kind of delayed for more than minute. Manually this issue is not reproduced

2. I have a flash object textbox, I need to find the right textbox, click on it and send text by using the keys method. the click operation is working fine and quickly, and then it takes about 3-4 minutes until it is sending the keys.

 

Has someone faced a situation simiair to mine before?

 

Thanks is advance,

Silvana

1 Reply

  • Hi Silvana,

    I suggest putting a break point at the line immediately after the click to select the item from the combo box.

    Then step through the code to see which code is taking an excessive amount of time.

     

    Good luck!