📌 Selenium Interview Questions Playlist Link: bit.ly/3matUB3 ✴ Checkout my other playlists: bit.ly/3gLIAVL ☕ Buy me a coffee: bit.ly/33ljBWc
@navathutejomai10382 жыл бұрын
I always used to follow what I have read, but today I saw you who makes his own validation and follow, you are a gem of person Sir
@HYRTutorials2 жыл бұрын
Thankyou buddy
@SinghAmitKumar-bf9nr2 жыл бұрын
Great Explanation I must Say... Most of the people gave wrong answers as most the places it is written wrong, If they have not seen your Explanation. Thanks for sharing the video. Great Thanks
@HYRTutorials2 жыл бұрын
That's why I have shown in the code also buddy So that while answering in the interview, you can be very confident
@prasannamahale18543 жыл бұрын
Really worth watching each and every video Very useful...🙏
@HYRTutorials3 жыл бұрын
Thanks a lot
@Johnny-pt5jb3 жыл бұрын
The best and simplest explanation I have seen so far. Is this also a myth? "Single-Page Applications are an exception to this. The difference between these two methods comes not from their behavior, but from the behavior in the way the application works and how the browser deals with it. navigate().to() navigates to the page by changing the URL like doing forward/backward navigation. Whereas, get() refreshes the page to change the URL."
@HYRTutorials3 жыл бұрын
As you said it is a myth only. In the video I have shown at the code level also ryt. There is no difference between both of these methods in the functionality.
@jyothireddykonduru3 жыл бұрын
Very unique explanation difference. GREAT MIND!! HYR :)
@HYRTutorials3 жыл бұрын
Thankyou 😊
@prathameshausekar4 ай бұрын
Thats the correct way to reach truth, thanks for sharing!
@tapaskhandai2 жыл бұрын
Wow Man. Please create more and more videos. Will follow every video of yours. Thank You so much.
@HYRTutorials2 жыл бұрын
Thanks buddy 😊
@priyadarshiniMG6 ай бұрын
Wonderful explanation👌👌👏👏thank you so much👍👍
@wilmergonzales21393 жыл бұрын
Excelente aporte. Gracias
@HYRTutorials3 жыл бұрын
Encantado de que te haya gustado
@nagasaimaddula568 ай бұрын
Very useful information bro. Got full clarity.
@srilekha0092 жыл бұрын
Thank you so much for providing this information sir🙏
@HYRTutorials2 жыл бұрын
It's my pleasure buddy
@GrafMKristo2 жыл бұрын
I feel like I've just watched some cool detective movie with suspense and release! =)) You're a real pro!
@HYRTutorials2 жыл бұрын
Haha thankyou buddy
@jawwad40202 жыл бұрын
Thanks for sharing your wisdom sir! Now I know not to trust random internet sources ❤️
@HYRTutorials2 жыл бұрын
Thanks buddy 😊 Unless we see the proof, we shouldn't believe the internet stuff buddy
@prasadpatil2892 жыл бұрын
Thanks for providing such a deep insight
@HYRTutorials2 жыл бұрын
Glad it was helpful!
@surabhikaur42742 жыл бұрын
Nice explanation. Please prepare more videos on selenium interview questions.
@HYRTutorials2 жыл бұрын
Thankyou buddy
@neverStopLearning32 жыл бұрын
Great useful videos!! thanks
@HYRTutorials2 жыл бұрын
Glad it was helpful!
@juhisehgal64552 жыл бұрын
Bro you are killing it😎
@HYRTutorials2 жыл бұрын
Thankyou buddy 😊
@navathutejomai10382 жыл бұрын
Can you continue this series it is very helpful
@HYRTutorials2 жыл бұрын
Yeah i have to continue. planned some more videos like this but not getting enough time to make them
@NeverStopLearning562 жыл бұрын
Please make a Vedio explaining the architecture of Selenium 3 & selenium 4 practically, this is mostly asked question across everywhere
@HYRTutorials2 жыл бұрын
Sure buddy
@yaswanthtirupathi65512 жыл бұрын
Thank you so much bro😊,.Please make some more videos on interview questions bro🙏🙏,.this will be very helpful to many people👏
@HYRTutorials2 жыл бұрын
Sure buddy
@SinghAmitKumar-bf9nr2 жыл бұрын
I will surely follow you.. :)
@HYRTutorials2 жыл бұрын
Thanks buddy 😊
@shivu2012 Жыл бұрын
Awesome man!
@HYRTutorials Жыл бұрын
Thanks buddy
@ParaDox-uv6hu Жыл бұрын
Thank you sir
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@crazycuber11072 жыл бұрын
Really smart
@HYRTutorials2 жыл бұрын
Thankyou buddy 😊
@madhurikandulabn88692 жыл бұрын
Such a great job
@HYRTutorials2 жыл бұрын
Thankyou buddy 😊
@meghanajugunta7948 Жыл бұрын
ur the best...lob lob
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@NeverStopLearning56 Жыл бұрын
Hello sir, Correct me if i am wrong , Here, When you are referring to stack overflow website and Tutorials point website, We can see they have given the differences between driver.get() and driver.navigate() And not driver.get() and driver.navigate.to() Please check once....
@HYRTutorials Жыл бұрын
There is no driver.navigate method directly in selenium buddy. We tend to say it like driver.get and driver.navigate . It's like asking how you doing instead of how are you doing.
@Kidvideos1997 Жыл бұрын
I watch this video and tried myself u were right..yesterday i got this question in interview...I told no difference only it will accept string and url to my interviewer this misconceptions fast and all not there and she opened a chrome browser and showed a website ..."see here which one is fast " ...😂 I ask her to check implemention she said ok i will accept and said why they gave navigate seperately then simply ? I was blank 😁 ....what would i have said at time any suggestions from you...
@shreyanshsingh27822 жыл бұрын
sir how to give url instance as parameter please tell example?
@HYRTutorials2 жыл бұрын
Create the URL instance buddy. URL is one class in java. And pass that to this method
@roshanp.thomas17683 жыл бұрын
Hi what is difference between an attribute and property in webelement..can you please tell with example.
@HYRTutorials3 жыл бұрын
There is no difference actually. It's just the way how we call it. Some say webelement properties and some say attributes.
@roshanp.thomas17683 жыл бұрын
@@HYRTutorials Ok.once the web elements are parsed then attributes is considered as properties..is it so...
@HYRTutorials3 жыл бұрын
Yeah kind of u can say. In HTML terminology, we call them attributes. In programming language, everything is an object and an object will have the properties right. So once we find the element in our program, we refer them as properties because the entire element becomes our object.
@gurumurthy7573 жыл бұрын
Is driver .get and navigate is example of override?
@HYRTutorials3 жыл бұрын
No it is not a concept of overriding. But you can consider it as reusability of code.
@chayae37407 ай бұрын
Are you providing online classes?
@itspratik2 жыл бұрын
when i click f3 its showing source not found
@HYRTutorials2 жыл бұрын
Are you using normal java project?
@itspratik2 жыл бұрын
@@HYRTutorials yes
@Shubham-fk4is2 жыл бұрын
Can you please tell me, How can I prepare for the interview if the internet shows myths as answers? Please Reply?
@HYRTutorials2 жыл бұрын
By learning the subject thoroughly buddy. Don't just go by the internet answers. Verify that in your code and understand how is it working and all.
@Shubham-fk4is2 жыл бұрын
@@HYRTutorials Ok Thanks
@sainathvallampatla51353 жыл бұрын
Thank you
@HYRTutorials3 жыл бұрын
Glad to hear
@shaikshashaikshaiksha44412 жыл бұрын
Topic is clear but go slow then it will be understand easily
@HYRTutorials2 жыл бұрын
Thankyou buddy 😊 I will try to go slow
@chayae37403 жыл бұрын
What is cookies
@HYRTutorials3 жыл бұрын
Cookie is kind of a datatype which store some information like personal information or session id or authentication key etc.. in browser.