button is not active

Ask general questions here.
strannik
Posts: 60
Joined: Tue Apr 29, 2014 3:00 pm

button is not active

Post by strannik » Thu Jul 03, 2014 10:02 pm

Hi everybody.

I have an issue to click the button when recording is clicking the button it is not active. At the moment when recording clicks the button it became active but doesn't select it and script executes next line in script and fails because next screen is not loading.

Any idea how to resolve the problem? I have tried Delay and Wait For actions but no luck always the same result.

Thank you.

mzperix
Posts: 137
Joined: Fri Apr 06, 2012 12:19 pm

Re: button is not active

Post by mzperix » Mon Jul 07, 2014 9:35 am

Hi strannik,

maybe the problem is that you used mouse down only. Change it to mouse Click, and it should work.
If this not works, can you give us more details? Like a snapshot, a screenshot of the actiontable, etc.?

Best Regards,
Zoltan

strannik
Posts: 60
Joined: Tue Apr 29, 2014 3:00 pm

Re: button is not active

Post by strannik » Fri Jul 11, 2014 6:15 pm

Thank you Zoltan,

I'm using mouse click event, I just did one extra click beside the button it became active and next line selected the button.