Open jfkhoury opened 7 years ago
@jfkhoury Have you figured out what's wrong? It looks like I'm stuck with the same problem.
@shkaper It was too painful to deal with all those tools, servers and configurations. So I switched tools and built a small mini-framework on top of them, working perfectly, with no servers required. I am using the following:
I might open source the whole project, not sure yet.
Please let me know if you need more details. Good Luck!
selenium-webdriver
npm package to run my selenium tests for the Firefox browsercbHAR
by settingcaptureContent
,captureHeaders
andcaptureBinaryContent
totrue
.No matter what I try, the
entries
are always empty.Here's a code snippet: