任何人都可以請幫助我通過硒代碼擊中javascript
鏈接。硒JavaScript鏈接
這是檢查代碼和鏈接名稱是應用程序。
目前我在下面的所有代碼列表中使用,但它仍然沒有打開應用程序鏈接。
driver.findElement(By.id("I6")).click();
driver.findElement(By.xpath("//img[@ src='/ibm/console/images/arrow_collapsed.gif']")).click();
driver.findElement(By.xpath("//span[contains(text(),'Applications']")).click();
JavascriptExecutor js = (JavascriptExecutor) driver;
WebElement element = driver.findElement(By.xpath("//*[contains(text(),Applications')]"));
js.executeScript("arguments[0].click;", element);
WebElement element1 = driver.findElement(By.xpath("//span[contains(text(),'Applications']"));
element1.click();
driver.findElement(By.xpath("//a[@href='javascript:expandCollapse('6');]")).click();
driver.findElement(By.xpath("//div[@id='I6']/..//a[contains(text(),'Applications')]")).click();
這裏還有什麼之後,你發生點擊它或者你得到一個異常?分享日誌,如果有任何 – Andersson
請檢查檢查代碼細節 –
Applications –