Tried it and I have a few questions about how to use it:<p>Am I supposed to visit the url I want to start from, even after entering the base url? I was expecting it to open a tab with the base url.<p>How do I take the JSON export and run it with selenium?<p>We have a bunch of selenium tests at work that are extremely fragile and generated by coding instead of something that records actions like this. It takes a long time to write tests and no one does it as a result. I would love to get to a system where the tests are created like this and saved to a folder where CI can run them.
Nice work! We work on a cloud-based Selenium grid [1] that can run both WebDriver and Selenium IDE. I just tried your plugin and exported a test as HTML, uploaded it and was immediately able to run the test on all the browsers in our cloud.<p>[1] <a href="https://testingbot.com" rel="nofollow">https://testingbot.com</a>