selenium

pause 命令的值是放在 Target框的。
css=div[id=articleGroup_900101]>div:nth(1)
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable

動態id定位;news瀏覽按鈕:
driver.findElement(By.cssSelector("input[name=fileUp]")).sendKeys("C:\\Users\\qmcai\\Desktop\\test-pohtos\\tornado.jpg");
driver.findElement(By.cssSelector("input[value=上傳]")).click();
  經過元素屬性來定位;
 
xpath經過id來定位產品類型格式:
driver.findElement(By.xpath("id('articleGroup_900404')/div[3]"))css

-------------------------------------------------------------------------html

1.news下拉選擇:new Select(driver.findElement(By.id("TypeNameSelection_90000401"))).selectByVisibleText("Device News");

2.#article_edit_view_com_digitnexus_scm_domain_AllocationOrder_new_from8_chzn>a>span     (id>孩子節點>span,調撥單爲例.)
2.#article_edit_view_com_digitnexus_scm_domain_AllocationOrder_new_to9_chzn>a>span
33. form_table_com_digitnexus_scm_domain_AllocationOrder_new td:eq(1) div a spangit

 

 

http://www.w3school.com.cn/html/html_intro.aspdom

相關文章
相關標籤/搜索