ExtSolo publicized and Instatest updated

Hi all,

we would like to introduce you API for ExtSolo class included in recorder-extensions library. You can find it in the menu under “ExtSolo Library” on http://docs.testdroid.com. You can find there examples for all of the available methods.
For instance:

extSolo.clickOnHtmlElement("a", "id", "", "class", 0,
     new HashMap<String, String>() {
        {
            put("custom_id", "my_val");
        };
     }
);
extSolo.enterTextIntoHtmlElement("(//input[@id = 'id'])[0]", "textToEnter");

There is also the library to download: direct link
Next thing worth your attention is Instatest. We extended it of logging inside the WebView.

Enjoy,
Testdroid team.

Related posts

  • No Related Posts