Selecting and Identifying element with JQuery to use it in Selenium 2 Java API

后端 未结 3 1066
时光说笑
时光说笑 2020-12-09 14:02

This is the situation:

  • I use the Java API of Selenium 2 to open and control a firefox browser instance
  • I load the jQuery script to a page via JavaScri
3条回答
  •  甜味超标
    2020-12-09 14:24

    Not sure of your exact problem but you can build you locator using html id, name, class etc attributes.

提交回复
热议问题