In this video will see how to overcome the problem of version mismatch between browser driver(e.g chromedriver,firefoxdriver etc) and browsers(e.g chrome,firefox etc.). This we will solve it by using WebDriverManager Class in our maven project. If you are not using maven project you can add the jar file of WebDriverManager …
Tag: eclipse
Selenium – How to fetch attributes values for any web element/how to find the source of any image?
In this video will see how to get any attributes e.g src(source),text,sizes,class values for any web element. How to take web element xpath: https://www.youtube.com/watch?v=jPrphm-8njo&list=PLFfOLCbwIxbDCAFRkkvY4szs2HRS_FKaF&index=5 I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Code: Excerpt: The provided content…
Selenium – How to perform mouse actions like right click, double click, mousehover etc.?
In this video will see how several mouse actions can be performed through Selenium. These mouse actions methods are defined in Actions() class. By using these class will perform all the mouse actions. How to take web element xpath: https://www.youtube.com/watch?v=jPrphm-8njo&list=PLFfOLCbwIxbDCAFRkkvY4szs2HRS_FKaF&index=5 I hope you like this video. For any questions, suggestions…
Selenium – how to verify if correct page is loaded or not?
In this video will see how to check if correct page is loaded or not. In order to do that will get the title of the page and perform a check. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
How to get the count of any webElement on webpage in Selenium?
In this video will see how to count any specific type of webElements (e.g no. of hyperlinks, input boxes, images etc). In other words we can get how many times any webelement occurred on any given point of time. We will also see how to print the text of webelements….
How to create MAVEN SELENIUM project in simple steps?
In this video will see how to work with selenium using MAVEN. In few steps only selenium maven project can be created. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Steps: Excerpt: In this video, you will…
How to resolve selenium project not working through MAVEN even after giving correct dependency in pom.xml?
In this video will see how to fix if selenium project is not working after giving correct selenium dependency in pom.xml for maven project. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Steps: Excerpt: In this video…
How to create MAVEN project in simple steps?
In this video will see how to work with MAVEN Project. In few steps only maven project can be created. Steps: I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Abstract: In this video, you will learn how…
How to resolve error (red color marked on project name) in eclipse for any project (selenium or java)?
In this video will see how to resolve red color marked error on any project written in eclipse it can be selenium (webdriver,testNG,maven) or java. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Screenshot: Excerpt: In the…
How to add external jar file in selenium project/How to configure or import jar file for eclipse project?
In this video will see how to add/configure/import external jar files in selenium webdriver or any java eclipse project. Steps: Right click on project->Build Path->Configure Build Path->Libraries->Select ClassPath->Add External JARS->Select Jars to be uploaded->Click Open->Click Apply And Close. I hope you like this video. For any questions, suggestions or appreciation…