Hi @Naveen AutomationLabs, Thanks for the wonderful videos. One quick question: Does playwright has any grid support to execute the cases faster by distributing to a grid. Does playwright has any inbuilt grid or test case distribution support (without selenium grid)?
@snprathyush Жыл бұрын
Hi @Naveen AutomationLabs, It was very helpful, I am trying another scenario when the Attachment button is in Iframe, How to handel that, please can you help on this?
@MartinsJDPower5 ай бұрын
Thank you Naveen! Your vids have helped me a lot!
@srujankumar17352 жыл бұрын
Hi Naveen, Can you please confirm whether Playwright supports file uploading option for other than input[type='file'] elements. As in real time, we have the file upload options w/o input[type='file']. Any other approach apart from asking developer to change input
@uness232 жыл бұрын
Try fileChooser,
@Testing-zx8sy Жыл бұрын
Hi @Naveen AutomationLabs , I'm facing Cannot get file size issue when i try to upload the file. Could you please help on this ? Thanks and your videos are helpful.
@SantoshSharma-ge5pz2 жыл бұрын
Hi Naveen, how many videos are coming for this PlayWright series
@naveenautomationlabs2 жыл бұрын
Few more are coming from tomorrow onwards
@ShariqMuhammad-z6p11 ай бұрын
Hi @Naveen, Thanks for such great video , I am getting the following error , could you please help com.microsoft.playwright.PlaywrightException: Cannot get file size.
@womarklee Жыл бұрын
An error will be reported when uploading a large file exceeding 4G, and FileChoose is used. What should I do at this time?