
If you starting with selenium, I recommend Selenium IDE, that one is the simple of all three.

Selenium Grid, it allows us to run tests in parallel on multiple machines and manage different versions.Selenium IDE, is an extension for Chrome and FireFox browsers so that we can generate tests and record the navigation performed, this extension will produce the navigation performed.Selenium WebDriver, is a test suite based on browsers like Chrome, FireFox and others, with WebDriver you can program your test using different programming languages, such as Java and Python for example.Today Selenium is divided into three products: It provides extensions to emulate user interaction with browsers, a distribution server for scaling browser allocation, and the infrastructure for implementations of the W3C WebDriver specification that lets you write interchangeable code for all major web browsers. Selenium was developed so that we can perform automated tests and Web Applications.

Let's start with an introduction to what selenium is and what selenium is for. My name is Sebastião, I am a Java Software Engineer and always look for new tools to improve my knowledge, which is why I think this article can/could be a source of learning for you and a source of future research for me in the future, I hope this can be an opportunity to us all learn something new together. Part I - Automation test + google maps = Selenium A.


Our objective with this article is to contribute to the LinkedIn community and try to show some of the architecture and structure of Selenium. A basic Selenium example presented by Sebastião and an excel example with Selenium presented by me. Hi everyone, this is another little article that I am really proud to share with you! Me and my friend Sebastião ( ) were discussing about automation of web pages and then we came up with an idea of write something about, so we divided our article in 2 parts.
