How can i install an external plugin to Katalon chrome browser?

Hi, i have a web application that calls the main application through a plugin. When i run the test the plugin need to be on my chrome browser for me to be able to perform a click on the web page.

  1. How can i install the external plugin from google plugin store that loads anything i execute this test scripts. (When the chrome browser open via katalon)

//Allen

Hi Allen,

I remember you can use Selenium Webdriver’s desired capability to install the extension, not sure of the name but for using the desired capability from Katalon Studio, please refer to this document.

Best,
Chris