views:

207

answers:

1

Hi all,

I am working 508 accessible standard for a website. There are a Firefox plugin to help check on each page a website WAVE addons
I am having a crawler that walk throught all pages of the website.
Now i want to combine WAVE addons + my crawler to check website as 508 accessibility compliance automatically.

My question is how to run Firefox addons with a specific URL from command line?

Thanks for your help,
Minh

A: 

Add-ons can't be "run" (what does it mean to run Adblock from command line, for example?).

If the add-ons you're using do not support command-line params. you can write an extension that checks the command line and calls an appropriate function of the whatever other add-on you want to "run".

Nickolay
I will try this way. Thanks for your answer
Minh