Unable to find target element

I am not able to indicate on a specific tab in notepad


I want to select the tab to replace words but ui path is not able to find it.I tried to change UI framework
still not selecting

Hi @yuvrajsinghrathore570

Can you try sending the hotkeys ctrl+tab, so that the focus will change to the textbox?

Hope this helps,
Best Regards.

You can even read the whole text to a “TextVar” using GetText activity. Use TextVar.Replace(“toReplace”,“toBeReplaced”), and write updated TextVar back to Notepad.

Hi @yuvrajsinghrathore570,

I hope you have tried with multipole UI Framework options using F4 key

Thanks,

Thank you your method works but how can i access the particular Find,Replace tab.I am learning things right now.

One thing you can try is to use different frameworks, if its not able to find try if using a hotkey (like tab) will be able to change control to the find and replace window, or you can use Computer Vision Activities, which will be able to identify these windows.

When I tried from my end, I was able to find those fields direclty. I am not sure what notepad are you using/ why you are not able to get them.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.