Not getting any error its just not showing what it should, i’ll tell u what i m doing
Lets say on a web page on a certain position “UiPath” is written, so i created a string variable inputtext and used Get Text on that position and stored its value in inputtext in Output and used Message Box to display the text, and its doing that
But when m changing the text from UiPath to something else, it says cant find the Ui Element
For this i made a change in selector, Get text → Properties → selector → changed aaname from Uipath to *. so it will return whatever the text will be on that position but its not doing that
Selectors are used to identify the element on the application - web page in your case.
It might not be just about the aaname. Can you share your selector? and your change on the selector?
m not a programmer but curious to learn RPA, i’ll tell u what m doing, i wanna create a bot for whatsapp where someone texts “Hi”, bot will reply “Hi”, but to understand what the incoming message is i need my bot to read the text and reply accordingly,
That’s quite an adventure!
If your intention is to learn RPA, start with simpler tasks. This one is quite complex, but achievable though.
To explain it as simple as I can, the elements that you are trying to interact with keep changing very often. So it is hard to tag them to a specific selector. Alternatviely you can try Screen Scraping techniques and Data manipulations to build your solution.
These articles below might give you a hint of what to do.