Closed GoogleCodeExporter closed 9 years ago
It seems as if it does find the xpath and does click it. However it does not
click on the element you expect it to (I think it clicks on the log at the top
left corner). Please use the xpath I sent you.
Original comment by renasr...@gmail.com
on 18 Mar 2013 at 11:55
Hi there,
I did try the xpath and By.textContent("Kitchen Sink") you gave me, it does
not work either.
So, I am doubting whether my android version caused this? I am using
Android 4.2.2. Is it supported?
Thank you very much!
Original comment by bolt...@gmail.com
on 19 Mar 2013 at 6:54
[deleted comment]
This works for me:
solo.waitForText("Kitchen Sink");
By byKitchensink = By.xpath("/html/body/div/section/ul/li/a/img");
solo.waitForWebElement(byKitchensink, 60000, false);
solo.clickOnWebElement(byKitchensink, 0, false);
Original comment by renasr...@gmail.com
on 19 Mar 2013 at 7:29
Original issue reported on code.google.com by
bolt...@gmail.com
on 18 Mar 2013 at 2:34