how to select value from a drop down using Selenium IDE

前端 未结 9 2691
灰色年华
灰色年华 2021-02-20 09:26

I am using Selenium IDE for the first and has no knowledge of automation scripting. So far i am able to manage using IDE but one issue is I am not able to select a value from dr

9条回答
  •  长情又很酷
    2021-02-20 09:58

    Use Command: KeyDown Target:css=input.comboboxname Value: \40

    \40 is Down-Arrow Ascii value

    then use \13 to make selection in value.(put value for command and Target same.)

提交回复
热议问题