Great explanation of all your series. Kindly continue and upload complete automation tutorial. Thanks.
@sulthanarazia201411 ай бұрын
Thank you for ur explanation sir
@RamKumar-wt4hn10 ай бұрын
I am watching this video in 10 th Jan 2024 😂
@VigneshwaranM-i5gАй бұрын
hi bro,,,, i have a doubt...how to select an particular date like 2months before or 3 months after...please kindly replyy
@vijaynsanthi4 жыл бұрын
Hi, Could you please teach how to select the date in Calendar which doesn't have textbox based on user input ?
@ramyaramanujam45213 жыл бұрын
Sir ..please teach us how to select date using dropdowns for month selection and click the date in a calender.
@premkumarrajendran39892 жыл бұрын
Hi Sir, If I work with DOB calender then I need to select year, month and date right? Can you please suggest how to select date of birth from from a calender?
@karthickprakasam622 Жыл бұрын
Hi...Plz guide me that how to add 30 days from 1st day of next month. For Example: this is January 17. Next month is February. I would like to add 30 day from 1st day of next month February. Output will be March 2nd. I need selenium code program for that.
@kavipriyarajapandi22414 жыл бұрын
Hi sir I had small doubt here .during sendkeys operation you have used "keys.enter '. To perform keypad action we need to declare action class but here i didn't find the declaration .correct me if am wrng .can we use keys directly without action class
@LearnAutomationOnline4 жыл бұрын
Keys.enter is an enumeration type. Keys is also a way to send keyboard inputs. But not extensively used. May be for simple operations. Using action class is the one which interviewer will.expect .
@kavipriyarajapandi22414 жыл бұрын
Wow tqsm sir
@vigneshm79302 жыл бұрын
next button is in tag but we are selecting tag why?
@LearnAutomationOnline2 жыл бұрын
Is it inside an a tag within the span or just the span?
@herrlich92304 жыл бұрын
Pls tell how to print the date we clicked bro?
@Introvert_Explorer7912 жыл бұрын
// pota relative xpath or absolute xpath ha athu maranthu poiduthu bro athuku oru video podunga kutty stry soli differnece between relative xpath and absolute xpathu nu 5mins video with exmaple pls
@LearnAutomationOnline2 жыл бұрын
Don't bother remembering single slash or double slash, if it's starting from the root element and all the way through it's absolute. If it's starting in between it's relative
@Introvert_Explorer7912 жыл бұрын
@@LearnAutomationOnline kk ninga sonathu apo athu takunu purucnjuchu athan apdi niyabaga vaichukiten root lenthunarambicha athu absolute XPath la fine
@Aadhishivandevotee5 жыл бұрын
Hi Sir, Thanks for clear explanation on each and every concepts . Other than this sight I am unable to enter the values in calendar even in jQuery sight, red bus sights please advise on this
@LearnAutomationOnline5 жыл бұрын
Are you facing any issues? See the console screen, what exception are you getting
@Aadhishivandevotee5 жыл бұрын
@@LearnAutomationOnline sir, I am getting " element not interactable " error for selecting date in red bus sight.
@gsabhilash4 жыл бұрын
Hi.. I think jquery website date picker is within an . So you must switch the driver. I am just a beginner. Sorry if I am wrong 😊
@meenavinothviyanmivan2 жыл бұрын
@@gsabhilash I think you are right 👍🏻
@sakthii77495 жыл бұрын
Hi thanku very much for video one question how to get text search the web in Google search tell me how to
@LearnAutomationOnline5 жыл бұрын
I don't get the question you are asking. Pls use punctuations or rephrase your question.
@vigneshm79302 жыл бұрын
why before sendkeys , click is not required
@LearnAutomationOnline2 жыл бұрын
The code will automatically have the control over that test field
@prasanthrasappan39005 жыл бұрын
Hi Sir, could u please explain page scroll down options in selenium
@LearnAutomationOnline5 жыл бұрын
Those concepts are under selenium interview questions. Here's the link. kzbin.info/www/bejne/iGS2qaKVnpWYaLs. Normal working things, will be under the selenium playlists. Bit tricky stuff will be under interview questions playlist. Please refer the playlist tab in my channel to know the topics available.
@jandiva39072 жыл бұрын
Sir idu neenga 10 nu aptiyae kuduthuteenga in case apti ilama current date larndu oru particular date select pannu apti scenario irunda epti sir pandrathu example ku iniku date 10 so current date larndu 10 days kaprom click pannu nu epti sir eluthardu plz solunga enoda ofz application la apti oru scenario iruku sir.. Plz suggest
@LearnAutomationOnline2 жыл бұрын
You have to use Java date class and add the date from the system date and then you can enter that date in the calendar
@jandiva39072 жыл бұрын
@@LearnAutomationOnline sir.. When ur free can please put one video for that
@LearnAutomationOnline2 жыл бұрын
I have explained how to do that. Get the system date, you can add as many days you need. Then store it in a variable. Send that to the calendar. Use search term like, how to add 10 days to the current date in Java. Creating videos for each and every requirements is not possible for me. Hope you can understand
@jandiva39072 жыл бұрын
@@LearnAutomationOnline ok sir will try doing it based on this
@prabakarm50254 жыл бұрын
Real time we can't give date regularly How to sort out that issue
@LearnAutomationOnline4 жыл бұрын
It depends on the date picker you are interacting with. No universal solutions, you can rely on xpath. Because the dates, months, year will be stored in an order, so if you can write complex xpath you can pick any date without any issue
@mychoice25595 жыл бұрын
Anna plz make pagination options
@LearnAutomationOnline5 жыл бұрын
Sure Janani. Will try to post a video for a table with pagination.
@karthikeyansugumar205 жыл бұрын
If we want to select the following or previous month's date we can use xpath of next button. Suppose if we want to select any date 10 years back then send keys is the best option right? Else do you have any alternative for that?
@LearnAutomationOnline5 жыл бұрын
For a long iteration like 10 years back, assume how will you prefer to do it manually? Will we be able to click on forever? Nope. Sendkeys is the best option. There's no rule like we have to use xpath alone. If there is a text box we can straight away use, sendkeys. 99% it will have.
@manojkamaraj6015 жыл бұрын
Hi, How to pick a date from excel cell and make that get selected in calendar? Please help me on this. I dont want to use sendkeys.
@LearnAutomationOnline5 жыл бұрын
I don't know if this is an interview question or not. If not send keys is the best way to approach. However, here's how you can do. Get the date from the excel, using any library like Apache or jxl or fillo nd store the same in a string variable. Your format matters. From that, segregate the date nd month using a substring nd store hem in different variables. Select the month nd the year first. All the dates will be Inside TD tag. So use list of web element to store the TD tags. Now use a for each loop and iterate the list of elements you have acquired in the previous step. Inside the loop, put a condition using if, inside the condition take the text of that tag, and check it's equality using equal method. If(cell.gettext(). equals(date)). Then inside this, click that and break the loop. You can't expect performance in this.
@manojkamaraj6015 жыл бұрын
@@LearnAutomationOnline thanks man. This is not an interview question. I too was thinking of this logic only. Splitting the date into substrings and using them. I asked this question because I was in a process to automate my project and came across this hurdle. So wanted to clarify That's why. Thanks once again.