mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Merge pull request #113 from silverstripe-labs/helpful-tips-on-disabling-firefox-automatic-update
Helpful tips on disabling Firefox auto update...
This commit is contained in:
commit
5b5854c0df
10
README.md
10
README.md
@ -73,6 +73,16 @@ in your project root, or set is as an environment variable in your terminal sess
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
### Prevent Firefox from Automatically Updating
|
||||||
|
|
||||||
|
The moment you open Firefox, it's going to try and update itself out of the stone age. To prevent this, open a new tab and go to `about:config`. There, change the following settings to `false`:
|
||||||
|
|
||||||
|
- `app.update.auto`
|
||||||
|
- `app.update.enabled`
|
||||||
|
- `app.update.silent`
|
||||||
|
|
||||||
|
Firefox will already have started the update, so close and delete it. The settings you changed should be stored as preferences, apart from the application files you've just deleted. Reinstall that ancient version. The next time you open it, and go to "About Firefox", you should see a button desperately pleading with you to "check for updates". Don't click that if you know what's good for you...
|
||||||
|
|
||||||
### Starting the Selenium Server
|
### Starting the Selenium Server
|
||||||
|
|
||||||
You can run the server locally in a separate Terminal session:
|
You can run the server locally in a separate Terminal session:
|
||||||
|
Loading…
Reference in New Issue
Block a user