Very good explanation you are diserve million of views🥰
@avipn63484 жыл бұрын
Good Explanation easily understood , Please upload video on how to test PLP and PDP page
@santossharma4816 Жыл бұрын
Nicely explain to clear out each line of code, Can you also add video on Carousel validation?
@satishkvs1564 жыл бұрын
Very Nice explanation Mam
@supriyamishra8494 жыл бұрын
Thanks a lot!
@PraveenKumar-np1ek4 жыл бұрын
Good explanation...if I hav to to perform any action based on the product name on any page how we have to do.. Let's example if I want to click on product which is in 4th page.
@supriyamishra8494 жыл бұрын
Thanks Praveen! You can locate the product and use .click() method but you will have to slightly modify the script
@nilimatelrandhe18962 жыл бұрын
Can you please help me with the code @SupriyaMishra ,if we need to select one product from the list of pages from e-commerce site then how to write code with the loop
@priteshkhambekar2 жыл бұрын
Great 👍🏻
@charankumar37344 жыл бұрын
Nice Explaination...
@supriyamishra8494 жыл бұрын
Thanks!
@madhuribhoga88394 жыл бұрын
Nice Explanation
@supriyamishra8494 жыл бұрын
Thanks!
@arpitarjaria27842 жыл бұрын
thanks.. nicely explained
@samanzubair8828 Жыл бұрын
Hi Great explanation. Can you share this code. Humble request .Please
@nutanjaiswal71444 жыл бұрын
good work (y)
@supriyamishra8494 жыл бұрын
Thanks!
@bbusy30054 жыл бұрын
Nice
@supriyamishra8494 жыл бұрын
Thanks!
@rubalverma49303 жыл бұрын
How to do infinite vertical scrolling slowly and slowly Like we scroll myntra web page and scroll till the bottom of web page and then click next button How to do infinite vertical scroll on ndtv.com web page Please tell me how to do this
@supriyamishra8493 жыл бұрын
Hi Rubal Please use this code for slow vertical scroll JavascriptExecutor js = (JavascriptExecutor) driver; for(int i=0;i
@rubalverma49303 жыл бұрын
@@supriyamishra849 thanku so much mam it worked, mam please upload more useful video like some other use of JavascriptExecutor class