I am having issues with selectors in openRPA,there are some input items like this in a website,I have used everything from get element and to execute script nothing seems to work.I have also referred to docs but nothing looks handy.
there is this password field in login field,It was unable to gather that input field,so for that I have used execute script option to select the input through js manually.
The issue lies and identifying the selectors at the time of playing the bot,its not able to identify the selectors due to which my bot fails everytime and also due to which I have to run the script and execute the click handler in the script itself.
nothing different,my computer is still on and its simply not able to gather selector,sometimes It runs successfully and some times it fails.I donot know what’s happening