<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Handling Radio Button checkOption Selects a checkbox or radio button. Element is located by label or name or CSS or XPath. Pre-requisite: Have ‘Visual Studio Code’ IDE installed in your machine (Click here to install if…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> selectOption Selects an option in a drop-down select. The field is searched by label | name | CSS | XPath. The option is selected by visible text or by value. Pre-requisite: Have ‘Visual Studio Code’ IDE installed in…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Run your first automation script As we know CodeceptJS is also known as a framework of frameworks. So we will be creating our tests using Webdriver as a helper. The following are the steps you need…
<<Previous Post <<Complete WebDriverIO Tutorial>> Next Post>> CodeceptJS – Installing Git in Ubuntu and Configuring it As I am using the Ubuntu Operating System. So, In this Article, I will explain how to install and configure Git on Ubuntu Operating System. Follow the below steps for…
<<Previous Post <<Complete WebDriverIO Tutorial>> Next Post>> CodeceptJS– Install Node.js on Ubuntu and Configure As I am using Ubuntu Operating System. So, In this Article, I will explain how to install and configure Nodejs on Ubuntu Operating System. Follow the below steps for installing Node.js on…
<<Complete WebDriverIO Tutorial>> Next Post>> Introduction to CodeceptJS Following are the content by which you can be familiar with Codeceptjs:- Note: All the terms and tools mentioned in this article will be explained in detail in the upcoming…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Drag and Drop in WebDriverIO Drag and Drop command is used to Drag an Element to its Destination Element on Webpage. Syntax: – $(selector).dragAndDrop(target,…
<<Previous Post << Complete Tutorial>> Next Post>> ID Locators in WebDriverIO ID Locators is used to identify an element with ID Associated with it. It is widely used in locating Elements after CSS…
<<Previous Post << Complete Tutorial>> Next Post>> Tag Name Locator in WebDriverIO Tag Name Locators is used to identify an element with Tag Name. Although it is being used very rarely. Pre-requisite: Have…