Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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?

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (4)

more options

Ausgewählte Lösung

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....