I have a snippet which types some text in a text box at the bottom of a form, I than want it to Tab back to a dropdown selector and select the right dropdown field. This works in other form cases by using SHIFT-TAB, but I can't get it to work for this particular form.
I was wondering whether there is an alternative way to select the dropdown using something like the Website command which finds an element via css (IE selector #new_refid), once it finds the element it then used the Enter or Click Command to select it?