i want to go through all the videos uploaded till now in this channel :-). Can you tell me how much hour it's gone a take ? You are gem to software automation industry
hi, can we perform the click button options using the headless browser... ex: browser should open the fb and login and enter the text in "post" box and click on post and then logout. will it work in headless browser?
Hi Naveen, I am using latest version of Selenium WebDriver, version no:3.9.1. It has html unit driver version 2.29.0 in the libs folder. Can you pls confirm on this as you said its not available in Selenium 3.x
Login How to create xpath for login button if it is given like this? I Tried many things like i gave the type as submit and other things but i think something is missing by me.
Hi Naveen, if i execute WebDriver driver= new HtmlUnitDriver(); means getting exception like Type mismatch: cannot convert from HtmlUnitDriver to WebDriver. I installed HtmlUnitDriver in my proj. if i give like WebDriver driver = new org.openqa.selenium.htmlunit.HtmlUnitDriver(); means its executing properly. whats the problem in this?
What happens if I set chrome driver and Firefox driver in system property the which browser htmlunitdriver will get open.....or it's nothing to do with that driver which we set in system property ????
awsome video for Selenium keep uploading bro...
Thank you so much Naveen. Your language is very clear and understandable. Good and keep it up.
Thanks Naveen
i want to go through all the videos uploaded till now in this channel :-). Can you tell me how much hour it's gone a take ? You are gem to software automation industry
yes, teaching style is ultra pro max
Does it mean no timeout methods are required while performing headless browser testing?
Thank You, Sir!
So that means for HTMLunitdriver, we do not need to do setProperty because its a jar file and not an exe file like chromedriver or geckodriver?
yes
hi, can we perform the click button options using the headless browser... ex: browser should open the fb and login and enter the text in "post" box and click on post and then logout.
will it work in headless browser?
Thanks 🙏.
Hi Naveen, Is it required to give dynamic wait with HTMLunit driver...or thread.sleep ?
Same question here)
What would be the syntax for BrowserVersion.Firefox in Python? Please help
hI nAVEEN, tHANKS FOR THE CLASS. u SAID IT IS NOT AVAILABLE IN SELENIUM 3X, DOES IT MEAN IT IS NOT USING ANYMORE?
Hi Naveen ...one query in this video, you have already used implicit wait of 20 seconds why are we again using thread .sleep here
Hi Naveen, I am using latest version of Selenium WebDriver, version no:3.9.1. It has html unit driver version 2.29.0 in the libs folder. Can you pls confirm on this as you said its not available in Selenium 3.x
HTMLUnit driver is still available and used in Selenium 4 +.
I am getting this Exception: java.lang.NoClassDefFoundError .Can you tell me where am I wrong? pls
Please try with HtmlUnitDriver jar file instead of maven
Can we take screen shot of the webpage without opening browser by using HTMLunitDriver?
+Born To be Rich no you can't
Login
How to create xpath for login button if it is given like this?
I Tried many things like i gave the type as submit and other things but i think something is missing by me.
//div[text()='Login']
Hi Naveen, if i execute WebDriver driver= new HtmlUnitDriver(); means getting exception like Type mismatch: cannot convert from HtmlUnitDriver to WebDriver. I installed HtmlUnitDriver in my proj. if i give like WebDriver driver = new org.openqa.selenium.htmlunit.HtmlUnitDriver(); means its executing properly. whats the problem in this?
there is the problem with import of packages just remove all the packages and try again
this video solved my issue so subscribed
What happens if I set chrome driver and Firefox driver in system property the which browser htmlunitdriver will get open.....or it's nothing to do with that driver which we set in system property ????
We are not opening any browser,so set property can be of any browser ,I guess .