I want to automate actions in firebug javascript console. i.e. Is it possible to load a page from url in firefox, after loading the page, run js-code in the console? I found googled for solutions and found one: Running_Automated_Test_Suite with FBTest
Are there any other ways to do this? Which one is easier? Some ways to script w / windows cmd-line / bash on linux / in mac? Selenium?
source
share