CSS Selector in Selenium
41:56
4 жыл бұрын
Pagination in Selenium
51:21
4 жыл бұрын
Creating a method in Java
31:16
4 жыл бұрын
Пікірлер
@MohitAesthetics
@MohitAesthetics Ай бұрын
EventFiringWebDriver is not working in selenium 4 can you please update a new video for the same?
@supriyamishra849
@supriyamishra849 2 ай бұрын
क्रिया/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
@aishwaryasekar5347
@aishwaryasekar5347 3 ай бұрын
I am getting stale element exception
@supriyamishra849
@supriyamishra849 2 ай бұрын
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.
@swapnabhaskaruni9652
@swapnabhaskaruni9652 5 ай бұрын
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_2024
@Trueindian_2024 6 ай бұрын
Thanks
@saitejarockstar2101
@saitejarockstar2101 6 ай бұрын
can we pass dates through excel sheet instead of hardcoding(since i need to deal with multiple sets of data )?
@sowmiyasrijitha2187
@sowmiyasrijitha2187 8 ай бұрын
Hi i tried but i m getting file not found exception error.please help me to solve this
@shaikabdulsaleem4678
@shaikabdulsaleem4678 10 ай бұрын
Superb 🎉
@user-qt5lp6mc8v
@user-qt5lp6mc8v Жыл бұрын
Very good explanation you are diserve million of views🥰
@Parvez-v4o
@Parvez-v4o Жыл бұрын
easy and clear explanation Thank you dear
@santossharma4816
@santossharma4816 Жыл бұрын
Nicely explain to clear out each line of code, Can you also add video on Carousel validation?
@amarnathyadav-ty9do
@amarnathyadav-ty9do Жыл бұрын
Please add the sample code in description or provide git hub link..Thanks for a wonderful video
@zainulabideen_1
@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
@samanzubair8828 Жыл бұрын
Hi Great explanation. Can you share this code. Humble request .Please
@anantsingh7443
@anantsingh7443 Жыл бұрын
Nice explanation supriya
@swapnabhaskaruni9652
@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
@srujankumar8107
@srujankumar8107 Жыл бұрын
Where I can find the set interface collection topic explanation
@swapnabhaskaruni9652
@swapnabhaskaruni9652 Жыл бұрын
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
@ajayarya752 Жыл бұрын
same here but i am in python
@SanthoshKumar-uw2mk
@SanthoshKumar-uw2mk Жыл бұрын
Where is the code for this.
@arpitarjaria2784
@arpitarjaria2784 Жыл бұрын
thanks.. nicely explained
@variouspurpose9413
@variouspurpose9413 2 жыл бұрын
thanks to you .... finally I'm able to scroll div using Selenium Python
@swastik07
@swastik07 Жыл бұрын
Can u help me with the code
@nilimatelrandhe1896
@nilimatelrandhe1896 2 жыл бұрын
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
@priteshkhambekar
@priteshkhambekar 2 жыл бұрын
Great 👍🏻
@kaustubh.25
@kaustubh.25 2 жыл бұрын
Thank you for clear explanation..
@user-os5gt6jq1f
@user-os5gt6jq1f 2 жыл бұрын
Очень помогли, спасибо большое!
@sanjaypatel-vw2pp
@sanjaypatel-vw2pp 2 жыл бұрын
Suppose user clicked on submit , data got saved but user didn't see any message....make video on it
@sanjaypatel-vw2pp
@sanjaypatel-vw2pp 2 жыл бұрын
Please make a video for negative testing(invalid scenario) using selenium java
@lohitsuryawanshi430
@lohitsuryawanshi430 2 жыл бұрын
Hello mam please its a humble request to you to make more videos for selenium webdriver using java
@sarahmahmood7419
@sarahmahmood7419 3 жыл бұрын
What other selectors we can use if css is not an option?
@rubalverma4930
@rubalverma4930 3 жыл бұрын
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
@supriyamishra849
@supriyamishra849 3 жыл бұрын
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)", "");
@rubalverma4930
@rubalverma4930 3 жыл бұрын
@@supriyamishra849 thanku so much mam it worked, mam please upload more useful video like some other use of JavascriptExecutor class
@kanikajain2785
@kanikajain2785 3 жыл бұрын
Hi Supriya. Can I scroll to a particular element in executeScript method inside a table?
@supriyamishra5968
@supriyamishra5968 3 жыл бұрын
Yes Kanika...this video will help you
@anishjain3663
@anishjain3663 3 жыл бұрын
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
@supriyamishra5968
@supriyamishra5968 3 жыл бұрын
Hi Anish...it has a different logic
@anishjain3663
@anishjain3663 3 жыл бұрын
@@supriyamishra5968 please aap batt
@bbusy3005
@bbusy3005 3 жыл бұрын
Nice
@supriyamishra849
@supriyamishra849 3 жыл бұрын
Thanks!
@Shw1205
@Shw1205 3 жыл бұрын
Thanks a lot.. It help in my proj
@supriyamishra849
@supriyamishra849 3 жыл бұрын
Hey Welcome Shweta!
@avipn6348
@avipn6348 3 жыл бұрын
Good Explanation easily understood , Please upload video on how to test PLP and PDP page
@satishkvs156
@satishkvs156 3 жыл бұрын
Very Nice Explanation Supriya
@satishkvs156
@satishkvs156 3 жыл бұрын
Very Nice explanation Mam
@supriyamishra849
@supriyamishra849 3 жыл бұрын
Thanks a lot!
@madhuribhoga8839
@madhuribhoga8839 3 жыл бұрын
Nice Explanation
@supriyamishra849
@supriyamishra849 3 жыл бұрын
Thanks!
@PraveenKumar-np1ek
@PraveenKumar-np1ek 4 жыл бұрын
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.
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Thanks Praveen! You can locate the product and use .click() method but you will have to slightly modify the script
@charankumar3734
@charankumar3734 4 жыл бұрын
Nice Explaination...
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Thanks!
@tanveersyed1049
@tanveersyed1049 4 жыл бұрын
So sweet voice ...Nice explanation....Pls make upload some more videos
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Thanks ! Sure will upload more videos in some days
@nutanjaiswal7144
@nutanjaiswal7144 4 жыл бұрын
good work (y)
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Thanks!
@tanveersyed1049
@tanveersyed1049 4 жыл бұрын
Hi supriya ....Pls upload more videos ...Ur videos helps a lot...Pls give ur mail id ...I have some queries
@jyotijassi798
@jyotijassi798 4 жыл бұрын
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?
@jyotijassi798
@jyotijassi798 4 жыл бұрын
why do we need to print window id? window id will help in what way?
@supriyamishra849
@supriyamishra849 4 жыл бұрын
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.
@jyotijassi798
@jyotijassi798 4 жыл бұрын
@@supriyamishra849 ok thank you got it
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
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.
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Sure Please share ur Skype ID.Or drop in your query in comments, I will help you out
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
@@supriyamishra849 My skype id is Satyandra2
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
Please let me know the timings so that i will be available
@supriyamishra849
@supriyamishra849 4 жыл бұрын
@@satyndrakumar1313 I sent u invitation on Skype Please check
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
@@supriyamishra849 I have accepted you.. and waiting for your reply
@jyotijassi798
@jyotijassi798 4 жыл бұрын
Well explained !!
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Thanks Jassi
@jyotijassi798
@jyotijassi798 4 жыл бұрын
Thanks Supriya its helpfull
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
Hi Supriya, Kindly help me to learn xpath... i will pay for it
@supriyamishra849
@supriyamishra849 4 жыл бұрын
Hi Satyendra Please watch my videos on xpath both part 1 and 2. Practice a lot. If you have any query please let me know if we can discuss on Skype
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
Thank you so much for your response. i watched both the videos , it really helped me a lot to understand xpath flow. I am trying to automate cleartrip using selenium so there are many element which i am not able to locate.. Can we connect on teams?? or zoom pls
@supriyamishra849
@supriyamishra849 4 жыл бұрын
@@satyndrakumar1313 Hello Please let me know which element on cleartrip you are unable to locate Let me check first and then we will have the discussion. This will save time
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
@@supriyamishra849 Hi..cleartrip calendar. I can help you with TOSCA tool if you are interested
@satyndrakumar1313
@satyndrakumar1313 4 жыл бұрын
@@supriyamishra849 Kindly respond. I have issue in calendar
@jyotijassi798
@jyotijassi798 4 жыл бұрын
thanks...