Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How do I enter the start page from the "firefox.exe" command line?

more options

I want to write a script to use firefox to download information on a series of addresses on a street. For example: 101 State St, 102 State St, 103 State St, ... etc. The script will cycle through the addresses and streets on interest. Does firefox.exe accept command line parameters that define a specific web page, and data to be filled in to that page?

I want to write a script to use firefox to download information on a series of addresses on a street. For example: 101 State St, 102 State St, 103 State St, ... etc. The script will cycle through the addresses and streets on interest. Does firefox.exe accept command line parameters that define a specific web page, and data to be filled in to that page?

Gekozen oplossing

You can start Firefox to open a specific web page or a local file by appending the url to the command line, but you can't specify which data to display unless this data is present in the page source.

Dit antwoord in context lezen 👍 0

Alle antwoorden (4)

more options

Gekozen oplossing

You can start Firefox to open a specific web page or a local file by appending the url to the command line, but you can't specify which data to display unless this data is present in the page source.

more options

Thank you cor-el, that does answer my question and it did work. If I may post a follow up question: If the first command brings up a page with data to be selected, is there a way to move that data to a follow up script command to request it?

more options

I'm not sure if I understand what you mean with this question

You can try to ask advice at the mozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

more options

Thank you, I'm making progressa again....