Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
13answers
2k views

What is the best way to do web scripting/web macros?

I'm trying to streamline some of our tasks at my place of work, and it seems that quite a lot of our developers' time is spent doing semi-mechanical tasks on the web (specifically, editing online ...
1
vote
2answers
523 views

Automation tool for Firefox that can manipulate User-Agent or Referrer?

I need to automate some processes in Firefox via Chickenfoot, Greasemonkey, iMacros or any other automation tool. Is any of them allows to change the browser's User-Agent or Referer/Referrer fields? ...
0
votes
1answer
266 views

Automating a javascript button click

So I have a button with code like this: <div style="text-indent: 0pt; visibility: inherit;" id="button5061"> <a title="Continue" ...
0
votes
2answers
210 views

Saving PDF files with Chickenfoot

I'm writing a web-crawler using Chickenfoot and need to save PDF files. I can either click the link on the page or grab the PDF's URL and use go("http://www.whatever.com/file.pdf") and I get the ...
0
votes
1answer
181 views
0
votes
1answer
176 views

Chickenfoot JS question

I am trying to make firefox automatically visit a set of webpages and report to me somehow how much it took to load each page. My best option so far seems to be the ChickenFoot extension. The ...