Selector worked fine yesterday today it was not worked

Hi Team,

I have used click activity to click respective uielement on browser, yesterday it worked fine but today it was throwing error as selector not found .

If i indicate it again and run it was working fine.

Kindly help me with this .

Thanks in advance

Hi @shnega

Does your selector string contains idx or session related information ? Could you screenshot the selector for analysis?

Hi @shnega,

Could you please share the selector you are using.

Thanks & Regards,
Nithin

Please provide more details while posting. Example- Selector details in this case.

Hi @mtyamps @GreenTea @Nithin_P
please find the screenshot of selector .

i tried by giving css-selector also but no luck .

please help me with this

1 Like

Hi @shnega,

Is there anything beyond tag='IFRAM ?. What we are looking for is something that is changing from day to day. It may be so that ‘idx’ property in selector or a date in the selector or even the FormID (2018 in this case) change from one day to another. That’s why you receive the error message. We need to find what is changing.

Please note down the selector you found today & then tomorrow check the selector again. Now compare the two. Where ever you see a change add the wild card * instead of the characters that change day to day.

Hope that helps !

Thanks & Regards,
Nithin

Hi @Nithin_P
Thanks for your time.
There is no Idx in selector and also there is nothing beyond tag='IFRAM?.
i compared yesterdays selector and todays selector there was no change in the selector.
please find the yesterdays and todays selector:
YESTERDAY SELECTOR:

TODAYS SELECTOR:

@shnega - can you try to validate the selector and check - is it still validating? if yes - please close all firefox browser tabs and retry.

can you pls share the click activity properties screenshot.

Hi @shnega

Try changing first FormKey=*

If still having issue both FormKey=* and FormID=*

Hi @GBK
i validated the selector by keeping firefox- respective site open , then it is validated[shown green]
I validated the selector by closing firefox- then it is not validated [shown red]
it was not a click activity , it is select item activity .
please find the screenshot of it:

Thanks in advance

Hi @GreenTea

Thanks for your time .

I tried both FormKey=* and FormId= * but no luck

Hi @shnega,

Try with this: FormID=2018*;FormKey=PurchaseBill*

Thanks!

Hi @kadiravan_kalidoss

Thanks for your time.

it is throwing error .please find the screenshot of it
image

@shnega - can you try changing WaitForReady → WaitForReady.COMPLETE

Hi @shnega

“It is not a click activity, it is a select item activity”… Do you have a click activity before select item? Try adding a delay of 2 to 3 seconds before the select item activity.

Does the application behave the same in another browser?