Shubham raj
Shubham raj
It is still open can i work on it???
I would like to work on this issue!!
@ozkit Thanks your comment helped me. I am getting inputs and string and now i can change it to dict and read keys.
@11PRiyansh Can you share some debug logs or the full code here so that we can investigate and help.
Are you saying that the screenshot is not updating after the click? So how do you got to know that it is clicked ? Also can you check for error...
@abidlabs What do you suggest ?? We should show the image in full resolution by default or we should give our user an option to view it in fulll resolution...
@lyie28 @mbrunel Please take a look and let me know if you have any questions.
This is a sample code generated using lavague-build-playwright @mbrunel ```python import asyncio async def wrapper_func(): try: from playwright.async_api import async_playwright except (ImportError, ModuleNotFoundError) as error: raise ImportError("Please install playwright using...
@mbrunel Moved this to draft as i need to do some code cleanup and comments to improve code quality. You can review the core changes they will remain same.
Added comments in the utils function and did some code cleanup, Now it is ready for review.