Nice explanation, most of the people get confused in this part only. This video will really help to understand the hierarchy of Selenium WebDriver. Thanks
Thanks you sir for such a suprb explanation, just one correct EdgeDriver also extending chromiumdriver. public class EdgeDriver extends ChromiumDriver {}
Hello Sir, I need some clarification on the Web driver and Web element interface. Can you please tell me where the Web element interface is present in the architecture shown by you in the video? I am very thankful if you provide me an explanation.
Hi sir, what is the relation between WebDriver type variable 'driver' and Interface JavaScriptExecutor to typecast based on hireharchy . In object type casting there should be some relation either same type or parent-child or child-parent (inwhich compiler will take care). please suggest....!!
The most productive 10 minutes of my life. Thanks Pavan.
Nice explanation, most of the people get confused in this part only. This video will really help to understand the hierarchy of Selenium WebDriver. Thanks
Totally love this piece of information.
Thank you. Please share my videos to your friends and colleagues.
You are too good! Really appreciate your work!
Thank you. Please share my videos to your friends and colleagues.
Thank you very much Pawan....you have resolved many questions from this one video. 👍🏻
Welcome
Thank you very much clear and simple explanation.
You are welcome!
Great explained, i learned before but your explanation cleared the concept
Great to hear!
Thank you sir ..its very helpful video
welcome
I was looking for this info. Totally loved it. Thanks.
Glad it was helpful!
Perfect explanation
Glad it was helpful!
hello sir, i really appreciate your effort which made lot of things easy to us. Although i am still lil bit confuse in this part😒
Thank u so much for the clear and concise explanation.
You are welcome!
Very helpful.. Thank you sir
Welcome
Very nice explanation. Thank you for video Sir
Most welcome
Very useful. Thanks
Very useful 👌
Thanks you sir for such a suprb explanation, just one correct EdgeDriver also extending chromiumdriver.
public class EdgeDriver extends ChromiumDriver {}
Also how is casting WebDriver object as JavascriptExecutor "downcasting"? They don't have a parent-child relationship.
Thank you Pavan I got more clarity now
Welcome
Very level sir ❤️
Thanks
Nice explanation...sir
Thank you. Please share my videos to your friends and colleagues.
Sir can you give matter for interview purpose.
Hi..sir ..excellent video sir pls upload more videos on selenium from scratch...
Thanks
Thanks for your all videos....
Thank you. Please share my videos to your friends and colleagues.
Hello Sir, I need some clarification on the Web driver and Web element interface. Can you please tell me where the Web element interface is present in the architecture shown by you in the video? I am very thankful if you provide me an explanation.
Thank You Pavan.
Welcome
Very nice content....but is missing continuation. Sessions are randomly uploaded and finding it difficult to locate them.
Nice Explanation sir :)
Thanks
Thanks 😊 Can you share a video on hierarchy of java (like classes, objects)
Pavan sir nice concept
Thanks
Hi sir, what is the relation between WebDriver type variable 'driver' and Interface JavaScriptExecutor to typecast based on hireharchy . In object type casting there should be some relation either same type or parent-child or child-parent (inwhich compiler will take care). please suggest....!!
How is casting WebDriver object as JavascriptExecutor "downcasting"? They don't have a parent-child relationship.
thank you very musch sir..giving a valuable information
Thank you. Please share my videos to your friends and colleagues.
@@sdetpavan sure sir.. ☺
Good
Thanks
nice job sir
Thank you. Please share my videos to your friends and colleagues.
GOOD ONE, only thing is you should slow down a bit while explaining
there is an option to slow down or speed the video up , just click on the cog icon :)
Sir what is the parent class of webdriver
there is no parent class. it has parent interface "SearchContext"
Why we write extends there below searchcontext if it is an interface
because an interface can extend more than one interface