We had discussed about Locators in our last session, So we know that we can use Locators to access or locate different type of Elements. Now, we get a question, that how many types of Elements, do we have in a Web Application, and the answer is, there can be many type of Elements. At the same time, We have to know, that what action has to be performed on which element. Elements are called Web Elements because these elements belong to a Web Application.
We have different type of Web Elements in a Web Application.
Let’s see the example for accessing different types of Elements in a Web Application.
Now, Let’s write Automation script for the same, so that we will get to know, How to access different elements in a Website. We will see this practically in next session one by one.
So, this is how we are going to see, How to access any element in a Web Application using Selenium with Javascript.
We have covered below topics in this session
Objects, Classes and Constructor in Javascript Classes and Objects A class in any programming language…
We will start from object oriented programming basics like What are different concepts in Object…
Why we can not over ride a Constructor This is a very important question, that,…
What is Arrow Function In the last session, We had discussed about Anonymous Function. Anonymous…
What is Anonymous Function Anonymous Function is a type of function which has no name…
What is Map, Reduce and Filter Map Filter and Reduce are higher order methods for…