WebElement pim = d.findElement(By.id("menu_pim_viewPimModule")); pim.click(); // Admin tab-PIM WebElement config = d.findElement(By.id("menu_pim_Configuration")); config.click(); //Configuration tab WebElement data_imp = d.findElement(By.partialLinkText("Data ")); data_imp.click(...
* value of the selector is not consistent. * @throws IllegalArgumentException when it is impossible to find something on the given * {@link SearchContext} instance */ @Override public WebElement findElement(SearchContext context) throws WebDriverException, IllegalArgumentException { Class<?> context...