Chrome Automation Using API

Chrome Automation Using API in SoapUI Objective - Automating Chrome using SoapUI (Nope, not using Selenium in groovy) Introduction - Selenium is world known for automating web browsers but do you know its architecture uses REST APIs to automate it? So, if it uses Rest API, can we automate it using SoapUI or Postman tool? Well, the shocking answer is Yes (If you aren't shocked, I was, when I learnt this.). GitHub Project - https://github.com/sumeet0420/chrome-automation-through-api Tools used - SoapUI (Can be transformed to Postman) Project Overview - Prerequisite - Chromium driver executable file should be downloaded. Note: The executable file should be kept in the same path as the project. If not, kindly modify the "chrome.bat" file. The logs are captured and kept in the file chrome.log. This SoapUI project has the following steps Groovy Script: A few line of codes in groovy to start the chrome driver. The script first...