Thank you @Naveen brother for the great work. You are so committed to your followers and Automation channel folks. Appreciate it!!!
@sanghamitrabhowmicklive30133 жыл бұрын
Amazing logic..I was struggling with calenders for quite sometime.. thanks a lot!!!
@kailaspoduval3 жыл бұрын
Crisp and simple explanation 👌..awaiting for your next efforts..thanks a lot Naveen ji🙂
@monalisapanda78252 жыл бұрын
Thanks lot Naveen.Very well explaned
@luckyraj62063 жыл бұрын
Hey Naveen bro firstly Thankyou so much and as u said I have completed the assignment using goibibo and it's working with ur method and successful. ##keep smiling and share more & more 😊
@Suhas9023 жыл бұрын
Naveen, Yesterday saw this video and today got the same assignment in my project!! It worked!! Thanks a lot ☺️
@naveenautomationlabs3 жыл бұрын
Good to know that. Glad it helped you 🙂
@Anastasia-bo1uc3 жыл бұрын
Great explanation 👌 👍
@sandeepkokane95493 жыл бұрын
Thanks Naveen. Nice explanation 👍
@shivamraut1133 жыл бұрын
One more concept added to the playlist😇.Thanks Naveen Sir
@naveenautomationlabs3 жыл бұрын
Anytime 😊
@akonsantosh3 жыл бұрын
You are my guru ji ❤️
@naveenautomationlabs3 жыл бұрын
Most welcome
@vikaspawar33952 жыл бұрын
Nice Explanation Naveen, Really helpful. Thanks!
@monikagatkal90232 жыл бұрын
thank u for teaching
@satishkvs1563 жыл бұрын
Thank you so much Sir, Good explanation
@archana094243 жыл бұрын
Thank you Naveen for another wholesome learning. I am the first one to comment 😊
@naveenautomationlabs3 жыл бұрын
My pleasure 😊
@allindia28373 жыл бұрын
@@naveenautomationlabs naveen sir I want to learn selenium with java please help me out as I am non tech baground
@SarangHoley3 жыл бұрын
Very sorted logic where all possible conditions tested 👍, now we can create a backdate selector logic after watching this 😊
@mohanreddymadem26832 жыл бұрын
Hi bro, Can you help me how to select back date with this logic
@jyotiwagh58402 жыл бұрын
Awesome explanation 👍
@ilavarasansriraman41403 жыл бұрын
Thanks naveen sir
@KkdvPrasad3 жыл бұрын
Awesome and Simple
@naveenautomationlabs3 жыл бұрын
Keep learning
@KkdvPrasad3 жыл бұрын
@@naveenautomationlabs I have an issue with Json dependency which I used to automate Gmail API from your video I started working on it, How should I resolve this issue, please suggest
@jayantamandal97323 жыл бұрын
Thanks a lot Naveen -Great to learn how to handle calendar handling with corner cases. How to handle the past date?
@raginipatel4843 жыл бұрын
This is really a good question. @Naveen : Could please throw some light on it ? How to handle past date ?
@prajwalkore3753 жыл бұрын
Say we don't want someone to select past date ,I mean today is 2 march and u don't want someone to select march 1 and lesser dates, then we can build below logic to compare current date and date given by user Format formatter = new SimpleDateFormat("dd-MMMM-yy"); Which ll give date in this format 02-March-2021 And we have to construct Date object using user input using string to date formatter,using same date month format then compare them using todaysDate.isAfter(dateGivenByUser) this ll return true if user has given past date so we can add logical condition to skip our execution NOTE:- I didn't execute this logic ,open for suggestions if am wrong somewhere and I ll be posting my findings after execution
@AMNUSA3 жыл бұрын
Thanks a lot
@adityakaushik82783 жыл бұрын
Thanks alot naveen sir.just one doubt, what if this calendar is of DOB and user wants to select sometimes past sometimes future dates dynamically? Great explanation sir. Thanks. Please reply.
@luckyraj62063 жыл бұрын
Awesome👏
@nidhipriya20683 жыл бұрын
Thanku :). you are the best
@aparnamane19053 жыл бұрын
Nice Naveen for career future,.U are amazing person to teach small small things all of us..Thank you so much for career guidance 👍
@naveenautomationlabs3 жыл бұрын
Glad that u liked it
@aswinivenkatesh6053 жыл бұрын
Good explanation. Thanks
@varshamishra87433 жыл бұрын
Awesome Sir 👏👍😊
@Tvs6153 жыл бұрын
Hi, Naveen Awesome Explanation .I have small question I performed this for previous month but only one month back can we use same Generic Logic for previous date ,month, year. Thanks in advance.
@ambikaswain90843 жыл бұрын
Thanks
@mayurkhobragade42913 жыл бұрын
Awesome content!!! Naveen can u please share the video of How to explain Cucumber in interview!!!
@sutharsansadhasivam24013 жыл бұрын
Hi Naveen, can you please checkin this code in your Git repo
@sainagakumaraswamy35808 ай бұрын
Naveen, What if I want to select a date from past year.
@velun40473 жыл бұрын
Nicely explained... how to select past date? Want to write another condition with prev click and given date less than current month than ll go for prev click else next click?
@naveenautomationlabs3 жыл бұрын
Yes same logic for previous date as well.
@mohankona54323 жыл бұрын
Naveen, I guess, we can directly use sendkeys to that element(since it has an input HTML tag) by sending the text in the required date format. What's your take on this?
@naveenautomationlabs3 жыл бұрын
It's not always true with all the calendars. This is just a demo site where it's allowed.
@vishnuvlog80302 жыл бұрын
And that is not correct approach where you can directly used send keys. It will get failed with most of the calender date pickers.
@atulgupta92023 жыл бұрын
Awesome
@sanjucricketpredictor46493 жыл бұрын
Hi naveen . which is better to worthy learn python selenium or java selenium.give me advice because I am not from coding background means I am mechanical engineer.
@praveenpg5193 жыл бұрын
Naveen please show how to sort date accending to descending and vice versa
@navyaravi10823 жыл бұрын
Can you pls upload gradle videos..
@shoshKid Жыл бұрын
Great work, Naveen, thanks a lot for this. Just one scenario that you didn't cover though. What if I select 31st for September or June etc? Those months only have 30 days, not 31. Thanks a lot
@abhaypaul644811 ай бұрын
That will be handled by the catch block in while loop. I also thought about this condition.
@049_mihirmodi92 жыл бұрын
Hi Naveen sir , how can we select date as 3 & 03 from calendar.
@AKRRajput-y8n Жыл бұрын
Sir, It is not working when we enter any past year from the current year. please help how to handle it when user want to select any past year.
@muaazster3 жыл бұрын
Epic , ,,,,
@rathik.k2 жыл бұрын
Hai! Naveen. Here, How to check current date is highlight as well yesterday date is disabled
@rexpraveenbrittox26202 жыл бұрын
Hi Naveen, Nice video but i have one doubt for this logic it would fail if pass date - '31 June 2022' or '31 November 2022'
@phanikumars3 жыл бұрын
What if the date is precious year?
@akashkulkarni40683 жыл бұрын
Hey Naveen sir, telegram invite link mentioned in description is expired. Can you update it ?
@learnmoremuchandiona27593 жыл бұрын
Thanks for this. Please assist, am getting an error with the new WebDriverWait instantiation: the error says, constructor WebDriverWait is undefined. I have done the import
@parasjoshi55093 жыл бұрын
null pointer exception is coming , while using the generic method in testng
@Kbd_Channel2 жыл бұрын
Ss same problem... Can u pls help me..
@Siva-xq1qd3 жыл бұрын
Could you please do a video about calendar. previous month or find out after exact 15 days from current date and select particular date and ensure rest of 14 days are disabled.
@govardhanakj10383 жыл бұрын
How do we handle previous year calendar values (In case of providing Date of birth details). Example DOB : 07-02-1989 Current calendar by default shows the current date, so I need to keep clicking on prev button and start comparing both year and month. Is there a generic way to handle this condition please let me know
@vishnuvlog80302 жыл бұрын
Here we used next button , instead of this you have to click back button and everything same just string pass past days. Hope this will work
@kapilmalik5212 Жыл бұрын
Thanks buddy@@vishnuvlog8030
@kiranhasule5424 Жыл бұрын
Naveen alcan I get full code of this lecture
@rajatsrivastava28382 жыл бұрын
Hi Naveen , thanks for this video...but I have a different issue. Here when its type="date" , it open a datepicker, where I am unable to set any date. Please help me on that..
@talha93083 жыл бұрын
What if month and year are in drop-down, Which approach I should use, please suggest.
@vishnuvlog80302 жыл бұрын
Use for loop because we have list of dates and use string date passed ....hope this will ur answer
@sbiltest56323 жыл бұрын
Having problem to launch url on IE browser
@ilavarasansriraman41403 жыл бұрын
Github link for this code?
@sbiltest56323 жыл бұрын
IE browser is launched successfully, driver.get("url") is done, but application is not displayed,
@reshmap3603 жыл бұрын
Can you send the telegram link.It looks expired.
@surajgoenka3 жыл бұрын
Can't we just sendkeys inthe text box
@vadlakondaanusha39583 жыл бұрын
Getting error at expected conditions what should I do
@surajgoenka3 жыл бұрын
Can we do like this 1 Get the current month and year from the calender. 2. Then whatever the month or year we want to select just get the no. Of clicks by subtracting For example: Today is june 2021 and i want to select jan 2025 then i will just get the no. Of months between the present and the future. Then i will just pass the no. In the foe loop and there i will be clicking the next month calendar button Then i will click on the date i want This will be a lot faster
@anitsarker45913 жыл бұрын
I am watching this on 16th June 😂😂
@saipoojabandi84762 ай бұрын
what to do if you want to select 1989 august 6th
@saayantaacharyyachoudhury46213 жыл бұрын
Your try-catch block will come into picture for input as 31 Jun 2022 as none of your if conditional blocks will be considered
@sathishDoppalapudiSats3 жыл бұрын
Myself Sathish and i am one of your followers and learned a lot from you. Reaching out to you on one of my recent issue: We have a website where I can manually login with my username and password. Then page is loading properly with all images and data and etc(exampe: Welcome Sathish in the page). Whereas if i am using selenium and python and doing the same thing, the page is not loading. images are not loading fully, and saying "{{Welcome, UserFirstName}}" Can you please let me know what are all the possibilities that could cause this issue? My Driver code is pretty simple : from selenium import webdriver driver = webdriver.Chrome(driver_location) driver.implicitly_wait(15) driver.maximize_window() driver.get(url) Appreciate your help!