|
|
|
|
|
by chickenfries
3244 days ago
|
|
Tried it and I have a few questions about how to use it: 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. How do I take the JSON export and run it with selenium? 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. |
|
In Chrome, you first navigate to the page that you want to automate/test, and then start record.
For use with the Firefox Selenium IDE, use the "HTML" export (not JSON). Then, in the Firefox IDE, you can import these macros simply via the "Open" menu.