如何在Selenium Webdriver中编写代码但先要求用户输入

时间:2018-07-30 03:59:55

标签: selenium selenium-webdriver webdriver

我在网页中有一个表格,并创建了一些ID,这些ID是超链接,我希望Selenium Webdriver要求我提供输入,因为输入是超链接不断变化

Table IN WEBPAGE
 Header     Name    
  8277      tEST     
   23       YT
    1       Y
    23      55

标题下的数字是超级链接,它不断变化,我要硒要求我输入。标头的xpath在下面给出

xpath = //*[@id="ctl00_ctl00_cph_base_cph_pgf_cph_ctl00_gvLastPricings_ctl03_lbPricingDetails"]

//*[@id="ctl00_ctl00_cph_base_cph_pgf_cph_ctl00_gvLastPricings_ctl04_lbPricingDetails"]

//*[@id="ctl00_ctl00_cph_base_cph_pgf_cph_ctl00_gvLastPricings_ctl05_lbPricingDetails"]

//*[@id="ctl00_ctl00_cph_base_cph_pgf_cph_ctl00_gvLastPricings_ctl06_lbPricingDetails"]

如何执行以上操作

0 个答案:

没有答案