Great
So we learned that Type
itself does not set the focus. Now that I think about it again, this is to be expected. It just sets a value inside the web page (DOM object).
You can use 2 XClick or XClick plus XType. I made a short screencast for it:
Automating a Select Box with JQuery:
The first option uses
-
XClick | (image)
to set the focus on the select box (this also opens the box) -
Another
XClick | (image)
to select the entry we need
The second option uses
-
XClick | (image)
to set the focus on the select box (this also opens the box) -
XType | ${KEY_DOWN}${KEY_DOWN}${KEY_ENTER}
to select the entry