Subscribe to my channel for more videos on Selenium-Java, Junit, TestNG, Cucumber, Jenkins, Maven, SOAP UI and many more... kzbin.info/door/XJKOPxx4O1f63nnfsoiEug?view_as=subscriber
@edidiongokon11876 жыл бұрын
I just had to pause to tell you thank you. You have literally saved me from all the pains 😭😭.It worked like magic,you are a genius
@jagath044 жыл бұрын
I would suggest anyone who is interested to learn selenium .. explanation and the way he present is really awesome ! Super Naveen!
@techtalkbyravindra15995 жыл бұрын
Thanks for all the videos Naveen. A small request. Could you please update your playlist in the right order. This will be helpful for those who code along while watching these videos. Else, we lose continuity. thanks
@sagarsportsreview34912 жыл бұрын
Sir plz arrange the video with serial No playlist. You teach very well .
@sujatasahu43335 жыл бұрын
Thanks a lot Naveen. In each and every video very clearly and step by step explained by you so that beginner can also understand who is totally new to Automation. Thanks for elaborating everything . Like this only you elaborate rest of upcoming video and update it in you tube.
@paruleela16744 жыл бұрын
You are explaining very clearly!.. Thank you Naveen
@umapoobalan83755 жыл бұрын
Thank you Naveen.Your tutorial is more clear.
@TheYummyKitchen_YT4 жыл бұрын
Guys i am creating videos on automation and solving lots of issues we found during coding , help me by subscribing and learning #Appomation
@krishnakrish38117 жыл бұрын
naveen your class's are simply super..the way u r teaching even 10 years boy can understand easily....please send me java classes link
@vivek39785 жыл бұрын
kzbin.info/www/bejne/jZ6TfJiDbpWVi9E
@roshnichhajed33254 жыл бұрын
Really very well explained...thank you so much sir
@abhisekbanerjee79707 жыл бұрын
Hello @Naveen Sir Could you please post some videos on challenges with Chrome /Gecko /IE driver and how to solve them? it will be very helpful
@WMohanty5 жыл бұрын
Guys, add jar files under classpath, not under module path after creating java project in eclipse. I struggled a lot due to this
@taritchakraborty55967 жыл бұрын
Hi Naveen, I regularly watched your videos. All videos created by you are very useful. I have one question for 1st video of selenium webdriver. Why not you used standalone jar file any problem with that?
@amitbhardwaj78244 жыл бұрын
Nice explain keep uploading
@deepak62565 жыл бұрын
Thank you so much sir u did v grt job for us but please upload in order so we can't confuse for next video. please sir think on my humble suggestion. Again thanks a lot.
@Silentaudience113 жыл бұрын
Thanks alot :)
@varnaramkorepu74503 жыл бұрын
hello sir can u suggest any sites ..how we need to solve if any errors we will get suppose while running selenium code..
@testinginsights-muktasharma7 жыл бұрын
In the beginning of the video, you are asking about Polymorphism and Inheritance. Please tell me where is the link for Java videos?
@naveenautomationlabs7 жыл бұрын
Here you go: kzbin.info/www/bejne/eojTiqGfhqaJr6s
@suryakumarivignesh30776 жыл бұрын
kzbin.info/www/bejne/jZ6TfJiDbpWVi9E. use this link. u may find it out
@musicradar9089 Жыл бұрын
hii , i just want to start to develop framework with using selenium ,so can u please help me
@sumanjitkaur14623 жыл бұрын
shouldn't we use close() method instead of quit() method in the test cases ?
@srinureddy95213 жыл бұрын
Hi Naveen, what is the exact difference between driver.quit() and driver.close().i used both the methods,but i didn't find any difference.Can you please provide clarity on this.Thanking you
@tejastoley67143 жыл бұрын
If multiple tabs are opened on chrome, then driver.quit ,close the tab only and driver.close () close the chrome browser.
@mrinav87916 жыл бұрын
Hello, Which FF version are you using? Your FF seems to be compatible with both selenium as well as firebug I am using FF quantum version(60.x), which is not compatible with firebug.. Please do reply about your version of FF.
@SoloTraveller_Shamy6 жыл бұрын
firebug is not supported after ff 54
@manaligupta10987 жыл бұрын
Have learnt a lot by this today thank you so much
@naveenautomationlabs7 жыл бұрын
thanks Manali Gupta
@kiranmayee35 жыл бұрын
hi Naveen, while launching firefox or chrome browser is it mandatory that we use system.setproperty method?can't we directly write it as webdriver driver=new chromedriver(); can you please clarify on it for me as the sir who thought me selenium didn't tell me about system.setproperty method.
@padmapaddhu16694 жыл бұрын
I m not getting that windows excecutable file even i downloaded the new version of file. But im not getting that excutable file. How can i get that to know the path.. if i tried with existing file path what i downloaded it is giving error in code. Can anyone pls help me with this
@chibchombia4 жыл бұрын
Good day. I have a question about whether it is possible that selenium can connect to tor browser. what is the code in java?. Thanks you very much.
@priyankachakrabarty4563 жыл бұрын
Hello Naveen. I am trying to install selenium i have jdk 16. But after installing selenium wherever I am writing chromedriver it is saying some error after import 'chromedriver cannot be solved to type'.. Can u please help me how to solve this?
@saivishnupadala87023 жыл бұрын
I did all as you said but when i run the program Firefox is not opening. Could you tell me what the reason is
@nareshb10483 жыл бұрын
Hi Naveen, when i try to launch chrome from selenium but am getting popup "An administrator has installed Google chrome on his system, and it is available for all user. the system-level google will be replace you are user-level installation now" this popup is coming. please help us rectify this issue.
@mittabhagyavyshnavi36963 жыл бұрын
Thanks a lot 🙏🙏
@pankajsingh12236 жыл бұрын
Hi Naveen, I am using MacBook. While executing test on Mac i face challenge that browser launches and test runs but window doesn't come to front focus while in your videos you are also using mac and it's launching on Front. Can you guide me how can i handle this?
@shwetajain17514 жыл бұрын
Chrome is opening but with popup window mentioning agree and see more buttons and blocking script from navigating to yahoo.com. Please advice.
@coolpradeepster7 жыл бұрын
if we want to add libraries thru maven what dependency should i use for selenium-java. Secondly what version of firefox are you using.
@johnrussel72714 жыл бұрын
In your java tutorials you have metioned like if a class implements a interface it will have all methods as mandatory so why we are creating object as WebDriver d = new ChromDriver() instea can we create it a object for ChromDriver class right ?..Please can you explain where and why should be use dynamic polymorphism?
@ashokkonda93974 жыл бұрын
In this browser is interface ..chrome is class ...so chrome is implement the browser
@flowerkey Жыл бұрын
Hello Mr.Naveen I want to a help . About Selenium eclipse. Can you help me
@user-lc3te3mo1p4 жыл бұрын
Hi Naveen, pls clarify one question for me..while we create the object of firefox by webdriver reference variable then it follow dynamic polymorphism. But the methods we call after that like get() from where it comes from overriden methods or webdriver interface methods??
@TheYummyKitchen_YT4 жыл бұрын
Guys i am creating videos on automation and solving lots of issues we found during coding , help me by subscribing and learning #Appomation
@roopanjalipatil75254 жыл бұрын
Thank you Naveen for very useful videos' ..........you explained very clearly......Respect.... I am getting error while launching First FireFox explore.........showing "Error occurred during initialization of boot layer java.lang.module.FindException: Module webBrowser not found ". pls can you help
@vandanadhiman55326 жыл бұрын
As u said we can use selenium for browser automation only. I want to ask what do we use for mobile application and desktop applications automation?
@baggumani6 жыл бұрын
vandana dhiman appium and QTP tools will be used.
@spandanakaru46289 ай бұрын
Hi, i am trying to launch chrome driver. i followed the same steps in this video but it is saying "webdriver cannot be resolved to a type". can someone help
@swatiscs49336 жыл бұрын
Hi Naveen, Could you tell me please if I join your membership what other benefits i will get?
@suriya2854 жыл бұрын
I am getting Exception error - Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: I have tried in all browsers like ChromeDriver,GecckoDriver,InternetExplorerDriver. Note:1.I have set the path. 2.I have set the path in system variables also
@archanam65285 жыл бұрын
Hi Naveen, Thanks for the video. I followed all your steps but after some trial and run on the latest eclipse -JDK 12 and selenium-java-3.141.59 I saw that initially, I was getting error messages for the chrome driver but later when I downloaded Mozilla gecko driver and added the jar files to the classpath(build path) I found the program successfully running on Chrome and Mozilla. I am not sure why it didn't run previously but after adding geckodrivers it worked. Hope it may help someone working on the latest env.
@gayathrik85695 жыл бұрын
Archana M thank you for posting your comment. I'm getting error too. I'll try downloading geckodriver first and try again.
@govindgupta95156 жыл бұрын
hi naveen, I am able to open ff browser but unable to enter url and same problem is happening with me. Will you solve my problem?
@testerdesk85783 жыл бұрын
Hi Naveen sir , i got an error while executing the program Error : Error: Unable to initialize main class Sessions.Basics Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver How can i resolve this error
@abhakalpana86882 жыл бұрын
Sir, i started following your class. I facing one error in it. It's being 3days I'm struggling with it.Please help.
@abhakalpana86882 жыл бұрын
Exceptions in thread "main" ...the path to the driver executable file must be set by the driver.chrome.driver system properly....
@varshapatil45014 жыл бұрын
Hello Sir,can you plese make video on how to install selnium3.It will help me alot
@debadritoray10175 жыл бұрын
Hi Naveen, I am new to Selenium, I have setup all the necessary stuffs, now when I try to launch Chrome, I am getting "The Driver executable does not exist" exception. I am using all compatible version of Chrome, Chromedriver and Selenum; I am using proper path in setProperty, but still I am getting the error. Its the same for any driver-browser combination that I use, I am unable to proceed further, please help me in resolving this issue.
@sestojjohn43735 жыл бұрын
Hello Debadrito, How can I solve the same issue you faced ? I did everything and getting this Exception : Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: :\Users\Downloads\chromedriver.exe. please help me Naveen and friends, Thank you in Advance
@adhi56443 жыл бұрын
Hi sir, am getting error like....Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type chromeDriver cannot be resolved to a type can you please help me on this ...thanks in advance.
@purnachandar85574 жыл бұрын
Hi i have done all the steps which as shown in the video but it showing exception as IllegalStateException. can u please needful to me i stucked out there.
@TheYummyKitchen_YT4 жыл бұрын
Guys i am creating videos on automation and solving lots of issues we found during coding , help me by subscribing and learning #Appomation
@nehashahi41173 жыл бұрын
it is showing an error msg for me. i am not able to launch the browser.
@smritibhandari2342 жыл бұрын
java.lang.IllegalStateException: Process exit value was 1. sir can you explain what sort of error is this?
@priyaaram76506 жыл бұрын
HI Naveen Sir, i am getting the below error , can u help me to resolve this Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type ChromeDriver cannot be resolved to a type at test/SeleniumConcepts.webdriverbasics.main(webdriverbasics.java:10)
@puneetgupta40065 жыл бұрын
i tried to launch the browser but its not happening , can u help out
@nidhitrivedi68056 жыл бұрын
What if i want to open 3 urls( 3 tabs) at a time in the launched chrome session itslef?
@rajeshkumar-no8sp5 жыл бұрын
Hi sir. Recently in my new laptop i got this problem. The problem is whenever i'm trying to launch google chrome browser then my browser got stuck for few seconds and in the console i got this error "[1565061587.280][WARNING]: Timed out connecting to Chrome, retrying..." . I was trying to fix this error from a month ago but not able to fix. I checked all compatibility with browser and chrome driver everything is fine just the problem occur in my laptop. Can you please help me out. This will be really very helpful for me. Thanks!
@jayasharma43026 жыл бұрын
Hi Naveen I am using Firefox version 62.0.1 Gecko driver 0.21.0 Selenium 2.53 After running i get - unable to connect to host 127.0.0.1 on port 7055 after 45000ms. I updated dependency in maven to 3.12 Or 3.14 Or 3.141.59 I get a MAVEN BUILD FAILURE and missing artifacts error. Please help what should i do. Note: i am using jdk1. 8.0_91 And maven 3.3.9
@durairaj51016 жыл бұрын
How to watch these videos in order
@rustamabdiyev65985 жыл бұрын
i got a problem with unzipping selenium zip file after i downloaded it and unzipped but i only got 5 jar files and I tried many times and with different laptops (Windows). but in the videos unzipped Selenium file shows many jars. is there another way to fix it.. ? thanks in advance
@keshojukavya28305 жыл бұрын
Even I am facing the same. Did you sort it out? please help me
@kishorekisu63573 жыл бұрын
Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type ChromeDriver cannot be resolved to a type at NAL_selenium/bacisSELENIUM.webdriver.main(webdriver.java:13) hw to solve tis error !!!!
@bhavanapbhavana88124 жыл бұрын
Hi, Can I get the Java tutorials videos link which are shown in the above video under projects... plz...
@TheYummyKitchen_YT4 жыл бұрын
Guys i am creating videos on automation and solving lots of issues we found during coding , help me by subscribing and learning #Appomation
@prachigoel42646 жыл бұрын
Hi Naveen, I have been watching your video and was following step by step but it's showing me the error on typing FirefoxDriver() method while creating the object.Also,on dragging the mouse on it,It's not showing me the package name in suggestion box
@shitaldixit74426 жыл бұрын
Hi naveen , I am facing same issue plz reply
@shristimishra5363 жыл бұрын
Can you tell the solution
@gayathrik85695 жыл бұрын
Hi Naveen, I'm getting error while setting properties for chrome driver. Invalid Unicode error is coming. Please help.
@ANJANKUMARBANJU5 жыл бұрын
The import org.openqa.selenium.WebDriver cannot be resolved Please need help for this, I could not go further
@pranavchaudhary4945 жыл бұрын
Remove your jar files from the project and add them under classpath folder instead of module folder in eclipse. This worked for me.
@ANJANKUMARBANJU5 жыл бұрын
@@pranavchaudhary494 thanks pranav.
@gurpreet1234gill6 жыл бұрын
I am facing a problem. when I am going to link jar files from libraries there are two options module path and class path. I tried to add jar files to it one by one. but still I am getting errors. some time I get java.lang.class not found exception and sometimes like java doc location. I am using latest versions of java, eclipse, selenium. can you please help me out.
@sestojjohn43735 жыл бұрын
Helo Gurpreet/ Apeksha, How can I solve the same issue you faced ? I did everything and getting this Exception : Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: :\Users\Downloads\chromedriver.exe. please help me Naveen and friends, Thank you in Advance
@shraddhakumbhar44636 жыл бұрын
Hello sir , I want to ask how can we open multiple tab at a time For dis which method is useful ?
@aartigoel95974 жыл бұрын
String newWindow = driver.getWindowHandle();
@navyasweety25034 жыл бұрын
can u tell for how to download firebug in firefox
@aartigoel95974 жыл бұрын
I think before downloading any browser jar, first we need to check the version of our browser and correspondingly we need to download that version jar..otherwise it wont work
@Indianbabyborningerman4 жыл бұрын
yes . i tried by first to know version then download it.
@poornimaprakash39436 жыл бұрын
Hi after following all the steps getting this error .."bootstrap_register(): failed 1100 (0x44c) 'Permission denied'" on mac .Any inputs ?
@sudehipatwari66104 жыл бұрын
I am getting error could not find or load main class org.openqa.grid.selenium.GridlauncherV3
@mahaboobbasha41756 жыл бұрын
Hi Sir i am unable to launch the firefox driver i am getting error like a Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type FirefoxDriver cannot be resolved to a type
@zentec33066 жыл бұрын
i guess jar file is missing
@sestojjohn43735 жыл бұрын
Hello @@zentec3306, You mean Selenium Jar files or How can I solve the issue ? I did everything and getting this Exception : Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: :\Users\Downloads\chromedriver.exe. please help Naveen and friends, Thank you in Advance
@sestojjohn43735 жыл бұрын
Helo Mahaboob, How can I solve the same issue you faced? I did everything and getting this Exception : Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: :\Users\Downloads\chromedriver.exe. please help Naveen and friends, Thank you in Advance
@ThanosBaba2185 жыл бұрын
sir is there any email for the direct interaction with U??
@mahaveerthakur98644 жыл бұрын
This video is blurred. can't understand code. can you upload clear video of this session. it will be very helpful. Thank you.
@naveenautomationlabs4 жыл бұрын
U need to change ur hd video settings to 1080 hd. Videos is not blurred, it's with hd quality.
@inside_arun5 жыл бұрын
i thank you so much sir
@hassanmir53096 жыл бұрын
sir i am downloading latest version of selenium but is am getting just some files in lib when i am extracting
@zentec33066 жыл бұрын
i guess new selenium versions has few jar files in it.i did add all jar files in lib folder. it works for me
@pandudamera1587 жыл бұрын
When was I watching u r videos screen is bulred
@BALAMURUGAN-xb7fo4 жыл бұрын
Thanks a lot for clearly understandable tutorial. When i try launch chrome browser and open google page, chrome browser is getting launched and google page also getting opened but program throwing timeout error as below,(I have used with and without dynamic timeouts) [1586715479.783][SEVERE]: Timed out receiving message from renderer: 0.100 When i try to launch firefox it is throwing connection refused error. I'm not getting any solution for these 2 issues online. could you please help on that if possible. Code is working fine in IE browser.
@denishpatle20216 жыл бұрын
Good evening Sir, I am not able to launch browser please help me.
@prachigoel42646 жыл бұрын
Hi Naveen, Please tell me how to install firefox and chrome drivers and link with selenium
@vivek39785 жыл бұрын
firefox >> github.com/mozilla/geckodriver/releases/tag/v0.24.0 chrome >> chromedriver.chromium.org/downloads download zip as accourding if u r using windows or mac ! for linking firefox with selenium >>System.setProperty("webdriver.gecko.driver","D:\\Testing Masala\\Selenium\\geckodriver.exe"); for chrome >> System.setProperty("webdriver.chrome.driver","D:\\Testing Masala\\Selenium\\chromedriver.exe");
@sunitarani17635 жыл бұрын
Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type ChromeDriver cannot be resolved to a type at seleauto.sel1.main(sel1.java:7) this error is coming
@yogitaghind15 жыл бұрын
Make a new folder under you selenium project and name it as 'lib' --> Copy the file selenium-server-standalone-3.141.59 (downloaded from selenium.dev sight) --> Right click on the project folder --> build path --> Add to build path --> Then copy other jar files from selenium-java-3.141.59 (from this folder and from libs folder ) --> Follow the same method of build patch mentioned in above steps --> Build your project --> Execute your file as Java Application
@YYCDreamHome4 жыл бұрын
I am getting this error, The type org.openqa.selenium.WebDriver is not accessible . Can someone help?
@TheYummyKitchen_YT4 жыл бұрын
Guys i am creating videos on automation and solving lots of issues we found during coding , help me by subscribing and learning #Appomation
@SaranyaPrakash-h4f10 ай бұрын
Could youplease upload videos using linux machines
@nabilelassaad60865 жыл бұрын
I did everything and i still getting this Exception : " java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property help me plz
@sestojjohn43735 жыл бұрын
Hi Nabil, How did you solve the Issue ? Today, I did everything and getting this: Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: :\Users\Downloads\chromedriver.exe. please help Naveen and friends Thank you in Advance
@Social-savvy15 жыл бұрын
Thanks for your videos but we don't know the order to watch if you can help it will be highly appreciated
@girija75016 жыл бұрын
Hi Naveen Thanks for sharing these videos. But i m having one issue after launching url. I am not able to send the values to the input field. I am not understanding what is the problem? Pls reply. (I have downloaded latest chrome driver exe file and updated chrome browser).
@SoloTraveller_Shamy6 жыл бұрын
Girija have u also updated selenium??
@girija75016 жыл бұрын
Sham K I sham thanks for reply. But now it's working for me . No issues.
@harshitasharma1376 жыл бұрын
Hello sir, I am facing some problem and I m getting some error pls help me
@mahanteshmanaguli18473 жыл бұрын
its not visible clearly.. how can understand sir
@naveenautomationlabs3 жыл бұрын
It's absolutely clear. You need to change ur HD settings.
@chaitanyasudi97816 жыл бұрын
why i'm getting this error:-Usage: C:\Users\pandu\Desktop\softwares\geckodriver.exe [OPTIONS] C:\Users\pandu\Desktop\softwares\geckodriver.exe: Unknown option --port=16386 Exception in thread "main" org.openqa.selenium.WebDriverException: org.apache.http.conn.HttpHostConnectException: please any one do needful help..
@abhijeets65935 жыл бұрын
the path for windows machines is not correct, i wasted 30 mins wondering why my firfox was not launching, we dont need double slash before the path.
@mahanteshmanaguli18473 жыл бұрын
sir good explanation but video is not cleared ..we need clear videos
@sestojjohn43735 жыл бұрын
Today, I did everything and getting this Exception : Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: :\Users\Downloads\chromedriver.exe. please help Naveen and friends, Thank you in Advance
@lifestyleworld68214 жыл бұрын
Student etni dahshat main kyn h ...Be active guys
@sridevireddy13717 жыл бұрын
tq Naveen
@suyogkulkarnii83815 жыл бұрын
hii naveen i have selenium 3.5 and firefox 55 version while launching firefox "Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see github.com/mozilla/geckodriver. The latest version can be downloaded from github.com/mozilla/geckodriver/releases this error occured
Error occurred during initialization of boot layer java.lang.module.FindException: Module processed.async.http.client not found, required by org.seleniumhq.selenium.remote_driver -please help
@AshaGarodia-c1s Жыл бұрын
I followed same steps as explained in the video still it is showing error and Firefox browser is not launching.Added below code still not working. Path of geckodriver.exe is correct.Please help package SeleniumSessions; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class WebDriverBasics { public static void main(String[] args) { // Launching the browser //1.Launching Firefox browser //GeckoDriver will be needed System.setProperty("webdriver.gecko.driver","C:\\Users\\pc\\Downloads\\geckodriver.exe"); WebDriver driver = new FirefoxDriver(); //launch firefox browser }