Hello dear ye TestNG mein pluging issue aarha aap kuch help kr skti ho isme
@ArunKumar-cs2vm2 ай бұрын
Super 🎉🎉
@supriyamishra47013 ай бұрын
aap ne bahut acche se samjhaya mam. Thank!🙏
@MohitAesthetics6 ай бұрын
EventFiringWebDriver is not working in selenium 4 can you please update a new video for the same?
@supriyamishra8496 ай бұрын
क्रिया/Verb Verb third form(V3) bring(लाना/ आणणे) have/has/had brought buy(खरीदना/ खरेदी करणे) have/has/had bought come(आना/ यायला) have/has/had come go(जाना/ जायला) have/has/had gone do(करना/ करणे) have/has/had done drink(पीना/ पिणे) have/has/had drunk forget(भूलना/ विसरणे) have/has/had forgotten remember(याद रखना/ लक्षात ठेवणे) have/has/had remembered give(देना/ देणे) have/has/had given take(लेना/ घेणे) have/has/had take get/receive(कोई चीज़ मिलना/ मिळवणे) have/has/had gotten/received meet(किसीसे मिलना/भेटणे) have/has/had met send(भेजना/ पाठवणे) have/has/had sent learn(सीखना/ शिकणे) have/has/had learnt teach(पढ़ाना/ शिकवणे) have/has/had taught write(लिखना/ लिहणे) have/has/had written see(देखना/ पाहणे) have/has/had seen speak(बोलना/ बोलणे) have/has/had spoken stand(खड़ा होना/ उभे राहणे) have/has/had stood think(सोचना/ विचार करणे) have/has/had thought spend(खर्चना/ खर्च करणे) have/has/had spent keep(रखना/ ठेवणे) have/has/had kept sit(बैठना /बसणे ) have/has/had sat
@aishwaryasekar53477 ай бұрын
I am getting stale element exception
@supriyamishra8496 ай бұрын
Hi Aishwarya, In this case understand the line of code you are getting Stale Element Exception by debugging. Write that line inside the try catch block. The issue should be solved.
@swapnabhaskaruni965210 ай бұрын
Hey Supriya, looks like with the new selenium versions event firing webdriver is deprecated. what can we use to scroll inside the webelement with newer versions of selenium. what can i do to perform the actions below EventFiringWebDriver event = new EventFiringWebDriver(browser); event.executeScript("document.querySelector('div[class=\"ReactVirtualized__Grid table-contents\"]').scrollLeft=1700");
@Trueindian_202410 ай бұрын
Thanks
@saitejarockstar210111 ай бұрын
can we pass dates through excel sheet instead of hardcoding(since i need to deal with multiple sets of data )?
@sowmiyasrijitha2187 Жыл бұрын
Hi i tried but i m getting file not found exception error.please help me to solve this
@shaikabdulsaleem4678 Жыл бұрын
Superb 🎉
@Swatiphuke-w2x Жыл бұрын
Very good explanation you are diserve million of views🥰
@Parvez-v4o Жыл бұрын
easy and clear explanation Thank you dear
@santossharma4816 Жыл бұрын
Nicely explain to clear out each line of code, Can you also add video on Carousel validation?
@amarnathyadav-ty9do Жыл бұрын
Please add the sample code in description or provide git hub link..Thanks for a wonderful video
@zainulabideen_1 Жыл бұрын
I am very thankful to you. I was facing problem in scrolling inside the Web Element, I tried to find the solution at many platforms, but I could not do so. At last, I found this video and I got the Solution of my problem. Thanks, you a lot, once again.
@samanzubair8828 Жыл бұрын
Hi Great explanation. Can you share this code. Humble request .Please
@Currptrider Жыл бұрын
Nice explanation supriya
@swapnabhaskaruni9652 Жыл бұрын
hey when you gave #email the inspect elements window showed 2 of 2 which means 2 elements got matched right. then how does the email field get selected uniquely
@srujankumar81072 жыл бұрын
Where I can find the set interface collection topic explanation
@swapnabhaskaruni96522 жыл бұрын
You made my day with this video. I have been struggling from past 5 days to scroll horizontally in a div. tried everything on the internet. but none worked. thank you for showing how simply one can write a css selector. Thank you for such clear explanation.
@ajayarya752 Жыл бұрын
same here but i am in python
@SanthoshKumar-uw2mk2 жыл бұрын
Where is the code for this.
@arpitarjaria27842 жыл бұрын
thanks.. nicely explained
@variouspurpose94132 жыл бұрын
thanks to you .... finally I'm able to scroll div using Selenium Python
@swastik072 жыл бұрын
Can u help me with the code
@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 👍🏻
@kaustubh.252 жыл бұрын
Thank you for clear explanation..
@АлександрБаранчук-ч1л2 жыл бұрын
Очень помогли, спасибо большое!
@sanjaypatel-vw2pp2 жыл бұрын
Suppose user clicked on submit , data got saved but user didn't see any message....make video on it
@sanjaypatel-vw2pp2 жыл бұрын
Please make a video for negative testing(invalid scenario) using selenium java
@lohitsuryawanshi4303 жыл бұрын
Hello mam please its a humble request to you to make more videos for selenium webdriver using java
@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<6000;i++) { ((JavascriptExecutor) driver).executeScript("window.scrollBy(0,10)", "");
@rubalverma49303 жыл бұрын
@@supriyamishra849 thanku so much mam it worked, mam please upload more useful video like some other use of JavascriptExecutor class
@kanikajain27853 жыл бұрын
Hi Supriya. Can I scroll to a particular element in executeScript method inside a table?
@supriyamishra59683 жыл бұрын
Yes Kanika...this video will help you
@anishjain36633 жыл бұрын
Hey thanks for tutorial but if scroll is like that of whatsapp web contact list or like telegram web contact list i try your code with scrolltop and using python selenium but it didn't work please help on this i tried a lot
@supriyamishra59683 жыл бұрын
Hi Anish...it has a different logic
@anishjain36633 жыл бұрын
@@supriyamishra5968 please aap batt
@bbusy30054 жыл бұрын
Nice
@supriyamishra8494 жыл бұрын
Thanks!
@Shw12054 жыл бұрын
Thanks a lot.. It help in my proj
@supriyamishra8494 жыл бұрын
Hey Welcome Shweta!
@avipn63484 жыл бұрын
Good Explanation easily understood , Please upload video on how to test PLP and PDP page
@satishkvs1564 жыл бұрын
Very Nice Explanation Supriya
@satishkvs1564 жыл бұрын
Very Nice explanation Mam
@supriyamishra8494 жыл бұрын
Thanks a lot!
@madhuribhoga88394 жыл бұрын
Nice Explanation
@supriyamishra8494 жыл бұрын
Thanks!
@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
@charankumar37344 жыл бұрын
Nice Explaination...
@supriyamishra8494 жыл бұрын
Thanks!
@tanveersyed10494 жыл бұрын
So sweet voice ...Nice explanation....Pls make upload some more videos
@supriyamishra8494 жыл бұрын
Thanks ! Sure will upload more videos in some days
@nutanjaiswal71444 жыл бұрын
good work (y)
@supriyamishra8494 жыл бұрын
Thanks!
@tanveersyed10494 жыл бұрын
Hi supriya ....Pls upload more videos ...Ur videos helps a lot...Pls give ur mail id ...I have some queries
@jyotijassi7984 жыл бұрын
We can spay the Category and write xpath of selected category and send click key right? then why we need to run the loop method?
@jyotijassi7984 жыл бұрын
why do we need to print window id? window id will help in what way?
@supriyamishra8494 жыл бұрын
Window I'd is unique to all open tabs or windows. There is no need to print window I'd. In the video, I just printed to show how it is.
@jyotijassi7984 жыл бұрын
@@supriyamishra849 ok thank you got it
@satyndrakumar13134 жыл бұрын
Hi Supriya. I am watching all of your videos and it is really helping me to clear my doubt and work on selenium automation tool but ya sometime i am getting stuck. Is there any way to connect with you? I can pay for the selenium course. Kindly help me out.
@supriyamishra8494 жыл бұрын
Sure Please share ur Skype ID.Or drop in your query in comments, I will help you out
@satyndrakumar13134 жыл бұрын
@@supriyamishra849 My skype id is Satyandra2
@satyndrakumar13134 жыл бұрын
Please let me know the timings so that i will be available
@supriyamishra8494 жыл бұрын
@@satyndrakumar1313 I sent u invitation on Skype Please check
@satyndrakumar13134 жыл бұрын
@@supriyamishra849 I have accepted you.. and waiting for your reply