On Thu, Feb 25, 2016 at 2:06 PM, Charles Curley <[email protected]> wrote: > > Finally, is there a way to launch Firefox to run that test case? Or do > I need to re-do this using the "real" selenium? >
I've never had much luck with Selenium IDE except as an introduction to the API. In theory, you should be able to export the test as a runnable python, java, or ruby program that will use the "real" selenium to control firefox. That's never worked for me without manual fixes to the exported file. But that was years ago. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
