Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
1–10 of 11 posts
Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#2Am 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.
Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#3Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#4Tried 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 t…
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.
Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#5Tried 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 t…
Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#6Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#7Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#8Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#9neat, any idea on how long it will take to add asserting/verifying stuff?
For bug reports and feature requests you can email us (team AT a9t9.com) or simply open a github ticket: https://github.com/A9T9/Kantu-for-Chrome/issues
Re: Show HN: Open-Source Selenium IDE Light Extension for Chrome, Kantu for Chrome
#10Is it safe to use it? Are my username, passwords and important numbers accessible to chrome extensions?
And/or: What I do is to have one Chrome profile for important websites (e. g. online banking) and another one for the casual web surfing. This "casual" profile is where I try out all new extensions. And only the ones I really need are used in the "secure" profile as well.