You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is the wrong place to ask for this, however I can't find a way to return the HAR string back into Selenium. I can dump it into the console per the instructions, however no matter what I try, I can't get it back via webdriver.
Hi @gmichels this is what it looks like when we get the HAR from the new export trigger in Browsertime. You need to execute async JavaScript through Selenium and then take care of the result when it's finished. Does that example help?
Hello
Sorry if this is the wrong place to ask for this, however I can't find a way to return the HAR string back into Selenium. I can dump it into the console per the instructions, however no matter what I try, I can't get it back via webdriver.
I found firebug/har-export-trigger#9 which seems to be what I need, but I can't make it to work.
Any clues?
Thank you
The text was updated successfully, but these errors were encountered: