selenium-webdriver 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (207) hide show
  1. data/{common/src/rb/CHANGES → CHANGES} +13 -0
  2. data/{common/src/rb/README → README} +1 -1
  3. data/{common/src/rb/lib → lib}/selenium-webdriver.rb +0 -0
  4. data/{common/src/rb/lib → lib}/selenium/webdriver.rb +2 -1
  5. data/{common/src/rb/lib → lib}/selenium/webdriver/bridge_helper.rb +0 -0
  6. data/{common/src/rb/lib → lib}/selenium/webdriver/child_process.rb +0 -0
  7. data/{chrome/src/rb/lib → lib}/selenium/webdriver/chrome.rb +0 -0
  8. data/{chrome/src/rb/lib → lib}/selenium/webdriver/chrome/bridge.rb +2 -2
  9. data/{chrome/src/rb/lib → lib}/selenium/webdriver/chrome/command_executor.rb +0 -0
  10. data/lib/selenium/webdriver/chrome/extension.zip +0 -0
  11. data/{chrome/src/rb/lib → lib}/selenium/webdriver/chrome/launcher.rb +26 -20
  12. data/{common/src/rb/lib → lib}/selenium/webdriver/core_ext/dir.rb +0 -0
  13. data/{common/src/rb/lib → lib}/selenium/webdriver/core_ext/string.rb +0 -0
  14. data/{common/src/rb/lib → lib}/selenium/webdriver/driver.rb +0 -0
  15. data/{common/src/rb/lib → lib}/selenium/webdriver/driver_extensions/takes_screenshot.rb +0 -0
  16. data/{common/src/rb/lib → lib}/selenium/webdriver/element.rb +0 -0
  17. data/{common/src/rb/lib → lib}/selenium/webdriver/error.rb +0 -0
  18. data/{common/src/rb/lib → lib}/selenium/webdriver/file_reaper.rb +2 -1
  19. data/{common/src/rb/lib → lib}/selenium/webdriver/find.rb +0 -0
  20. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox.rb +2 -1
  21. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox/binary.rb +32 -6
  22. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox/bridge.rb +0 -0
  23. data/lib/selenium/webdriver/firefox/extension/webdriver.xpi +0 -0
  24. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox/launcher.rb +0 -0
  25. data/lib/selenium/webdriver/firefox/native/linux/amd64/x_ignore_nofocus.so +0 -0
  26. data/lib/selenium/webdriver/firefox/native/linux/x86/x_ignore_nofocus.so +0 -0
  27. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox/profile.rb +37 -72
  28. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox/profiles_ini.rb +0 -0
  29. data/{firefox/src/rb/lib → lib}/selenium/webdriver/firefox/util.rb +0 -0
  30. data/{jobbie/src/rb/lib → lib}/selenium/webdriver/ie.rb +2 -2
  31. data/{jobbie/src/rb/lib → lib}/selenium/webdriver/ie/bridge.rb +7 -2
  32. data/{jobbie/src/rb/lib → lib}/selenium/webdriver/ie/lib.rb +0 -0
  33. data/{jobbie/prebuilt/Win32/Release → lib/selenium/webdriver/ie/native/win32}/InternetExplorerDriver.dll +0 -0
  34. data/lib/selenium/webdriver/ie/native/x64/InternetExplorerDriver.dll +0 -0
  35. data/{jobbie/src/rb/lib → lib}/selenium/webdriver/ie/util.rb +0 -0
  36. data/{common/src/rb/lib → lib}/selenium/webdriver/keys.rb +0 -0
  37. data/{common/src/rb/lib → lib}/selenium/webdriver/navigation.rb +0 -0
  38. data/{common/src/rb/lib → lib}/selenium/webdriver/options.rb +0 -0
  39. data/{common/src/rb/lib → lib}/selenium/webdriver/platform.rb +5 -1
  40. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote.rb +0 -0
  41. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/bridge.rb +0 -0
  42. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/capabilities.rb +0 -0
  43. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/commands.rb +0 -0
  44. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/http/common.rb +0 -0
  45. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/http/curb.rb +0 -0
  46. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/http/default.rb +5 -1
  47. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/response.rb +0 -0
  48. data/{remote/client/src/rb/lib → lib}/selenium/webdriver/remote/server_error.rb +0 -0
  49. data/{common/src/rb/lib → lib}/selenium/webdriver/target_locator.rb +0 -0
  50. data/{common/src/rb/lib → lib}/selenium/webdriver/timeouts.rb +0 -0
  51. data/lib/selenium/webdriver/zip_helper.rb +30 -0
  52. metadata +73 -214
  53. data/COPYING +0 -204
  54. data/chrome/prebuilt/Win32/Release/npchromedriver.dll +0 -0
  55. data/chrome/prebuilt/x64/Release/npchromedriver.dll +0 -0
  56. data/chrome/src/extension/background.html +0 -9
  57. data/chrome/src/extension/background.js +0 -1029
  58. data/chrome/src/extension/content_script.js +0 -1488
  59. data/chrome/src/extension/icons/busy.png +0 -0
  60. data/chrome/src/extension/icons/free.png +0 -0
  61. data/chrome/src/extension/manifest-nonwin.json +0 -19
  62. data/chrome/src/extension/manifest-win.json +0 -20
  63. data/chrome/src/extension/utils.js +0 -231
  64. data/common/src/js/abstractcommandprocessor.js +0 -132
  65. data/common/src/js/asserts.js +0 -296
  66. data/common/src/js/by.js +0 -149
  67. data/common/src/js/command.js +0 -380
  68. data/common/src/js/core/Blank.html +0 -7
  69. data/common/src/js/core/InjectedRemoteRunner.html +0 -8
  70. data/common/src/js/core/RemoteRunner.html +0 -101
  71. data/common/src/js/core/SeleniumLog.html +0 -109
  72. data/common/src/js/core/TestPrompt.html +0 -145
  73. data/common/src/js/core/TestRunner-splash.html +0 -55
  74. data/common/src/js/core/TestRunner.html +0 -165
  75. data/common/src/js/core/icons/all.png +0 -0
  76. data/common/src/js/core/icons/continue.png +0 -0
  77. data/common/src/js/core/icons/continue_disabled.png +0 -0
  78. data/common/src/js/core/icons/pause.png +0 -0
  79. data/common/src/js/core/icons/pause_disabled.png +0 -0
  80. data/common/src/js/core/icons/selected.png +0 -0
  81. data/common/src/js/core/icons/step.png +0 -0
  82. data/common/src/js/core/icons/step_disabled.png +0 -0
  83. data/common/src/js/core/lib/cssQuery/cssQuery-p.js +0 -6
  84. data/common/src/js/core/lib/cssQuery/src/cssQuery-level2.js +0 -142
  85. data/common/src/js/core/lib/cssQuery/src/cssQuery-level3.js +0 -150
  86. data/common/src/js/core/lib/cssQuery/src/cssQuery-standard.js +0 -53
  87. data/common/src/js/core/lib/cssQuery/src/cssQuery.js +0 -356
  88. data/common/src/js/core/lib/prototype.js +0 -2006
  89. data/common/src/js/core/lib/scriptaculous/builder.js +0 -101
  90. data/common/src/js/core/lib/scriptaculous/controls.js +0 -815
  91. data/common/src/js/core/lib/scriptaculous/dragdrop.js +0 -915
  92. data/common/src/js/core/lib/scriptaculous/effects.js +0 -958
  93. data/common/src/js/core/lib/scriptaculous/scriptaculous.js +0 -47
  94. data/common/src/js/core/lib/scriptaculous/slider.js +0 -283
  95. data/common/src/js/core/lib/scriptaculous/unittest.js +0 -383
  96. data/common/src/js/core/lib/snapsie.js +0 -91
  97. data/common/src/js/core/scripts/find_matching_child.js +0 -69
  98. data/common/src/js/core/scripts/htmlutils.js +0 -8716
  99. data/common/src/js/core/scripts/injection.html +0 -72
  100. data/common/src/js/core/scripts/selenium-api.js +0 -3291
  101. data/common/src/js/core/scripts/selenium-browserbot.js +0 -2457
  102. data/common/src/js/core/scripts/selenium-browserdetect.js +0 -153
  103. data/common/src/js/core/scripts/selenium-commandhandlers.js +0 -379
  104. data/common/src/js/core/scripts/selenium-executionloop.js +0 -175
  105. data/common/src/js/core/scripts/selenium-logging.js +0 -148
  106. data/common/src/js/core/scripts/selenium-remoterunner.js +0 -695
  107. data/common/src/js/core/scripts/selenium-testrunner.js +0 -1362
  108. data/common/src/js/core/scripts/selenium-version.js +0 -5
  109. data/common/src/js/core/scripts/ui-doc.html +0 -808
  110. data/common/src/js/core/scripts/ui-element.js +0 -1644
  111. data/common/src/js/core/scripts/ui-map-sample.js +0 -979
  112. data/common/src/js/core/scripts/user-extensions.js +0 -3
  113. data/common/src/js/core/scripts/user-extensions.js.sample +0 -75
  114. data/common/src/js/core/scripts/xmlextras.js +0 -153
  115. data/common/src/js/core/selenium-logo.png +0 -0
  116. data/common/src/js/core/selenium-test.css +0 -43
  117. data/common/src/js/core/selenium.css +0 -316
  118. data/common/src/js/core/xpath/dom.js +0 -566
  119. data/common/src/js/core/xpath/javascript-xpath-0.1.11.js +0 -2816
  120. data/common/src/js/core/xpath/util.js +0 -549
  121. data/common/src/js/core/xpath/xmltoken.js +0 -149
  122. data/common/src/js/core/xpath/xpath.js +0 -2481
  123. data/common/src/js/extension/README +0 -2
  124. data/common/src/js/extension/dommessenger.js +0 -152
  125. data/common/src/js/factory.js +0 -55
  126. data/common/src/js/future.js +0 -141
  127. data/common/src/js/jsunit.js +0 -40
  128. data/common/src/js/jsunit/app/css/jsUnitStyle.css +0 -50
  129. data/common/src/js/jsunit/app/css/readme +0 -10
  130. data/common/src/js/jsunit/app/emptyPage.html +0 -11
  131. data/common/src/js/jsunit/app/jsUnitCore.js +0 -534
  132. data/common/src/js/jsunit/app/jsUnitMockTimeout.js +0 -81
  133. data/common/src/js/jsunit/app/jsUnitTestManager.js +0 -705
  134. data/common/src/js/jsunit/app/jsUnitTestSuite.js +0 -44
  135. data/common/src/js/jsunit/app/jsUnitTracer.js +0 -102
  136. data/common/src/js/jsunit/app/jsUnitVersionCheck.js +0 -59
  137. data/common/src/js/jsunit/app/main-counts-errors.html +0 -12
  138. data/common/src/js/jsunit/app/main-counts-failures.html +0 -13
  139. data/common/src/js/jsunit/app/main-counts-runs.html +0 -13
  140. data/common/src/js/jsunit/app/main-counts.html +0 -21
  141. data/common/src/js/jsunit/app/main-data.html +0 -178
  142. data/common/src/js/jsunit/app/main-errors.html +0 -23
  143. data/common/src/js/jsunit/app/main-frame.html +0 -19
  144. data/common/src/js/jsunit/app/main-loader.html +0 -45
  145. data/common/src/js/jsunit/app/main-progress.html +0 -25
  146. data/common/src/js/jsunit/app/main-results.html +0 -67
  147. data/common/src/js/jsunit/app/main-status.html +0 -13
  148. data/common/src/js/jsunit/app/testContainer.html +0 -16
  149. data/common/src/js/jsunit/app/testContainerController.html +0 -77
  150. data/common/src/js/jsunit/app/xbDebug.js +0 -306
  151. data/common/src/js/jsunit/changelog.txt +0 -60
  152. data/common/src/js/jsunit/css/jsUnitStyle.css +0 -83
  153. data/common/src/js/jsunit/images/green.gif +0 -0
  154. data/common/src/js/jsunit/images/logo_jsunit.gif +0 -0
  155. data/common/src/js/jsunit/images/powerby-transparent.gif +0 -0
  156. data/common/src/js/jsunit/images/red.gif +0 -0
  157. data/common/src/js/jsunit/licenses/JDOM_license.txt +0 -56
  158. data/common/src/js/jsunit/licenses/Jetty_license.html +0 -213
  159. data/common/src/js/jsunit/licenses/MPL-1.1.txt +0 -470
  160. data/common/src/js/jsunit/licenses/gpl-2.txt +0 -340
  161. data/common/src/js/jsunit/licenses/index.html +0 -141
  162. data/common/src/js/jsunit/licenses/lgpl-2.1.txt +0 -504
  163. data/common/src/js/jsunit/licenses/mpl-tri-license-c.txt +0 -35
  164. data/common/src/js/jsunit/licenses/mpl-tri-license-html.txt +0 -35
  165. data/common/src/js/jsunit/readme.txt +0 -19
  166. data/common/src/js/jsunit/testRunner.html +0 -167
  167. data/common/src/js/jsunit/version.txt +0 -1
  168. data/common/src/js/key.js +0 -117
  169. data/common/src/js/localcommandprocessor.js +0 -171
  170. data/common/src/js/testcase.js +0 -219
  171. data/common/src/js/timing.js +0 -89
  172. data/common/src/js/webdriver.js +0 -860
  173. data/common/src/js/webelement.js +0 -483
  174. data/firefox/prebuilt/Win32/Release/webdriver-firefox.dll +0 -0
  175. data/firefox/prebuilt/amd64/libnoblur64.so +0 -0
  176. data/firefox/prebuilt/i386/libnoblur.so +0 -0
  177. data/firefox/prebuilt/linux/Release/libwebdriver-firefox.so +0 -0
  178. data/firefox/prebuilt/linux64/Release/libwebdriver-firefox.so +0 -0
  179. data/firefox/prebuilt/nsICommandProcessor.xpt +0 -0
  180. data/firefox/prebuilt/nsINativeEvents.xpt +0 -0
  181. data/firefox/prebuilt/nsIResponseHandler.xpt +0 -0
  182. data/firefox/src/extension/chrome.manifest +0 -3
  183. data/firefox/src/extension/components/badCertListener.js +0 -295
  184. data/firefox/src/extension/components/dispatcher.js +0 -495
  185. data/firefox/src/extension/components/driver-component.js +0 -130
  186. data/firefox/src/extension/components/errorcode.js +0 -70
  187. data/firefox/src/extension/components/firefoxDriver.js +0 -831
  188. data/firefox/src/extension/components/json2.js +0 -273
  189. data/firefox/src/extension/components/keytest.html +0 -554
  190. data/firefox/src/extension/components/nsCommandProcessor.js +0 -684
  191. data/firefox/src/extension/components/promptService.js +0 -208
  192. data/firefox/src/extension/components/request.js +0 -219
  193. data/firefox/src/extension/components/response.js +0 -276
  194. data/firefox/src/extension/components/screenshooter.js +0 -81
  195. data/firefox/src/extension/components/session.js +0 -314
  196. data/firefox/src/extension/components/sessionstore.js +0 -226
  197. data/firefox/src/extension/components/socketListener.js +0 -435
  198. data/firefox/src/extension/components/utils.js +0 -1335
  199. data/firefox/src/extension/components/webLoadingListener.js +0 -57
  200. data/firefox/src/extension/components/webdriverserver.js +0 -110
  201. data/firefox/src/extension/components/wrappedElement.js +0 -706
  202. data/firefox/src/extension/content/fxdriver.xul +0 -30
  203. data/firefox/src/extension/content/server.js +0 -95
  204. data/firefox/src/extension/idl/nsICommandProcessor.idl +0 -38
  205. data/firefox/src/extension/idl/nsIResponseHandler.idl +0 -34
  206. data/firefox/src/extension/install.rdf +0 -29
  207. data/jobbie/prebuilt/x64/Release/InternetExplorerDriver.dll +0 -0
@@ -1,2 +0,0 @@
1
- This directory contains Javascript files that are used in both the Chrome and
2
- Firefox extensions.
@@ -1,152 +0,0 @@
1
- /*
2
- Copyright 2007-2009 WebDriver committers
3
- Copyright 2007-2009 Google Inc.
4
- Portions copyright 2007 ThoughtWorks, Inc
5
-
6
- Licensed under the Apache License, Version 2.0 (the "License");
7
- you may not use this file except in compliance with the License.
8
- You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- */
18
-
19
- /**
20
- * @fileoverview Messenger service used to communicate with the current web
21
- * page through custom DOM events.
22
- *
23
- * <p>The DomMessenger will listen for {@code webdriverCommand} events on the
24
- * document. The event target should be a node whose {@code command} attribute
25
- * is a JSON string with the command to execute.
26
- *
27
- * <p>Once the command has been executed, the response will be stored as a JSON
28
- * string in the {@code response} attribute of the node that dispatched the
29
- * original {@code webdriverCommand} event. The DomMessenger will then dispatch
30
- * a {@code webdriverResponse} event on that node to notify the page that a
31
- * response is ready.
32
- *
33
- * @author jmleyba@gmail.com (Jason Leyba)
34
- */
35
-
36
-
37
- /**
38
- * The DomMessenger is used to communicate with the current webpage through
39
- * custom events fired on the DOM.
40
- *
41
- * @param { {execute: function(string, function(string))} } commandProcessor The
42
- * object to send commands to for execution. The object should have a single
43
- * method, {@code execute}, that takes two arguments: the command to execute
44
- * as a JSON string, and a callback for the command response (specified as a
45
- * JSON string).
46
- * @constructor
47
- */
48
- var DomMessenger = function(commandProcessor) {
49
-
50
- /**
51
- * The object to use as a command processor.
52
- * @type { {execute: function(string, function(string))} }
53
- * @private
54
- */
55
- this.commandProcessor_ = commandProcessor;
56
-
57
- var self = this; // TODO(jmleyba): bind
58
-
59
- /**
60
- * EventListener for {@code COMMAND_EVENT}s.
61
- * @type {function(Event)}
62
- * @private
63
- */
64
- this.commandEventListener_ = function(e) {
65
- self.onCommand(e);
66
- };
67
- };
68
-
69
-
70
- /**
71
- * Attributes used to pass information between the extension and the current
72
- * web page.
73
- * @enum {string}
74
- */
75
- DomMessenger.Attribute = {
76
- COMMAND: 'command',
77
- RESPONSE: 'response'
78
- };
79
-
80
-
81
- /**
82
- * Custom event types used to signal a new message either to or from the current
83
- * web page.
84
- * @enum {string}
85
- */
86
- DomMessenger.EventType = {
87
- COMMAND: 'webdriverCommand',
88
- RESPONSE: 'webdriverResponse'
89
- };
90
-
91
-
92
- /**
93
- * Called when a page loads to
94
- * Called when a page loads so an element can be injected for communicating with
95
- * the web page.
96
- */
97
- DomMessenger.prototype.onPageLoad = function(e) {
98
- // Annotate the documentElement to signal to the client that webdriver is
99
- // installed.
100
- var doc = e.originalTarget || e.target;
101
- doc.documentElement.setAttribute('webdriver', true);
102
- doc.addEventListener(
103
- DomMessenger.EventType.COMMAND, this.commandEventListener_, true);
104
- };
105
-
106
-
107
- /**
108
- * Called when a page unloads; removes the command event listener.
109
- * @param {Event} e The unload event, whose target is the document that was
110
- * unloaded.
111
- */
112
- DomMessenger.prototype.onPageUnload = function(e) {
113
- var doc = e.originalTarget || e.target;
114
- doc.removeEventListener(
115
- DomMessenger.EventType.COMMAND, this.commandEventListener_, true);
116
- };
117
-
118
-
119
- /**
120
- * Handles {@code COMMAND_EVENT}s. The command should be stored as a JSON string
121
- * in the {@code COMMAND_ATTRIBUTE}.
122
- * @param {Event} e The command event.
123
- */
124
- DomMessenger.prototype.onCommand = function(e) {
125
- var client = e.target;
126
- var command = client.getAttribute(DomMessenger.Attribute.COMMAND);
127
-
128
- if (!command) {
129
- throw Error('No command specified');
130
- }
131
-
132
- var self = this; // TODO(jmleyba): bind
133
- this.commandProcessor_.execute(command, function(response) {
134
- self.dispatchResponse(client, response);
135
- });
136
- };
137
-
138
-
139
- /**
140
- * Dispatches a {@code RESPONSE_EVENT} to notify the appropriate page that a
141
- * command it gave completed execution.
142
- * @param {Node} client The DOM node that issued the command this response is
143
- * for.
144
- * @param {string} response Response to a command as a JSON string.
145
- */
146
- DomMessenger.prototype.dispatchResponse = function(client, response) {
147
- client.setAttribute(DomMessenger.Attribute.RESPONSE, response);
148
- var evt = client.ownerDocument.createEvent('Event');
149
- evt.initEvent(DomMessenger.EventType.RESPONSE,
150
- /*canBubble=*/true, /*cancellable=*/true);
151
- client.dispatchEvent(evt);
152
- };
@@ -1,55 +0,0 @@
1
- /** @license
2
- Copyright 2007-2009 WebDriver committers
3
- Copyright 2007-2009 Google Inc.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
16
- */
17
-
18
- /**
19
- * @fileoverview Provides factory methods for creating new instances of
20
- * {@code webdriver.WebDriver}.
21
- * @author jmleyba@gmail.com (Jason Leyba)
22
- */
23
-
24
- goog.provide('webdriver.factory');
25
-
26
- goog.require('goog.userAgent');
27
- goog.require('webdriver.LocalCommandProcessor');
28
- goog.require('webdriver.WebDriver');
29
-
30
-
31
- /**
32
- * Creates a new {@code webdriver.WebDriver} instance that uses an
33
- * {@code webdriver.AbstractCommandProcessor}. This driver will only be able to
34
- * perform the most basic of commands: sleeping and calling user defined
35
- * functions.
36
- * @return {webdriver.WebDriver} A new WebDriver instance.
37
- */
38
- webdriver.factory.createAbstractDriver = function() {
39
- return new webdriver.WebDriver(new webdriver.AbstractCommandProcessor());
40
- };
41
-
42
-
43
- /**
44
- * Creates a new {@code webdriver.WebDriver} instance that uses a
45
- * CommandProcessor directly accessible to the current JavaScript engine.
46
- * Currently, only Firefox is supported, but IE and Google Chrome support is
47
- * planned.
48
- * TODO(jmleyba): Add support for Internet Explorer and Goolge Chrome.
49
- * @return {webdriver.WebDriver} A new WebDriver instance.
50
- * @throws If called from a JavaScript engine that does not have support for a
51
- * local CommandProcessor.
52
- */
53
- webdriver.factory.createLocalWebDriver = function() {
54
- return new webdriver.WebDriver(new webdriver.LocalCommandProcessor());
55
- };
@@ -1,141 +0,0 @@
1
- /** @license
2
- Copyright 2007-2009 WebDriver committers
3
- Copyright 2007-2009 Google Inc.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
16
- */
17
-
18
- /**
19
- * @fileoverview Defines a class for representing the result of an asynchronous
20
- * {@code webdriver.Command}.
21
- * @author jmleyba@gmail.com (Jason Leyba)
22
- */
23
-
24
- goog.provide('webdriver.Future');
25
-
26
- goog.require('goog.Disposable');
27
- goog.require('goog.array');
28
-
29
-
30
- /**
31
- * Represents the result of an asynchronous {@code webdriver.Command}. Methods
32
- * are provided to check if the result has been set and to retrieve the result.
33
- * @param {webdriver.WebDriver} driver The WebDriver instance that will
34
- * eventually set this instance's value.
35
- * @constructor
36
- * @extends {goog.Disposable}
37
- */
38
- webdriver.Future = function(driver) {
39
- goog.Disposable.call(this);
40
-
41
- /**
42
- * The WebDriver that will eventaully set this instance's value.
43
- * @type {webdriver.WebDriver}
44
- * @private
45
- */
46
- this.driver_ = driver;
47
-
48
- /**
49
- * The value of this Future.
50
- * @type {*}
51
- * @private
52
- */
53
- this.value_ = webdriver.Future.NOT_SET_;
54
-
55
- /**
56
- * Futures whose values are linked to this one. When this future's value is
57
- * set, all of the linked futures will also be updated.
58
- * @type {Array.<webdriver.Future>}
59
- * @private
60
- */
61
- this.linkedFutures_ = [];
62
- };
63
- goog.inherits(webdriver.Future, goog.Disposable);
64
-
65
-
66
- /**
67
- * A special place-holder value used to represent that the result for a future
68
- * has not been computed yet.
69
- * @type {Object}
70
- * @private
71
- */
72
- webdriver.Future.NOT_SET_ = {};
73
-
74
-
75
- /** @override */
76
- webdriver.Future.prototype.disposeInternal = function() {
77
- delete this.driver_;
78
- delete this.value_;
79
- delete this.linkedFutures_;
80
- webdriver.Future.superClass_.disposeInternal.call(this);
81
- };
82
-
83
-
84
- /**
85
- * @return {*} The value of this Future.
86
- * @throws If the value has not been set yet.
87
- */
88
- webdriver.Future.prototype.getValue = function() {
89
- if (this.value_ === webdriver.Future.NOT_SET_) {
90
- throw new Error('Value has not been set yet');
91
- }
92
- return this.value_;
93
- };
94
-
95
-
96
- /**
97
- * @return {webdriver.WebDriver} The WebDriver that set/will set this Future's
98
- * value.
99
- */
100
- webdriver.Future.prototype.getDriver = function() {
101
- return this.driver_;
102
- };
103
-
104
-
105
- /**
106
- * Sets the value of this Future and dispatches a
107
- * {@code goog.events.EventType.CHANGE} event. If the given value is another
108
- * future and its value has not been set, a callback will be registered to
109
- * set this instance's value when the input future's value is set. Note that
110
- * the value of a future may only be set once.
111
- * @param {*} value The new value.
112
- */
113
- webdriver.Future.prototype.setValue = function(value) {
114
- if (this.isSet()) {
115
- return;
116
- }
117
- if (value instanceof webdriver.Future) {
118
- if (value.isSet()) {
119
- value = value.getValue();
120
- this.value_ = value;
121
- goog.array.forEach(this.linkedFutures_, function(future) {
122
- future.setValue(value);
123
- });
124
- } else {
125
- value.linkedFutures_.push(this);
126
- }
127
- } else {
128
- this.value_ = value;
129
- goog.array.forEach(this.linkedFutures_, function(future) {
130
- future.setValue(value);
131
- });
132
- }
133
- };
134
-
135
-
136
- /**
137
- * @return {boolean} Whether this future has had its value set.
138
- */
139
- webdriver.Future.prototype.isSet = function() {
140
- return this.value_ !== webdriver.Future.NOT_SET_;
141
- };
@@ -1,40 +0,0 @@
1
- /** @license
2
- Copyright 2007-2009 WebDriver committers
3
- Copyright 2007-2009 Google Inc.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
16
- */
17
-
18
- /**
19
- * @fileoverview File to include for turnning any HTML page into a WebDriver
20
- * JSUnit test suite by configuring an onload listener to the body that will
21
- * instantiate and start the test runner.
22
- */
23
-
24
- goog.provide('webdriver.jsunit');
25
-
26
- goog.require('goog.testing.jsunit');
27
- goog.require('webdriver.TestCase');
28
- goog.require('webdriver.asserts');
29
- goog.require('webdriver.factory');
30
-
31
-
32
- (function() {
33
- window.onload = function() {
34
- var test = new webdriver.TestCase(document.title,
35
- webdriver.factory.createLocalWebDriver);
36
- test.autoDiscoverTests();
37
- G_testRunner.initialize(test);
38
- G_testRunner.execute(test);
39
- };
40
- })();
@@ -1,50 +0,0 @@
1
- body {
2
- margin-top: 0;
3
- margin-bottom: 0;
4
- font-family: Verdana, Arial, Helvetica, sans-serif;
5
- color: #000;
6
- font-size: 0.8em;
7
- background-color: #fff;
8
- }
9
-
10
- a:link, a:visited {
11
- color: #00F;
12
- }
13
-
14
- a:hover {
15
- color: #F00;
16
- }
17
-
18
- h1 {
19
- font-size: 1.2em;
20
- font-weight: bold;
21
- color: #039;
22
- font-family: Verdana, Arial, Helvetica, sans-serif;
23
- }
24
-
25
- h2 {
26
- font-weight: bold;
27
- color: #039;
28
- font-family: Verdana, Arial, Helvetica, sans-serif;
29
- }
30
-
31
- h3 {
32
- font-weight: bold;
33
- color: #039;
34
- text-decoration: underline;
35
- font-family: Verdana, Arial, Helvetica, sans-serif;
36
- }
37
-
38
- h4 {
39
- font-weight: bold;
40
- color: #039;
41
- font-family: Verdana, Arial, Helvetica, sans-serif;
42
- }
43
-
44
- .jsUnitTestResultSuccess {
45
- color: #000;
46
- }
47
-
48
- .jsUnitTestResultNotSuccess {
49
- color: #F00;
50
- }
@@ -1,10 +0,0 @@
1
- this file is required due to differences in behavior between Mozilla/Opera
2
- and Internet Explorer.
3
-
4
- main-data.html calls kickOffTests() which calls top.testManager.start()
5
- in the top most frame. top.testManager.start() initializes the output
6
- frames using document.write and HTML containing a relative <link> to the
7
- jsUnitStyle.css file. In MSIE, the base href used to find the CSS file is
8
- that of the top level frame however in Mozilla/Opera the base href is
9
- that of main-data.html. This leads to not-found for the jsUnitStyle.css
10
- in Mozilla/Opera. Creating app/css/jsUnitStyle.css works around this problem.