vendredi 10 mars 2017

Throw out of IF statement

//execute the else statement even the web element is present on the given xpath//

if(FirefoxDriver.findElement(By.xpath(".//*[@id='sectionDiv0']/table/tbody/tr/td[1]/table/tbody/tr[1]/td/input")).isDisplayed())

{ FirefoxDriver.findElement(By.xpath(".//*[@id='sectionDiv0']/table/tbody/tr/td[1]/table/tbody/tr[1]/td/input")).getAttribute("Value"); System.out.println( " button displayed under Create / Configure Profiles section. ");

    } 

Aucun commentaire:

Enregistrer un commentaire