I am having a HTML combo box and I have to select multi values from it using BP, multi values could be selected by holding the CONTROL key and mouse click on that element. I have tried to achieve it as following but it does not work:
Step 1: Activate Application
Step 2: Select some value from combo box using write stage.
Step 3: Send CTRL key.
Step 4: Select another value from combo box using write stage.
Step 5: Send CTRL key.
Step 6: Select another value from combo box using write stage.
and so on...
We have spy combo box using HTML mode, above implementation output gives last element selected [it retains only latest selected value].