Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(134)

Issue 9022043: partial support for Safari testing (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by felix8a
Modified:
12 years, 11 months ago
Reviewers:
kpreid2
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

With this CL, browser tests of safari work when connecting to a remote webdriver. Meaning: 1. start "java -jar selenium-standalone*.jar" 2. run "ant brtest -Dtest.browser=safari -Dtest.webdriver.url=http://127.0.0.1:4444/wd/hub" the main fix in this CL is that window.open doesn't work in the Safari webdriver. There's also code to start a local SafariDriver, but that doesn't work yet. (There's a weird protocol failure when trying to send a command to the webdriver Safari extension, and I haven't figured out why yet.)

Patch Set 1 #

Total comments: 7

Patch Set 2 : partial support for Safari testing #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -5 lines) Patch
M tests/com/google/caja/plugin/WebDriverHandle.java View 1 5 chunks +30 lines, -5 lines 1 comment Download

Messages

Total messages: 6
felix8a
12 years, 11 months ago (2013-04-29 23:24:02 UTC) #1
kpreid2
https://codereview.appspot.com/9022043/diff/1/tests/com/google/caja/plugin/WebDriverHandle.java File tests/com/google/caja/plugin/WebDriverHandle.java (right): https://codereview.appspot.com/9022043/diff/1/tests/com/google/caja/plugin/WebDriverHandle.java#newcode75 tests/com/google/caja/plugin/WebDriverHandle.java:75: // ignore Please re-add the UnsupportedCommandException case to ignore, ...
12 years, 11 months ago (2013-04-29 23:34:28 UTC) #2
felix8a
With this CL, browser tests of safari work when connecting to a remote webdriver. Meaning: ...
12 years, 11 months ago (2013-04-29 23:57:37 UTC) #3
felix8a
new snapshot https://codereview.appspot.com/9022043/diff/1/tests/com/google/caja/plugin/WebDriverHandle.java File tests/com/google/caja/plugin/WebDriverHandle.java (right): https://codereview.appspot.com/9022043/diff/1/tests/com/google/caja/plugin/WebDriverHandle.java#newcode75 tests/com/google/caja/plugin/WebDriverHandle.java:75: // ignore the Safari driver doesn't support ...
12 years, 11 months ago (2013-04-29 23:58:03 UTC) #4
kpreid2
LGTM https://codereview.appspot.com/9022043/diff/1/tests/com/google/caja/plugin/WebDriverHandle.java File tests/com/google/caja/plugin/WebDriverHandle.java (right): https://codereview.appspot.com/9022043/diff/1/tests/com/google/caja/plugin/WebDriverHandle.java#newcode75 tests/com/google/caja/plugin/WebDriverHandle.java:75: // ignore On 2013/04/29 23:58:03, felix8a wrote: > ...
12 years, 11 months ago (2013-04-30 00:11:23 UTC) #5
felix8a
12 years, 11 months ago (2013-04-30 00:15:44 UTC) #6
@r5384
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b