There is no mobile implementation for Watir at this time. I've considered making an Appium client that uses the Watir API, but it is not a trivial thing, and so far I haven't heard much demand for it.
The recommendation at this time is to have your mobile app developers write UI test code in the language they are using to develop the app using the tools provided directly by the platform, so Google's Espresso framework for Android, and XCTest for iOS (can also use Google's Earl Grey to access this directly as well). If you are looking for non-developers to write UI tests in separate language (like Ruby), then you should be looking at the Ruby client for Appium. It isn't currently being maintained, but it has a number of active users (like Microsoft). Titus On Thursday, January 26, 2017 at 12:33:46 PM UTC-6, christina wrote: > > Hi all! > > > I need your advise in what can we use to test the websites not only on > desktop but on mobile: smartphones and android phones and tablets.. > > Please advise and let me know any material that I can read\buy. > > > Kind regards, > Cristina > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
