shnega
(shnega)
November 5, 2020, 9:24am
1
Hello All,
I am using Linkedin for downloading resumes… i need to click a button to see all people resume .
But id of button is changing when i close the browser.
even i gave wildcard in the selector but it is not clicking the button correctly .it is throwing an error as “Unable to find the UIelement”
i used Find text,click text,Ocr but no luck .
Any idea?
Thanks …
Hi @shnega
Can u show the selector of that button in uiexplorer
I think Id attribute will.not help you in making selector dynamic
Meanwhile check whether any other attribute is changing
Regards
Nived N
Happy Automation
shnega
(shnega)
November 5, 2020, 9:39am
3
uiexplorer i got for click button
Hi @shnega
Did u check when u are changing the button do any attribute is changing ?
Boopathi
(Boopathi Manogar)
November 5, 2020, 9:49am
5
Hi @shnega
Try to use Find children activity and loop through the child Ui Elements and position click activity when bot identifies that ui element.
Thanks.
Boopathi.
shnega
(shnega)
November 5, 2020, 10:14am
6
yes …id and parent id is changing
Hi @shnega
Then try to make both dynamic and then try it again
moenk
(Thomas Meier)
November 5, 2020, 10:26am
8
Best choice should be the aaname tag. If you dont manage last resort is image click.
shnega
(shnega)
November 5, 2020, 10:44am
9
in my case, aaname is blank… i tried image click ,click text but no luck