Skip to content

Robotframework-FlaUI-3.1.0

Compare
Choose a tag to compare
@Nepitwin Nepitwin released this 05 May 18:58
· 19 commits to main since this release

Added

  • #185 Include AutomationElement Keyword usage
    • AutomationElement object from Find All Elements Keyword can be used for all FlaUILibrary Keywords directly
    @{elements}    Find All Elements    //*[@AutomationId="CarouselMenuText"]
    
    FOR    ${element}    IN    @{elements}
      ${name}    Get Name From Element    ${element}
      Log  ${name}
    END
    

Changed

  • #169, #179, #168 Redesign from screenshots module
    • Screenshots are only created from FlaUILibrary keywords

Removed

  • #169, #179, #168 Redesign from screenshots module
    • Blacklist and Whitelist Keywords removed from FlaUILibrary