Cannot Click on chosen field in ComboBox

Pawepek

New Member
I am trying to choose one of the options from ComboBox knowing only the part of the text ( let's say ALV).


View attachment 1545062163746.png


Luckily, ALV( as well as TIA, ALV etc) are found as HTML Values, so I am using that to find a proper field:


View attachment 1545062334999.png

As you can see, I want to click on the field after finding it but it doesn't seem to work. There is no error or exception, the bot goes till the end and nothing happens.

I also tried a 'Left click' option but it didn't work as well ("Unable to do Left Click" error).
Can anyone help me out with this? I really cannot make it work so I'd appreciate any feedback from you guys.
This is the site:

http://bptravel.blueprism.com/createquote.html

You can login using same password and login ( It's just a sample site).
 

Attachments

  • 1545062012295.png
    30 KB · Views: 14
  • 1545062307774.png
    42.1 KB · Views: 13

geeda

New Member
I am trying to choose one of the options from ComboBox knowing only the part of the text ( let's say ALV).


View attachment 2827


Luckily, ALV( as well as TIA, ALV etc) are found as HTML Values, so I am using that to find a proper field:


View attachment 2829

As you can see, I want to click on the field after finding it but it doesn't seem to work. There is no error or exception, the bot goes till the end and nothing happens.

I also tried a 'Left click' option but it didn't work as well ("Unable to do Left Click" error).
Can anyone help me out with this? I really cannot make it work so I'd appreciate any feedback from you guys.
This is the site:

http://bptravel.blueprism.com/createquote.html

You can login using same password and login ( It's just a sample site).

To select items from a combo Box, Are you using HTML mode to spy? once you spy the COMBO BOX, select HTML combo box as the Element Type. when passing the parameters, use Action "Select Item" and pass the Input as "Andorra - Andorra (ALV)". Repeat same for TIA.
 

Pawepek

New Member
To select items from a combo Box, Are you using HTML mode to spy? once you spy the COMBO BOX, select HTML combo box as the Element Type. when passing the parameters, use Action "Select Item" and pass the Input as "Andorra - Andorra (ALV)". Repeat same for TIA.

The thing is, I don't have the full airport name like "Andorra - Andorra (ALV) ", only the shortage like ALV. That's why I cannot use the "Select Item by Text" option.
 

Umuruk

New Member
Here it is. I shared a few screenshoots

You need to verify combobox text. You can asign the value of combobox to a variable and then check the value of the variable with an if structure
 

Attachments

  • helping1.JPG
    45.6 KB · Views: 39
  • helping2.JPG
    55 KB · Views: 29
  • helping3.JPG
    55.2 KB · Views: 26
  • helping4.JPG
    58.6 KB · Views: 25
Last edited:
Top