Is it possible to make a Firebug console automation?

Posted by moogeek on Stack Overflow See other posts from Stack Overflow or by moogeek
Published on 2010-04-14T21:23:22Z Indexed on 2010/04/14 21:33 UTC
Read the original article Hit count: 236

Filed under:
|
|

I want to automate actions in firebug JavaScript console. ie. Is it possible to load a page from url in firefox then after the page is loaded run a js code in console? I have googled for solutions and found one:Running_Automated_Test_Suite with FBTest

is there any other ways to do that? Which one is easier? Some ways w/ windows cmd-line/bash scripts in linux/in mac? Selenium?

© Stack Overflow or respective owner

Related posts about firefox

Related posts about firebug