Studiox type into activity

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.

Thank you,

Hello @A_Learner

Check the input type for you click activity.
If this is in a web browser perhaps try “Chromium” or “Simulate”.

Regards
Soren

1 Like

@A_Learner

What error are you getting

As @SorenB mentioned it can be one of the fix is visibility is an issue

cheers

2 Likes

Error says Search UI Element cannot be found and it is timing out. thank you, @Anil_G

@A_Learner

May be include a click for the dropdown value and then have search click

cheers

@A_Learner,

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.

1 Like

will try this. Thank you, @ashokkarale

1 Like