Is it possible to automate the Firebug console?

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?

+5
source share
1 answer

I would use Selenium or AutoHotKey (Windows only).

+1
source

All Articles