@Naveen this selector is most useful can think of this as an alternative for xpath
@swapnabhaskaruni96522 ай бұрын
i have an xpath in selenium //div[contains(@class,'total_ordered-table-cell')]/div/input how do i write this in playwright
@saurabhpatidar31832 жыл бұрын
Thanks #naveen for sharing video. Playwright is very beautiful tool. One thing which I noticed is in playwright we didn't scroll down the page to see footer but in selenium we have to do this Let me know if I am missing something here.
@munindharr1039 Жыл бұрын
where i can get the maven command ?
@aamerhussainmohammed77452 жыл бұрын
what is the difference between allTextContents(), allInnerTexts()? Nice explanation as always.