Hi everyone, can you help me with adding browser extensions to the free version of Katalon Studio?
Hi there,
Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.
In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!
Thanks!
Katalon Community team
What “browser extension” were you thinking about adding? I don’t have any “browser extensions” added for my projects and I am able to test our browser application with Katalon Studio (as is) with the different browsers that Katalon supports.
Hey @grylion54 I need to add CORS extension in browser to access the web application, manually it’s working as CORS is added there in Active browser but when i am trying with Default browser of Katalon unable to access the web application as the CORS extension is not available for katalon’s default browser.
Hello there,
Option 1:
Have you tried to use ChromeOptions feature from Selenium?
Then tell Katalon to use that Driver for the execution.
Option 2:
I guess there should be a way to install the browser extensions using some Browser Capabilities feature inside Katalon Settings.
I will try some of this options to give you something more detailed.
hope it helps for now.