--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
driver.findElements(By.tagName("textfield")).get(3).click();
driver.findElements(By.tagName("picker")).get(0).findElements(By.tagName("pickerwheel")).get(2).sendKeys("1995");
driver.findElement(By.name("Done")).click();
Hi,
I am using Appium driver and when I am trying to select the datepicker with tagname, it says that [31morg.openqa.selenium.UnsupportedCommandException: Invalid locator strategy: tag name
Any help will be appreciated.
Thanks
Vikas
On Tuesday, April 16, 2013 8:20:10 PM UTC-4, Mugil wrote:Hi,I am using Appium to automate my hybrid app on an iPhone simulator.One of the pages in my app is a web view page but has a dob field which is of type 'date' and opens up the date picker.I tried to enter date using sendKeys method of WebElement in web driver. But did not help.Any help here?Thanks
--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/d/optout.