Masvel
Results
2
comments of
Masvel
It doesn't work for me too,I tried actions and sendkeys. I ended up using awt robot and it works.
here what I did for selecting the combo, try using one of the below method to get values of dropdown - ` public void select_combo_by_id(String ID,String select_text){ WebElement env_combo =...