Can Browser Get Element detect Angular+Flex mat-row elements?

@dchang0

*** Settings ***
Library   Browser

*** Test Cases ***
Test 5
        New Browser    chromium    headless=false
        New Context
        New Page    https://material.angular.io/components/table/examples
        Scroll To Element  :nth-match(mat-table,1) > mat-row:nth-of-type(1)
        Highlight Elements  :nth-match(mat-table,1) > mat-row:nth-of-type(1)
        Sleep  5s
2 Likes