Playwright will report an error when querying child elements using xpath syntax based on the already located elements
tds[1].query_selector('./span')
Playwright can use xpath syntax to locate elements based on the current element
Playwright will report an error when querying child elements using xpath syntax based on the already located elements
tds[1].query_selector('./span')
Playwright can use xpath syntax to locate elements based on the current element