开发者

Is it possible to make a Firebug console automation?

开发者 https://www.devze.com 2022-12-27 11:33 出处:网络
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

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消