switching from Selenium Webdriver and have a Locator question.
We have a situation where our devs use different locators in different places for the same element.
We use an “array” or locators, like this:
loading = "div.spinner img[src*=load], .table-spinner-background>div, [alt=Loading], [class*='spinner-border'],"
" [data-ui-handle='circle-spinner'], div.sps-circle, [data-ui-handle='circle-spinner'], .c-spinner"
Is there a way to do the same in Playwright?