s4int / robotframework-BrowserMobProxyLibrary

Robot Framework keyword library wrapper for BrowserMob Proxy
Apache License 2.0
12 stars 9 forks source link

Empty Har files #4

Open fernandoandthebando opened 6 years ago

fernandoandthebando commented 6 years ago

Hi!

Thanks for writing this library, I was looking for something exactly like this. I am using jenkins and robotframework to do automated testing on a website. Unfortunately I'm not able to actually record anything in Har files using robotframework, while using jenkins or otherwise. Even the provided example .robot file does not actually record any data, just the basic outline of a har file. However, when using browsermob proxy with selenium (without robotframework), I am able to record a normal (populated with data) har file.

So what's going on? I see that this library works with Robot framework 2.6... is this problem caused by robotframework 3? Should I revert to an older robot version? BTW, I'm on ubuntu 16.4, and I am using python 2.7. Thanks in advance!

almahaja commented 6 years ago

I am exploring this library exactly how @fernandoandthebando wants use it but I am also facing this issue, I am using RF 3.0.3 and Python 2.7.10 with RF Selenium2Library, if we get any pointer on how to fix this will be of great help. Thanks in advance!

joeyog commented 5 years ago

Hi,

Was there a solution found to the issue mentioned above. I seem to be having the same issue.

I updated the "New Har" keyword with the options but this did not resolve the issues.

s4int commented 4 years ago

Sorry for late response, can you please check tests I've just added. Can you please provide a code snippet to reproduce the issue.

kostiantynvoiku commented 4 years ago

Same here: image