b10902118

Results 5 comments of b10902118

Any progress so far? I would like to implement this functionality. I am first time to this project and just digging into APIs. Hope to learn TODOs and insights from...

I think using selectors is good enough. If you have the code, just add some ids (by humans or models) and models can easily locate the elements. For external page,...

For inspection I think this is related to https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/268. I just commented there about my work on providing DOM, CSS rules, computed style. For selecting an element, I still believe...

I hacked CDP myself to build my mcp supporting DOM nodes, CSS rules, and computed style. In fact, I have been building library to handle CDP for months. Would like...