Can you provide a method for returning CSS locators and XPath locators for snapshot ref?
browser_generate_locator returns playwright code and browser_evaluate is a bit slow. We need to map the snapshot ref to locators for later use and replicating the browser actions. We need it to return what it can return (ID, CSS, XPath) locators.
Can you provide a method for returning CSS locators and XPath locators for snapshot
ref?browser_generate_locatorreturns playwright code andbrowser_evaluateis a bit slow. We need to map the snapshot ref to locators for later use and replicating the browser actions. We need it to return what it can return (ID, CSS, XPath) locators.