Revision: 5431
Author:   [email protected]
Date:     Wed May 29 23:08:18 2013
Log:      Remote Safari testing works
http://code.google.com/p/google-caja/source/detail?r=5431

Modified:
 /wiki/CajaTesting.wiki

=======================================
--- /wiki/CajaTesting.wiki      Wed May 29 23:04:27 2013
+++ /wiki/CajaTesting.wiki      Wed May 29 23:08:18 2013
@@ -263,12 +263,16 @@
     If you want more control over `chromedriver` settings, start
     it manually and treat it like a remote browser, described below.

+= Safari =
+
+    Doesn't work yet. Remote testing of Safari does work.
+
 = Remote browser testing =

     First you need to start a webdriver server on the remote
     host.

-== webdriver server for Firefox and Chrome ==
+== webdriver server for Chrome, Firefox, and Safari ==

 {{{
 java -jar selenium-server-standalone-{VERSION}.jar
@@ -301,8 +305,8 @@
 ant brtest -Dtest.browser=... -Dtest.webdriver.url=http://...
 }}}

-    `test.browser` can be `"firefox"` (default), `"chrome"`,
-    or `"ie"`.
+    `test.browser` can be `"chrome"`, `"firefox"` (default),
+    `"ie"`, or `"safari"`.

     For remote Linux and MacOS, `test.webdriver.url` should be
     something like `http://remote:4444/wd/hub`

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to