May 10, 2019 – Make Selenium Easy

A “Keyword” is a wrapper of an atomic action or a chain of actions to achieve a task. These keywords are reusable and building blocks of writing a flow. It shows abstraction concept of OOPS. It is callable. Mostly “Keyword” will be a method. Let’s understand it considering a real time scenario:- You need to […]