I’m facing an issue related to click activity.
I have a desktop application and i need to select some name from that screen. It’s having more than 100 names i need to scroll it to down till it visible but i don’t know how to stop it when the name is visible in screen.
In background selector is working but unable to click because it’s somewhere down. My click activity works only when the specific name visible on screen. Can anyone help me how solve this.
Hi @Anil_G actually when I use elementexist selector is validating. Even my click also validating and it’s not able to click because the specific name is scroll bar some where middle. But i need scroll that bar till my specified name visibility
Text Exists - Your text + indicate the screen Click scroll - Scroll button indicate Find Text position - Indicate the screen + your text Click - Find text variable pass in the element(Uielement)
Hi @Anil_G i tried find element after that I used get attribute to get the extracted value but I’m unable to get the output because in my selector i don’t have aaname it’s having Name. Because of that I’m unable to get output. Is there any way to get the output with NAME in selector