Hello Katalon community,
I now spend a lot of hours on Google and here on the forums but had no luck finding a solution.
My problem:
I need to have chrome-headless without proxy, but Katalon needs to have the proxy set for start purpose, loading of plugins, etc…
What I tried:
I added an argument as follows, also tried it with no-proxy-server (meaning without --).
But this does not work.
So I thought it might be a solution to access the chrome webdriver after
WebUI.openBrowser(‘’)
But here I’m absolutely lacking skills. I think at that moment the webdriver instance is already existing.
So how can I access it like
driver.setProxyType(‘direct’)
Do you have any alternatives?
Thank you very much, great community and software.
Keep it up!
Jeff
UPDATE:
As the issue seems to be more general and my suggestion also is “just another workaround”,
I openend an issue on Github.