Tuesday, 23 June 2015

Selenium Dynamic Xpath

Selenium WebDriver Dynamic Xpath

Video will describe
how we can handle dynamic Xpath is Selenium WebDriver








import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;


public class DynamicXpath {

public static void main(String[] args) throws InterruptedException {

WebDriver driver = new FirefoxDriver();
driver.get("http://yahoo.com");
driver.manage().window().maximize();
driver.manage().timeouts().implicitlyWait(5, TimeUnit.SECONDS);

driver.findElement(By.xpath("//*   [@id='UHSearchBox']")).sendKeys("Selenium");
 
 Thread.sleep(5000);

//List<WebElement> list = driver.findElements(By.xpath("//*[starts-
  with(@id,'yui_3_12_0_1_1430')]/a"));

 List<WebElement> list = driver.findElements(By.xpath("//*
 [contains(@id,'ui_3_12_0_1_1430')]/a"));

System.out.println(list.size());

list.get(0).click();

}

}

7 comments:

  1. Thank you for an interesting post on Appium

    ReplyDelete
  2. Thanks for sharing this Information, Got to learn new things from your Blog on Appium.
    Appium training in chennai

    ReplyDelete
  3. Thanks for sharing this Information, Got to learn new things from your Blog on Appium.
    Talk to eight one two two two four one two eight six.
    Appium training in chennai

    ReplyDelete
  4. Hey guys, I joined with them for Appium training and going on wonderful.
    Feeling confident and sure to be placed well.
    Talk to eight one two two two four one two eight six.
    Appium training in chennai

    ReplyDelete
  5. We provide the Advance Level Appium training in Chennai with real time Scenarios. We are the best training institute in Chennai providing real time training. Here the trainers provide the practical classes with real time scenarios. call@ 8122241286
    Appium training in chennai

    ReplyDelete
  6. I strongly recommend them for Appium training in Chennai.
    Call at 8122241286.
    www.thecreatingexperts.com
    Appium training in chennai

    ReplyDelete
  7. Thank you "learnappium.blogspot.in" for sharing this useful Information on appium

    ReplyDelete