kazurayam/BrowserMobProxyInKatalonStudio

add sample Test Case which opens a browser using WebUI.openBrowser('') rather than `new ChromeBrowser()`

Closed this issue · 1 comments

Usually Katalon user will open a browser using the WebUI.openBrowser('').

On the other hand, the Test Cases/startProxy_openBrowser opens a Chrome browser using new ChromeBrowser().

Therefore, the sample code isn't useful for those users who wants to call WebUI.openBrowser('') and BrowserMob Proxy working together.

done at v1.6.0