Selenium how to select an object by class

后端 未结 4 1839
夕颜
夕颜 2021-02-07 04:28

I have a web page with a form and has a field that uses the jquery autocomplete function.

\"enter

4条回答
  •  时光说笑
    2021-02-07 05:17

    Suppose you have a dynamic XPATH then you can point to an element like this

    driver.findElement(By.className(""));

提交回复
热议问题