I've been trying to automate a sencha touch 2 implementation with selenium via the Chrome browser on a Pc. Is anyone else doing this with success?
I've run into an issue where Selenium is throwing a NoSuchElement exception when trying to find a button on a x-msgbox. Does anybody have a solution on how to make WebDriver recognize the msgbox?
I am sure the web element was rendered when the test fired. Dev changed something, the xpath changed, and selenium now recognizes the button. I am trying to get to the bottom of what was changed and will post if I figure out what change resulted in selenium now recognizing it.