Page object model is a design pattern used in test automation where test script and locators are defined in separate classes. In this design pattern each web page( screen in case of mobile application ...
I have configured playwright mcp to use traces --caps=tracing. LLM starts and stops tracing and as an output I can see it generated files for traces as per the image below. Unfortunately I can't seem ...