Bro could you please share maven dependencies for the web drive manager (version) because when I use it's not working so I would like to use the same version of what u are using
Kindly elaborate more as what you are trying to tell, so that everyone can understand. Are you saying instead of use the webdriver manager package, we can create own class which will try to get the browser versions installed and download the respective web driver exe file and then set that as context, if that is what you are saying yes, we can do that very well, but it just like re-inventing the wheel again. It will be smart to use existing libraries when available as open source than building them from scratch again, saves time and efforts.
Every time we have to create browser object to reuse function which is not ideal . Instead create a class with browser opening code and then whichever class needs it can extend that class
Thank you for the video sir. Great explanation about reusable to launch the different Browser.
Great work... you explained in a simple way
well done, it make testing job easier
very simple and clear explanation. goodwork
thank you
Bro could you please share maven dependencies for the web drive manager (version) because when I use it's not working so I would like to use the same version of what u are using
Wow, you explained this in an amazing way! Many thanks!!
thank you so much, i am glad you liked it
Very useful video,loved it
thank you
Sir u used package can be done using class
Kindly elaborate more as what you are trying to tell, so that everyone can understand. Are you saying instead of use the webdriver manager package, we can create own class which will try to get the browser versions installed and download the respective web driver exe file and then set that as context, if that is what you are saying yes, we can do that very well, but it just like re-inventing the wheel again. It will be smart to use existing libraries when available as open source than building them from scratch again, saves time and efforts.
This is very useful video ,Thanks.Are you planing to give more reusable examples like getText, find by so on so forth.
Sure will try to add more
nice work...try to write generic codes for some more options so that it will be useful more learners...good work you are sharing knowledge
thank you I can do for sure, do you have any suggestions, please do so that i can create them.
Every time we have to create browser object to reuse function which is not ideal . Instead create a class with browser opening code and then whichever class needs it can extend that class
Yes that can also be done, appreciate sharing your views