© 2023 Hashnode
#selenium-webdriver-1
Selenium is a powerful open-source automation tool used for testing web applications. It provides a suite of libraries and APIs that support testing of web applications in different programming langua…
Users expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local infrastructure becomes an unspoken critical requirement for this. However, if this test is performed later or aft…
Introduction In java, Inheritance is one of the most important concepts of Object-oriented programming (OOP). It allows us to inherit the properties and behaviors from another class, known as the supe…
Selenium WebDriver is a general-purpose browser automation library. Its capabilities are widely used to build automated end-to-end test suites for web applications. Automated end-to-end tests, which o…
Websites nowadays are frequently implementing the usage of pop-ups, alerts, or modal dialog boxes for various use cases like accepting cookies, asking for permissions, entering data, warning alerts, etc. Although there are a few valid use c…
Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, …
While working on any UI functionality, I tend to aspire for more and more logs and reporting. This happens especially when performing test automation on web pages. Testing such websites means interacting with several web elements, which wou…
The inception of Selenium can be traced back to a web application that required frequent testing. This prompted Jason Huggins to create a program using JavaScript, which he named JavaScriptTestRunner …
Joseph, who has been working as a Quality Engineer, was assigned to perform web automation for the company’s website. The end goal of the web automation tests was to create an automated regression tes…
This blog is about accessing the account with cookies while working with the selenium web driver pre-requistics Python Selenium get started: Import web driver from selenium module and create an object of chrome web driver and give chrom…