  | 232 | 232 | | rake hub:start SELENIUM_ARGS="-multiWindow -debug" |
| | 233 | 233 | | |
| | 234 | 234 | | |
  | 235 | | - | How can I use the `-firefoxProfileTemplate` option on Windows? |
| | 236 | | - | -------------------------------------------------------------- |
| | | 235 | + | How can I use the `-firefoxProfileTemplate` option? |
| | | 236 | + | --------------------------------------------------- |
| 237 | 237 | | |
| | 238 | 238 | | On OS X or UNIX, you can use a custom Firefox profile with Selenium |
| | 239 | 239 | | Grid by launching the remote controls with the `-firefoxProfileTemplate` |
| |
|
|
 |
… |
| 438 | 438 | | |
| | 439 | 439 | | You can find a concrete example on |
| | 440 | 440 | | how this can be achieved in the standard Selenium Grid distribution under |
  | 441 | | - | the [`examples/java`](http://svn.seleniumhq.org/svn/selenium-grid/trunk/examples/java/) |
| | | 441 | + | the [`examples/java`](http://svn.openqa.org/svn/selenium-grid/trunk/examples/java/) |
| 442 | 442 | | directory. |
| | 443 | 443 | | |
| | 444 | 444 | | ### Ruby ### |
| |
|
|
 |
… |
| 449 | 449 | | |
| | 450 | 450 | | You can find a concrete example (a nice test reports) on |
| | 451 | 451 | | how this can be achieved in the standard Selenium Grid distribution under |
  | 452 | | - | the [`examples/ruby`](http://svn.seleniumhq.org/svn/selenium-grid/trunk/examples/ruby/) |
| | | 452 | + | the [`examples/ruby`](http://svn.openqa.org/svn/selenium-grid/trunk/examples/ruby/) |
| 453 | 453 | | directory. |
| | 454 | 454 | | |
| | 455 | 455 | | ### Python ### |
| |
|
|
 |
… |
| 475 | 475 | | way I originally started with Ruby and you can find an example on how this |
| | 476 | 476 | | worked in the Ruby example included in Selenium Grid distribution: |
| | 477 | 477 | | |
  | 478 | | - | [`examples/ruby/lib/multi_process_behaviour_runner.rb`](http://svn.seleniumhq.org/svn/selenium-grid/trunk/examples/ruby/lib/multi_process_behaviour_runner.rb) |
| | | 478 | + | [`examples/ruby/lib/multi_process_behaviour_runner.rb`](http://svn.openqa.org/svn/selenium-grid/trunk/examples/ruby/lib/multi_process_behaviour_runner.rb) |
| 479 | 479 | | |
| | 480 | 480 | | You launch the whole thing with: |
| | 481 | 481 | | |
| |
|
|
 |
… |
| 517 | 517 | | started with Ruby and you can find an example on how this worked in the Ruby |
| | 518 | 518 | | example included in Selenium Grid distribution: |
| | 519 | 519 | | |
  | 520 | | - | [`examples/ruby/lib/multi_process_behaviour_runner.rb`](http://svn.seleniumhq.org/svn/selenium-grid/trunk/examples/ruby/lib/multi_process_behaviour_runner.rb) |
| | | 520 | + | [`examples/ruby/lib/multi_process_behaviour_runner.rb`](http://svn.openqa.org/svn/selenium-grid/trunk/examples/ruby/lib/multi_process_behaviour_runner.rb) |
| 521 | 521 | | |
| | 522 | 522 | | You launch the whole thing with: |
| | 523 | 523 | | |
| |
|
|
 |
… |
| 549 | 549 | | programming language and test runner you are using (for instance |
| | 550 | 550 | | `JUnit`, `TestNG`, `Test::Unit` or `RSpec`). |
| | 551 | 551 | | |
  | 552 | | - | You can look at the [`examples/ruby`](http://svn.seleniumhq.org/svn/selenium-grid/trunk/examples/ruby/) |
| | | 552 | + | You can look at the [`examples/ruby`](http://svn.openqa.org/svn/selenium-grid/trunk/examples/ruby/) |
  | 553 | 553 | | directory in the Selenium Grid |
| | 554 | 554 | | distribution to see how you can use RSpec and Selenium to generate reports |
| | 555 | 555 | | which [include HTML capture and OS screenshots when a test |