Hi,
I am using “Type Into” activity in StudioX after that I have to click Search button.
After type into, I am getting an error, the Search button is not found.
I can identify the button with strict selector okay. But why is the bot not finding the button?
When I type into, the typed in text pops out in the text box, may be not selecting that text preventing the Search button visibility? Please suggest how to solve this.
If manually you try to type the desired text and then hit Enter button does the desired action, then use SendWindowMessages input method for Type into and pass the Enter keyword .
In this case you won’t have to look for that button.