Sounds like Selenium IDE would be ideal for this.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/RDJoNxELYTcJ.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
If you did this with WebDriver you would have to write an implementation that can bind to an existing running browser process. This doesn’t exist at the moment as far as I’m aware and would take some significant development effort to implement (Feel free to correct me if you know of such an implementation).
The other advantages to using Selenium IDE are:
· Easy to pause and replay individual commands without needing to load up an IDE like IntelliJ IDEA to be able to step through code.
· You can start from any point in the test(so if you have already done steps 1-4 you can continue from step 5).
· Low entry level, anybody can pick it up.
I’m a great believer in using the right tool for the right job and IMHO WebDriver is not the right tool for this job, however Selenium IDE is.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.