CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 23:38:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100409152441
location: https://web.archive.org/web/20100409152441/https://github.com/coreyti/selenium-profiles
server-timing: captures_list;dur=0.879629, exclusion.robots;dur=0.032093, exclusion.robots.policy;dur=0.015564, esindex;dur=0.015089, cdx.remote;dur=14.858147, LoadShardBlock;dur=210.728191, PetaboxLoader3.datanode;dur=74.476233, PetaboxLoader3.resolve;dur=61.331546
x-app-server: wwwb-app223
x-ts: 302
x-tr: 265
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 04 Aug 2025 23:38:50 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 09 Apr 2010 15:24:40 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "17141f46a40898f3187e2800af90a939"
x-archive-orig-x-runtime: 208ms
x-archive-orig-content-length: 20102
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 09 Apr 2010 15:24:41 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 09 Apr 2010 15:24:41 GMT", ; rel="memento"; datetime="Fri, 09 Apr 2010 15:24:41 GMT", ; rel="next memento"; datetime="Sun, 11 Apr 2010 04:01:54 GMT", ; rel="last memento"; datetime="Fri, 11 Sep 2020 02:11:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100409145120_crawl101-c/51_15_20100409152351_crawl101.arc.gz
server-timing: captures_list;dur=0.463760, exclusion.robots;dur=0.016816, exclusion.robots.policy;dur=0.008212, esindex;dur=0.010980, cdx.remote;dur=17.482951, LoadShardBlock;dur=135.458339, PetaboxLoader3.datanode;dur=86.013209, PetaboxLoader3.resolve;dur=107.370641, load_resource;dur=95.401339
x-app-server: wwwb-app223
x-ts: 200
x-tr: 303
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
coreyti's selenium-profiles at master - GitHub
coreyti / selenium-profiles
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
README.md | Sat Jan 30 13:09:35 -0800 2010 | added firefox-3.5_A template, with firebug 1.5 [coreyti] |
![]() |
firefox-3.0_A/ | Fri Oct 30 15:53:21 -0700 2009 | initial commit [coreyti] |
![]() |
firefox-3.5_A/ | Sat Jan 30 13:09:35 -0800 2010 | added firefox-3.5_A template, with firebug 1.5 [coreyti] |
README.md
What is this?
The idea is to collect a number of pre-configured Firefox profile templates for use with Selenium. That is, templates which:
- Are easy to enable
- Do not cause Selenium/Firefox to complain or behave oddly (e.g., no "New Add-on" popup at Firefox launch)
- Include additional Firefox extensions for use during test runs (e.g., Firebug)
Usage
This might get you going (given a Rails project):
$ cd $RAILS_ROOT # (you get the idea)
$ git submodule add git://github.com/coreyti/selenium-profiles.git ./vendor/selenium-profiles
$ ln -s ./vendor/selenium-profiles/firefox-3.0_A ./.firefox
$ selenium-rc -log ./log/selenium.log -firefoxProfileTemplate ./.firefox > /dev/null 2>&1 &
Enjoy a nice cup of Selenium with Firebug-enabled Firefox!
Note: If you are using selenium-rc and selenium-client gems and have experienced sqlite3 version conflicts on OS X 10.6.x, take a look at upgrading to:
- selenium-rc version 2.2.0
- selenium-client version 1.2.18
The issues seems to be fixed and no longer requires hacking your Firefox.app to remove libsqlite3.dylib (checked against Firefox 3.5.7). Of course, if you're using Webrat or similar, you're still out of luck... the current version has a hard-coded dependency on earlier selenium-rc.
Package Contents
- All packages:
- Add-ons from the Selenium-bundled profile template (e.g., DocumentReadyState)
- firefox-3.0_A
- firebug 1.4.3
- firefox-3.5_A
- firebug 1.5.0