为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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?

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (4)

more options

选择的解决方案

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