robotframework-appiumlibrary v1.4.0 Release Notes

    • ๐Ÿ†• New finding elements strategy now supports directly using WebElement. Check keyword documentation for more information.
    • โž• Added default locator strategies. Default is: id and xpath check library introduction for more details.
    • Click Text added as keyword in which you can directly click on found texts. Underlying it works on predefined xpath depending on platform.
    • ๐Ÿ›  Unicode fixes also reflected on Page Should Contain Text and Page Should Not Contain Text
    • Getting an element text is added and its helper keywords.