לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How can I trigger an automatic update of firefox for use with selenium?

  • 4 תגובות
  • 1 has this problem
  • 16 views
  • תגובה אחרונה מאת wcchristian10

more options

Firefox auto-update is not working on the server that I am working on. I am only able to update firefox by going to the menu|about page. I want to automate the update of firefox so that before I run my tests every night it will be updated to the newest version.

Firefox auto-update is not working on the server that I am working on. I am only able to update firefox by going to the menu|about page. I want to automate the update of firefox so that before I run my tests every night it will be updated to the newest version.

כל התגובות (4)

more options

You can set auto update by following settings:

  • From your Firefox menu ≡ , Go to Options
  • From Advanced tab, go to Upadate
  • Select Automatically install updates (recommended: improved security)

Hope it'll work for you.

more options

Unfortunately, Even with that set, the automatic update will not execute.

more options

You normally trigger an update check by opening the Help > About window. I don't know if you can trigger this action via Selenium. Otherwise you would have to check the update.xml file to see if updates are available. The Live Http Headers extension should give the URL after opening the Help > About window.

more options

Hmm, I have decided to write a powershell script to run the firefox installer instead. Does anyone know how to connect to the mozilla ftp with a powershell script? I could do it directly in powershell but as for writing a script Im having trouble authenticating.