Proxy Driver #3079
Replies: 3 comments
-
@globalworming @wakaleo Is there any sample project to use serenity-browsermob-plugin? I am using older version of serenity below 3 in one of my projects. Now the ask is to capture network traffic. I saw serenity does have BrowserMobProxy kind of option called browsermob-plugin. But i am not able to find any working sample here. Can anyone please suggest. Thanks |
Beta Was this translation helpful? Give feedback.
-
first time i hear about this.. what do you actually want to achieve here? what problem are you trying to solve? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick response @globalworming |
Beta Was this translation helpful? Give feedback.
-
Can some help me launch proxy driver. I have below code.
ChromeDriver driver = (ChromeDriver) driverFacade.getProxiedDriver();
DevTools devTools = driver.getDevTools();
devTools.createSession();
devTools.send(Network.enable());
Seems like driverFacade class is not available in latest serenity version
Beta Was this translation helpful? Give feedback.
All reactions