Selenium

Selenium Tutorial

How to Setup IntelliJ with Selenium WebDriver

How to Setup IntelliJ with Selenium WebDriver

What is IntelliJ? IntelliJ IDEA is a Java Integrated Development Environment (IDE). It is used for software development. It is developed by JetBrains. It comes under apache2 licenced ‘community edition’ as well as ‘proprietary commercial edition’. It is the finest available Java IDEs. It provides facilities like advanced code navigation and code refactoring capabilities. Pre-requisites…

Selenium Python Tutorial with WebDriver Example

Selenium Python Tutorial with WebDriver Example

Selenium with Python Selenium supports Python and thus can be utilized as Selenium WebDriver with Python for testing. Python is easy compared to other programming languages, having far less verbose. The Python APIs empower you to connect with the browser through Selenium. Selenium sends the standard Python commands to different browsers, despite variation in their…

JavaScriptExecutor in Selenium with Example

JavaScriptExecutor in Selenium with Example

What is JavaScriptExecutor? JavaScriptExecutor is an Interface that helps to execute JavaScript through Selenium Webdriver. JavaScriptExecutor provides two methods “executescript” & “executeAsyncScript” to run javascript on the selected window or current page. Why do we need JavaScriptExecutor? In Selenium Webdriver, locators like XPath, CSS, etc. are used to identify and perform operations on a web…

How to Handle SSL Certificate in Selenium

How to Handle SSL Certificate in Selenium

SSL Certificate in Selenium SSL (Secure Sockets Layer) is a standard security protocol for establishing a secure connection between the server and the client which is a browser. SSL (Secure Socket Layer) Certificate ensures secure transformation of data across the server and client application using strong encryption standard or digital signature. One has to install…

End of content

End of content