Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to make a Firebug console automation?

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?

like image 693
moogeek Avatar asked Nov 14 '22 11:11

moogeek


1 Answers

I'd either use Selenium or AutoHotKey (Windows only) for this.

like image 159
dave1010 Avatar answered Dec 04 '22 06:12

dave1010