|
|
|
|
|
by raffraffraff
250 days ago
|
|
Actually the super power of having the LLM in the bowser may be that it vastly simplifies using LLMs to write Playwright scripts. Case in point, last week I wrote a scraper for Rate Your Music, but found it frustrating. I'm not experienced with Playwright, so I used vscode with Claude to iterate in the project. Constantly diving into devtools, copying outter html, inspecting specific elements etc is a chore that this could get around, making for faster development of complex tests |
|