RPA can't select the correct item after action

The process I write is as below:

a. Type into and I can type into the correct vessel name as attached and set about 5s delay

b. Send hotkey as to select the options but will skip and become blank here

Could anybody suggest how to fix the problem? Many thanks

Supplement:

Send hotkey was set as and will show as blank after debug

Hi @Philip_Zhuang ,

Try this,

  1. Use “Set Text” Instead of “Type Into”
  2. Add an Extra Delay After Typing
  3. Use “Type Into” with SimulateType or SendWindowMessages

Regards,
Vinit Mhatre

@Philip_Zhuang

Welcome to the community

Is that a dropdown that you are getting after type into?

Then you might need to include a click on it or an enter key so that the option is selected

Cheers

Thank you ! I will have a try!

Hi @Anil_G it do has a dropdown after type into

And I set a process Sent hotkey after type in but the option can’t be selected as well while my process is available for other places in this website :cry:

@Philip_Zhuang

  1. Send hotkey might be sending the key …manually check if enter is working may be a down arrow to highlight and then enter might work
  2. You need to perfomr the steps manually and then replicate the same

Cheers

Hi,

“Instead of splitting into 2 actions - Include enter also along with the type into activity by selecting Enter from the drop down[k(Enter)]”

cool! I think it is a great solution!

Kindly mark as solution if it helped you

Sorry bro, it doesn’t work since it is too fast for the website to react. The dropdown cant’t appear in such a short time

You can add delay while typing in the properties

I set delay after for 3 while delay between keys as 1 but it still work too fast

1 and 2 doesn’t work and I can’t set with SimulateType or SendWindowMessages while I try to change

Try for a bigger number

Definitely it should slow the type activity

They can only allow I set 0/1 on delay between key. Why? Thanks!

Oh Got it. I missed the fact that max delay possible is 1

Let me try from my side and update you

Thanks for your help!

Hi @sharazkm32 it will be really grateful if you can update any new thought here since I still meet failure here, thanks!

Are you trying in any public site??

If yes - please share the URL to test from my side