Quick Search:

Context

Displaying 3 lines either side each change. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

528
 
557
 
557
 
faq.markdown
_>232232     rake hub:start SELENIUM_ARGS="-multiWindow -debug"
 233233 
 234234 
<>235 - How can I use the `-firefoxProfileTemplate` option on Windows?
 236 - --------------------------------------------------------------
  235+ How can I use the `-firefoxProfileTemplate` option?
  236+ ---------------------------------------------------
237237 
 238238   On OS X or UNIX, you can use a custom Firefox profile with Selenium
 239239   Grid by launching the remote controls with the `-firefoxProfileTemplate`
     
 !
438438 
 439439   You can find a concrete example on
 440440   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/) 
442442   directory.
 443443 
 444444 ### Ruby ###
     
 !
449449 
 450450   You can find a concrete example (a nice test reports) on
 451451   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/) 
453453   directory.
 454454 
 455455 ### Python ###
     
 !
475475   way I originally started with Ruby and you can find an example on how this
 476476   worked in the Ruby example included in Selenium Grid distribution:
 477477 
<>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)
479479 
 480480   You launch the whole thing with:
 481481 
     
 !
517517   started with Ruby and you can find an example on how this worked in the Ruby
 518518   example included in Selenium Grid distribution:
 519519 
<>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)
521521 
 522522   You launch the whole thing with:
 523523 
     
 !
549549   programming language and test runner you are using (for instance 
 550550   `JUnit`, `TestNG`, `Test::Unit` or `RSpec`).
 551551 
<>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/) 
<_553553   directory in the Selenium Grid
 554554   distribution to see how you can use RSpec and Selenium to generate reports
 555555   which [include HTML capture and OS screenshots when a test