Forum Discussion

msalvador's avatar
msalvador
Frequent Contributor
5 years ago
Solved

click method is very slow

Hi guys, Click method is very slow, if I debug code line stay at method click about 20 seconds. Specially when I must click object in order to exit from a drop down menu. The time recognitionof th...
  • YuriPeshekhonov's avatar
    5 years ago

    To check the fact that the "Click" method takes a long time, please post two timestamps to the log (before and after "Click"). You can find a sample code below.

     

    ...

    Log.Message(aqDateTime.Now());

    btt.Click ();

    Log.Message(aqDateTime.Now());

    ...

     

    If the time difference is 20 seconds indeed, you can create a support case. Most probably, we will need to reproduce this slowness in our test lab for investigation. So, please be ready to provide us with access to your website.

     

    Thank you!