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

Learn More

After firefox update cannot have program automatically open to right website

  • 7 Antworten
  • 11 haben dieses Problem
  • 12 Aufrufe
  • Letzte Antwort von FredMcD

more options

Up to before v.43, our emergency alert program would open Firefox at http://cad.chp.ca.gov. Now Firefox opens to https://www.mozilla.org/en-US/firefox/43.0.1/firstrun/learnmore/, and disappears within a few seconds. Accepting "Try the new private browsing" does not solve the problem.

What has changed so we can modify our code?

Thank you for help.

Franou

Up to before v.43, our emergency alert program would open Firefox at http://cad.chp.ca.gov. Now Firefox opens to https://www.mozilla.org/en-US/firefox/43.0.1/firstrun/learnmore/, and disappears within a few seconds. Accepting "Try the new private browsing" does not solve the problem. What has changed so we can modify our code? Thank you for help. Franou

Ausgewählte Lösung

Problem fixed. it seems our version of the libraries (Splinter / Selenium) were incompatible with the latest version of Firefox. We downloaded what we needed and it all is working well.

Thank you for your help!

Franou

Diese Antwort im Kontext lesen 👍 2

Alle Antworten (7)

more options

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.

more options

Thank you for trying. I need more help. I followed the instructions up to "Start Firefox in Safe Mode", because Firefox is started by our program I cannot do so.

If I start Firefox by itself, it works fine and goes directly to Google search as planned.

I have to have Firefox be properly started by our emergency alert program to http://cad.chp.ca.gov because it will do more setup on the webpage and keep scanning the webpage for road incidents.

Any more suggestions?

more options

Safe Mode is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes). If the problem goes away, that tells us one thing. If it does not, that tells us something else.


I want you to post the instructions that opens Firefox using the alert.

more options

Good idea!

I will ask our programmer to provide them to me and will post them. It may take a day or two.

I greatly appreciate your help. Franou

more options

We are using the Splinter python library, and the commands are

self.browser = Browser() self.browser.visit("http://cad.chp.ca.gov/") dropdown = self.browser.find_by_id("ddlComCenter").first dropdown.select("ICCC")


Are you familiar with Splinter python library?

Thanks!

Franou

more options

Ausgewählte Lösung

Problem fixed. it seems our version of the libraries (Splinter / Selenium) were incompatible with the latest version of Firefox. We downloaded what we needed and it all is working well.

Thank you for your help!

Franou

more options

That was very good work. Well Done.