#### What are you trying to achieve? In the CodeceptJS `Playwright` helper all locators are tied to [ElementHandle](https://playwright.dev/docs/api/class-elementhandle#element-handle-query-selector-all), but it is officially discouraged/deprecated. Need to move to the [Locator](https://playwright.dev/docs/api/class-locator) The whole `Playwright` helper should be changed due to migration to the [Locator](https://playwright.dev/docs/api/class-locator)