kuality-coeus 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmJiYzFkYjFiY2E2N2U3MTI4ZWFhMDkyNzExYjU4ZDQ4OTBhMTExNw==
5
+ data.tar.gz: !binary |-
6
+ ZjAxM2NiZGQ5NzA3MTQyNWFjMjdiZmQ0M2FiOTBjOThkZDFjYTRiNw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NjgxY2VmNDczNGM5YTI3YTY4M2FkNzIxZTFhNTAzNjZlZDU3M2M4ZjE4Y2Qz
10
+ N2UxMzMzNmViNWM3ZjBkN2RlYzg0ZTA3MWVlYmQyZjBhOTljZTg4NGQ3ZGZj
11
+ OTQ3OWMxZmYwNTI0ZDI0MDE3OWJkMDgwZThhZDEzNzM1Yzk5NDY=
12
+ data.tar.gz: !binary |-
13
+ OTcxMGU5M2ZkYzc5MmNkNWRjNDY4YTNlNGE4MDhkNjgzMzVjYzQ3MzZiOTM2
14
+ NzU5ZTNmMGJhN2U0ZjRlMGE0MWVkZTE0YjkwZTJlZGZhODRhZDQ4Yzk2MzU0
15
+ N2QzYzBlZWQ2ZDg2NzhjZDg0OGZjODE4OWJjMDIzOWNmMGY5NTk=
@@ -1,39 +1,40 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- builder (3.1.4)
5
- childprocess (0.3.6)
6
- ffi (~> 1.0, >= 1.0.6)
7
- cucumber (1.2.1)
4
+ builder (3.2.2)
5
+ childprocess (0.3.9)
6
+ ffi (~> 1.0, >= 1.0.11)
7
+ cucumber (1.3.6)
8
8
  builder (>= 2.1.2)
9
9
  diff-lcs (>= 1.1.3)
10
- gherkin (~> 2.11.0)
11
- json (>= 1.4.6)
12
- diff-lcs (1.1.3)
13
- ffi (1.2.0)
14
- gherkin (2.11.5)
15
- json (>= 1.4.6)
16
- json (1.7.6)
17
- multi_json (1.5.0)
18
- rspec (2.12.0)
19
- rspec-core (~> 2.12.0)
20
- rspec-expectations (~> 2.12.0)
21
- rspec-mocks (~> 2.12.0)
22
- rspec-core (2.12.2)
23
- rspec-expectations (2.12.1)
24
- diff-lcs (~> 1.1.3)
25
- rspec-mocks (2.12.1)
10
+ gherkin (~> 2.12.0)
11
+ multi_json (~> 1.7.5)
12
+ multi_test (>= 0.0.2)
13
+ diff-lcs (1.2.4)
14
+ ffi (1.9.0)
15
+ gherkin (2.12.1)
16
+ multi_json (~> 1.3)
17
+ multi_json (1.7.9)
18
+ multi_test (0.0.2)
19
+ rspec (2.14.1)
20
+ rspec-core (~> 2.14.0)
21
+ rspec-expectations (~> 2.14.0)
22
+ rspec-mocks (~> 2.14.0)
23
+ rspec-core (2.14.5)
24
+ rspec-expectations (2.14.1)
25
+ diff-lcs (>= 1.1.3, < 2.0)
26
+ rspec-mocks (2.14.3)
26
27
  rubyzip (0.9.9)
27
- selenium-webdriver (2.32.1)
28
+ selenium-webdriver (2.35.0)
28
29
  childprocess (>= 0.2.5)
29
30
  multi_json (~> 1.0)
30
31
  rubyzip
31
32
  websocket (~> 1.0.4)
32
- test-factory (0.1.3)
33
- watir-webdriver (>= 0.6.1)
33
+ test-factory (0.2.9)
34
+ watir-webdriver (>= 0.6.2)
34
35
  watir-webdriver (0.6.4)
35
36
  selenium-webdriver (>= 2.18.0)
36
- websocket (1.0.6)
37
+ websocket (1.0.7)
37
38
 
38
39
  PLATFORMS
39
40
  ruby
@@ -1,7 +1,6 @@
1
1
  Feature: S2S Questionnaire Population and Functionality
2
2
 
3
- ##Consider a rewrite
4
- As a Researcher, there are certain forms that I can attach to a proposal that will result in
3
+ As a Researcher there are certain forms that I can attach to a proposal that will result in
5
4
  the population of additional Questionnaires. I want the ability to complete these questionnaires,
6
5
  and to manage each responses' effects on my proposal.
7
6
 
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'kuality-coeus'
3
- s.version = '0.0.2'
3
+ s.version = '0.0.3'
4
4
  s.summary = %q{rSmart's test framework for BDD testing of Kuali Coeus}
5
5
  s.description = %q{This gem is used for creating test scripts for Kuali Coeus.}
6
6
  s.files = Dir.glob("**/**/**")
@@ -8,6 +8,6 @@ spec = Gem::Specification.new do |s|
8
8
  s.authors = ["Abraham Heward", "Jon Utter"]
9
9
  s.email = %w{"aheward@rsmart.com" "jutter@rsmart.com"}
10
10
  s.homepage = 'https://github.com/rSmart'
11
- s.add_dependency 'test-factory', '>= 0.2.0'
11
+ s.add_dependency 'test-factory', '>= 0.2.9'
12
12
  s.required_ruby_version = '>= 1.9.3'
13
13
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuality-coeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
- prerelease:
4
+ version: 0.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Abraham Heward
@@ -15,19 +14,17 @@ dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: test-factory
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ! '>='
21
19
  - !ruby/object:Gem::Version
22
- version: 0.2.0
20
+ version: 0.2.9
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ! '>='
29
26
  - !ruby/object:Gem::Version
30
- version: 0.2.0
27
+ version: 0.2.9
31
28
  description: This gem is used for creating test scripts for Kuali Coeus.
32
29
  email:
33
30
  - ! '"aheward@rsmart.com"'
@@ -36,7 +33,6 @@ executables: []
36
33
  extensions: []
37
34
  extra_rdoc_files: []
38
35
  files:
39
- - chromedriver.log
40
36
  - features/grants_gov/grants_gov_forms/code_and_form_mapping.feature
41
37
  - features/grants_gov/grants_gov_forms/forms_validation.feature
42
38
  - features/grants_gov/grants_gov_forms/s2s_questionnaire.feature
@@ -71,7 +67,6 @@ files:
71
67
  - Gemfile
72
68
  - Gemfile.lock
73
69
  - kuality-coeus.gemspec
74
- - lib/chromedriver.log
75
70
  - lib/kuality-coeus/core_extensions.rb
76
71
  - lib/kuality-coeus/data_objects/award/award.rb
77
72
  - lib/kuality-coeus/data_objects/award/award_transaction.rb
@@ -192,29 +187,27 @@ files:
192
187
  - lib/kuality-coeus/page_objects/unit.rb
193
188
  - lib/kuality-coeus/utilities.rb
194
189
  - lib/kuality-coeus.rb
195
- - libpeerconnection.log
196
190
  homepage: https://github.com/rSmart
197
191
  licenses: []
192
+ metadata: {}
198
193
  post_install_message:
199
194
  rdoc_options: []
200
195
  require_paths:
201
196
  - lib
202
197
  required_ruby_version: !ruby/object:Gem::Requirement
203
- none: false
204
198
  requirements:
205
199
  - - ! '>='
206
200
  - !ruby/object:Gem::Version
207
201
  version: 1.9.3
208
202
  required_rubygems_version: !ruby/object:Gem::Requirement
209
- none: false
210
203
  requirements:
211
204
  - - ! '>='
212
205
  - !ruby/object:Gem::Version
213
206
  version: '0'
214
207
  requirements: []
215
208
  rubyforge_project:
216
- rubygems_version: 1.8.24
209
+ rubygems_version: 2.0.6
217
210
  signing_key:
218
- specification_version: 3
211
+ specification_version: 4
219
212
  summary: rSmart's test framework for BDD testing of Kuali Coeus
220
213
  test_files: []
@@ -1,46 +0,0 @@
1
- [0.001][INFO]: ChromeDriver 21.0.1180.4 /Users/abrahamheward/.rvm/bin/chromedriver
2
- [0.219][FINE]: Initializing session with capabilities {
3
- "browserName": "chrome",
4
- "chrome.detach": true,
5
- "chromeOptions": {
6
- "detach": true
7
- },
8
- "cssSelectorsEnabled": true,
9
- "javascriptEnabled": true,
10
- "nativeEvents": false,
11
- "platform": "ANY",
12
- "rotatable": false,
13
- "takesScreenshot": false,
14
- "version": ""
15
- }
16
-
17
- [0.221][INFO]: Using named testing interface
18
- [0.751][INFO]: Connected to Chrome successfully. Version: 29.0.1547.41
19
- [0.755][FINE]: Command received (/session/9e5aca74a1158f039ef697bc3a14cbd4)
20
- [0.755][FINE]: Command finished (/session/9e5aca74a1158f039ef697bc3a14cbd4) with response {
21
- "sessionId": "9e5aca74a1158f039ef697bc3a14cbd4",
22
- "status": 0,
23
- "value": {
24
- "acceptSslCerts": false,
25
- "applicationCacheEnabled": false,
26
- "browserConnectionEnabled": false,
27
- "browserName": "chrome",
28
- "chrome.chromedriverVersion": "21.0.1180.4",
29
- "chrome.nativeEvents": false,
30
- "cssSelectorsEnabled": true,
31
- "databaseEnabled": false,
32
- "handlesAlerts": true,
33
- "javascriptEnabled": true,
34
- "locationContextEnabled": false,
35
- "nativeEvents": true,
36
- "platform": "mac",
37
- "rotatable": false,
38
- "takesScreenshot": true,
39
- "version": "29.0.1547.41",
40
- "webStorageEnabled": true
41
- }
42
- }
43
-
44
- [0.756][FINE]: Command received (/session/9e5aca74a1158f039ef697bc3a14cbd4/window_handle)
45
- [0.756][FINER]: Waiting for all views to stop loading...
46
- [0.757][FINER]: Done waiting for all views to stop loading
@@ -1,4483 +0,0 @@
1
- [0.000][INFO]: ChromeDriver 26.0.1383.0 /opt/local/bin/chromedriver
2
- [0.249][FINE]: Initializing session with capabilities {
3
- "browserName": "chrome",
4
- "chrome.detach": true,
5
- "chromeOptions": {
6
- "detach": true
7
- },
8
- "cssSelectorsEnabled": true,
9
- "javascriptEnabled": true,
10
- "nativeEvents": false,
11
- "platform": "ANY",
12
- "rotatable": false,
13
- "takesScreenshot": false,
14
- "version": ""
15
- }
16
-
17
- [0.250][INFO]: Using named testing interface
18
- [0.651][INFO]: Connected to Chrome successfully. Version: 27.0.1453.93
19
- [0.695][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d)
20
- [0.695][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d) with response {
21
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
22
- "status": 0,
23
- "value": {
24
- "acceptSslCerts": false,
25
- "applicationCacheEnabled": false,
26
- "browserConnectionEnabled": false,
27
- "browserName": "chrome",
28
- "chrome.chromedriverVersion": "26.0.1383.0",
29
- "cssSelectorsEnabled": true,
30
- "databaseEnabled": false,
31
- "handlesAlerts": true,
32
- "javascriptEnabled": true,
33
- "locationContextEnabled": false,
34
- "nativeEvents": true,
35
- "platform": "mac",
36
- "rotatable": false,
37
- "takesScreenshot": true,
38
- "version": "27.0.1453.93",
39
- "webStorageEnabled": true
40
- }
41
- }
42
-
43
- [0.697][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/url)
44
- [0.697][FINER]: Waiting for all views to stop loading...
45
- [0.697][FINER]: Done waiting for all views to stop loading
46
- [0.702][FINER]: Waiting for all views to stop loading...
47
- [0.702][FINER]: Done waiting for all views to stop loading
48
- [0.702][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/url) with response {
49
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
50
- "status": 0,
51
- "value": "about:blank"
52
- }
53
-
54
- [0.703][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/title)
55
- [0.703][FINER]: Waiting for all views to stop loading...
56
- [0.703][FINER]: Done waiting for all views to stop loading
57
- [0.706][FINER]: Waiting for all views to stop loading...
58
- [0.706][FINER]: Done waiting for all views to stop loading
59
- [0.706][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/title) with response {
60
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
61
- "status": 0,
62
- "value": "about:blank"
63
- }
64
-
65
- [35.980][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/url) with params {
66
- "url": "https://qa.research.rsmart.com/kc-dev/"
67
- }
68
-
69
- [35.980][FINER]: Waiting for all views to stop loading...
70
- [35.980][FINER]: Done waiting for all views to stop loading
71
- [36.908][FINER]: Waiting for all views to stop loading...
72
- [36.933][FINER]: Done waiting for all views to stop loading
73
- [36.933][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/url) with response {
74
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
75
- "status": 0,
76
- "value": {
77
-
78
- }
79
- }
80
-
81
- [36.934][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/url)
82
- [36.934][FINER]: Waiting for all views to stop loading...
83
- [36.934][FINER]: Done waiting for all views to stop loading
84
- [36.938][FINER]: Waiting for all views to stop loading...
85
- [36.938][FINER]: Done waiting for all views to stop loading
86
- [36.938][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/url) with response {
87
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
88
- "status": 0,
89
- "value": "https://qa.research.rsmart.com/kc-dev/portal.do"
90
- }
91
-
92
- [501.754][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
93
- "id": null
94
- }
95
-
96
- [501.754][FINER]: Waiting for all views to stop loading...
97
- [501.754][FINER]: Done waiting for all views to stop loading
98
- [501.754][FINER]: Waiting for all views to stop loading...
99
- [501.755][FINER]: Done waiting for all views to stop loading
100
- [501.755][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
101
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
102
- "status": 0,
103
- "value": {
104
-
105
- }
106
- }
107
-
108
- [501.756][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
109
- "using": "id",
110
- "value": "iframeportlet"
111
- }
112
-
113
- [501.756][FINER]: Waiting for all views to stop loading...
114
- [501.757][FINER]: Done waiting for all views to stop loading
115
- [501.777][FINER]: Waiting for all views to stop loading...
116
- [501.777][FINER]: Done waiting for all views to stop loading
117
- [501.777][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
118
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
119
- "status": 7,
120
- "value": {
121
- "message": "The element could not be found"
122
- }
123
- }
124
-
125
- [501.779][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
126
- "using": "xpath",
127
- "value": ".//iframe[@id='iframeportlet']"
128
- }
129
-
130
- [501.779][FINER]: Waiting for all views to stop loading...
131
- [501.779][FINER]: Done waiting for all views to stop loading
132
- [501.797][FINER]: Waiting for all views to stop loading...
133
- [501.797][FINER]: Done waiting for all views to stop loading
134
- [501.797][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
135
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
136
- "status": 7,
137
- "value": {
138
- "message": "The element could not be found"
139
- }
140
- }
141
-
142
- [501.798][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
143
- "using": "id",
144
- "value": "iframeportlet"
145
- }
146
-
147
- [501.798][FINER]: Waiting for all views to stop loading...
148
- [501.798][FINER]: Done waiting for all views to stop loading
149
- [501.803][FINER]: Waiting for all views to stop loading...
150
- [501.803][FINER]: Done waiting for all views to stop loading
151
- [501.803][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
152
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
153
- "status": 7,
154
- "value": {
155
- "message": "The element could not be found"
156
- }
157
- }
158
-
159
- [501.804][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
160
- "using": "xpath",
161
- "value": ".//frame[@id='iframeportlet']"
162
- }
163
-
164
- [501.804][FINER]: Waiting for all views to stop loading...
165
- [501.805][FINER]: Done waiting for all views to stop loading
166
- [501.822][FINER]: Waiting for all views to stop loading...
167
- [501.822][FINER]: Done waiting for all views to stop loading
168
- [501.822][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
169
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
170
- "status": 7,
171
- "value": {
172
- "message": "The element could not be found"
173
- }
174
- }
175
-
176
- [501.823][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
177
- "id": null
178
- }
179
-
180
- [501.823][FINER]: Waiting for all views to stop loading...
181
- [501.823][FINER]: Done waiting for all views to stop loading
182
- [501.823][FINER]: Waiting for all views to stop loading...
183
- [501.824][FINER]: Done waiting for all views to stop loading
184
- [501.824][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
185
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
186
- "status": 0,
187
- "value": {
188
-
189
- }
190
- }
191
-
192
- [501.824][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
193
- "using": "xpath",
194
- "value": ".//iframe"
195
- }
196
-
197
- [501.824][FINER]: Waiting for all views to stop loading...
198
- [501.825][FINER]: Done waiting for all views to stop loading
199
- [501.842][FINER]: Waiting for all views to stop loading...
200
- [501.842][FINER]: Done waiting for all views to stop loading
201
- [501.842][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
202
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
203
- "status": 0,
204
- "value": [ {
205
- "ELEMENT": ":wdc:1369339392245"
206
- } ]
207
- }
208
-
209
- [501.845][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
210
- [501.845][FINER]: Waiting for all views to stop loading...
211
- [501.846][FINER]: Done waiting for all views to stop loading
212
- [501.859][FINER]: Waiting for all views to stop loading...
213
- [501.859][FINER]: Done waiting for all views to stop loading
214
- [501.859][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
215
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
216
- "status": 0,
217
- "value": "easyXDM_default1519_provider"
218
- }
219
-
220
- [501.867][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
221
- [501.867][FINER]: Waiting for all views to stop loading...
222
- [501.867][FINER]: Done waiting for all views to stop loading
223
- [501.870][FINER]: Waiting for all views to stop loading...
224
- [501.871][FINER]: Done waiting for all views to stop loading
225
- [501.871][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
226
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
227
- "status": 0,
228
- "value": "iframe"
229
- }
230
-
231
- [501.872][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
232
- "id": null
233
- }
234
-
235
- [501.872][FINER]: Waiting for all views to stop loading...
236
- [501.872][FINER]: Done waiting for all views to stop loading
237
- [501.872][FINER]: Waiting for all views to stop loading...
238
- [501.872][FINER]: Done waiting for all views to stop loading
239
- [501.872][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
240
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
241
- "status": 0,
242
- "value": {
243
-
244
- }
245
- }
246
-
247
- [501.873][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
248
- "using": "xpath",
249
- "value": ".//iframe"
250
- }
251
-
252
- [501.873][FINER]: Waiting for all views to stop loading...
253
- [501.873][FINER]: Done waiting for all views to stop loading
254
- [501.878][FINER]: Waiting for all views to stop loading...
255
- [501.879][FINER]: Done waiting for all views to stop loading
256
- [501.879][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
257
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
258
- "status": 0,
259
- "value": [ {
260
- "ELEMENT": ":wdc:1369339392245"
261
- } ]
262
- }
263
-
264
- [501.879][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
265
- [501.879][FINER]: Waiting for all views to stop loading...
266
- [501.880][FINER]: Done waiting for all views to stop loading
267
- [501.884][FINER]: Waiting for all views to stop loading...
268
- [501.885][FINER]: Done waiting for all views to stop loading
269
- [501.885][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
270
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
271
- "status": 0,
272
- "value": "easyXDM_default1519_provider"
273
- }
274
-
275
- [501.885][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
276
- [501.886][FINER]: Waiting for all views to stop loading...
277
- [501.886][FINER]: Done waiting for all views to stop loading
278
- [501.887][FINER]: Waiting for all views to stop loading...
279
- [501.887][FINER]: Done waiting for all views to stop loading
280
- [501.887][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
281
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
282
- "status": 0,
283
- "value": "iframe"
284
- }
285
-
286
- [501.888][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
287
- "id": {
288
- "ELEMENT": ":wdc:1369339392245"
289
- }
290
- }
291
-
292
- [501.888][FINER]: Waiting for all views to stop loading...
293
- [501.888][FINER]: Done waiting for all views to stop loading
294
- [501.894][FINER]: Waiting for all views to stop loading...
295
- [501.895][FINER]: Done waiting for all views to stop loading
296
- [501.895][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
297
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
298
- "status": 0,
299
- "value": {
300
-
301
- }
302
- }
303
-
304
- [501.896][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
305
- "using": "id",
306
- "value": "iframeportlet"
307
- }
308
-
309
- [501.896][FINER]: Waiting for all views to stop loading...
310
- [501.896][FINER]: Done waiting for all views to stop loading
311
- [501.905][FINER]: Waiting for all views to stop loading...
312
- [501.905][FINER]: Done waiting for all views to stop loading
313
- [501.905][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
314
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
315
- "status": 0,
316
- "value": {
317
- "ELEMENT": ":wdc:1369339392308"
318
- }
319
- }
320
-
321
- [501.906][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name)
322
- [501.906][FINER]: Waiting for all views to stop loading...
323
- [501.906][FINER]: Done waiting for all views to stop loading
324
- [501.911][FINER]: Waiting for all views to stop loading...
325
- [501.911][FINER]: Done waiting for all views to stop loading
326
- [501.911][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name) with response {
327
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
328
- "status": 0,
329
- "value": "iframe"
330
- }
331
-
332
- [575.184][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
333
- "id": null
334
- }
335
-
336
- [575.188][FINER]: Waiting for all views to stop loading...
337
- [575.189][FINER]: Done waiting for all views to stop loading
338
- [575.190][FINER]: Waiting for all views to stop loading...
339
- [575.191][FINER]: Done waiting for all views to stop loading
340
- [575.192][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
341
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
342
- "status": 0,
343
- "value": {
344
-
345
- }
346
- }
347
-
348
- [575.193][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
349
- "using": "id",
350
- "value": "iframeportlet"
351
- }
352
-
353
- [575.193][FINER]: Waiting for all views to stop loading...
354
- [575.194][FINER]: Done waiting for all views to stop loading
355
- [575.199][FINER]: Waiting for all views to stop loading...
356
- [575.200][FINER]: Done waiting for all views to stop loading
357
- [575.201][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
358
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
359
- "status": 7,
360
- "value": {
361
- "message": "The element could not be found"
362
- }
363
- }
364
-
365
- [575.203][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
366
- "using": "xpath",
367
- "value": ".//iframe[@id='iframeportlet']"
368
- }
369
-
370
- [575.203][FINER]: Waiting for all views to stop loading...
371
- [575.204][FINER]: Done waiting for all views to stop loading
372
- [575.210][FINER]: Waiting for all views to stop loading...
373
- [575.211][FINER]: Done waiting for all views to stop loading
374
- [575.211][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
375
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
376
- "status": 7,
377
- "value": {
378
- "message": "The element could not be found"
379
- }
380
- }
381
-
382
- [575.213][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
383
- "using": "id",
384
- "value": "iframeportlet"
385
- }
386
-
387
- [575.213][FINER]: Waiting for all views to stop loading...
388
- [575.214][FINER]: Done waiting for all views to stop loading
389
- [575.220][FINER]: Waiting for all views to stop loading...
390
- [575.221][FINER]: Done waiting for all views to stop loading
391
- [575.221][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
392
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
393
- "status": 7,
394
- "value": {
395
- "message": "The element could not be found"
396
- }
397
- }
398
-
399
- [575.223][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
400
- "using": "xpath",
401
- "value": ".//frame[@id='iframeportlet']"
402
- }
403
-
404
- [575.223][FINER]: Waiting for all views to stop loading...
405
- [575.224][FINER]: Done waiting for all views to stop loading
406
- [575.229][FINER]: Waiting for all views to stop loading...
407
- [575.230][FINER]: Done waiting for all views to stop loading
408
- [575.230][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
409
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
410
- "status": 7,
411
- "value": {
412
- "message": "The element could not be found"
413
- }
414
- }
415
-
416
- [575.232][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
417
- "id": null
418
- }
419
-
420
- [575.233][FINER]: Waiting for all views to stop loading...
421
- [575.233][FINER]: Done waiting for all views to stop loading
422
- [575.234][FINER]: Waiting for all views to stop loading...
423
- [575.235][FINER]: Done waiting for all views to stop loading
424
- [575.235][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
425
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
426
- "status": 0,
427
- "value": {
428
-
429
- }
430
- }
431
-
432
- [575.236][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
433
- "using": "xpath",
434
- "value": ".//iframe"
435
- }
436
-
437
- [575.237][FINER]: Waiting for all views to stop loading...
438
- [575.237][FINER]: Done waiting for all views to stop loading
439
- [575.243][FINER]: Waiting for all views to stop loading...
440
- [575.244][FINER]: Done waiting for all views to stop loading
441
- [575.244][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
442
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
443
- "status": 0,
444
- "value": [ {
445
- "ELEMENT": ":wdc:1369339392245"
446
- } ]
447
- }
448
-
449
- [575.245][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
450
- [575.246][FINER]: Waiting for all views to stop loading...
451
- [575.246][FINER]: Done waiting for all views to stop loading
452
- [575.250][FINER]: Waiting for all views to stop loading...
453
- [575.251][FINER]: Done waiting for all views to stop loading
454
- [575.252][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
455
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
456
- "status": 0,
457
- "value": "easyXDM_default1519_provider"
458
- }
459
-
460
- [575.253][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
461
- [575.254][FINER]: Waiting for all views to stop loading...
462
- [575.254][FINER]: Done waiting for all views to stop loading
463
- [575.256][FINER]: Waiting for all views to stop loading...
464
- [575.257][FINER]: Done waiting for all views to stop loading
465
- [575.257][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
466
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
467
- "status": 0,
468
- "value": "iframe"
469
- }
470
-
471
- [575.259][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
472
- "id": null
473
- }
474
-
475
- [575.259][FINER]: Waiting for all views to stop loading...
476
- [575.260][FINER]: Done waiting for all views to stop loading
477
- [575.260][FINER]: Waiting for all views to stop loading...
478
- [575.261][FINER]: Done waiting for all views to stop loading
479
- [575.261][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
480
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
481
- "status": 0,
482
- "value": {
483
-
484
- }
485
- }
486
-
487
- [575.263][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
488
- "using": "xpath",
489
- "value": ".//iframe"
490
- }
491
-
492
- [575.263][FINER]: Waiting for all views to stop loading...
493
- [575.264][FINER]: Done waiting for all views to stop loading
494
- [575.269][FINER]: Waiting for all views to stop loading...
495
- [575.270][FINER]: Done waiting for all views to stop loading
496
- [575.270][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
497
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
498
- "status": 0,
499
- "value": [ {
500
- "ELEMENT": ":wdc:1369339392245"
501
- } ]
502
- }
503
-
504
- [575.272][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
505
- [575.272][FINER]: Waiting for all views to stop loading...
506
- [575.273][FINER]: Done waiting for all views to stop loading
507
- [575.277][FINER]: Waiting for all views to stop loading...
508
- [575.278][FINER]: Done waiting for all views to stop loading
509
- [575.279][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
510
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
511
- "status": 0,
512
- "value": "easyXDM_default1519_provider"
513
- }
514
-
515
- [575.280][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
516
- [575.280][FINER]: Waiting for all views to stop loading...
517
- [575.281][FINER]: Done waiting for all views to stop loading
518
- [575.283][FINER]: Waiting for all views to stop loading...
519
- [575.283][FINER]: Done waiting for all views to stop loading
520
- [575.284][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
521
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
522
- "status": 0,
523
- "value": "iframe"
524
- }
525
-
526
- [575.285][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
527
- "id": {
528
- "ELEMENT": ":wdc:1369339392245"
529
- }
530
- }
531
-
532
- [575.286][FINER]: Waiting for all views to stop loading...
533
- [575.286][FINER]: Done waiting for all views to stop loading
534
- [575.291][FINER]: Waiting for all views to stop loading...
535
- [575.292][FINER]: Done waiting for all views to stop loading
536
- [575.292][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
537
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
538
- "status": 0,
539
- "value": {
540
-
541
- }
542
- }
543
-
544
- [575.295][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
545
- "using": "id",
546
- "value": "iframeportlet"
547
- }
548
-
549
- [575.295][FINER]: Waiting for all views to stop loading...
550
- [575.296][FINER]: Done waiting for all views to stop loading
551
- [575.303][FINER]: Waiting for all views to stop loading...
552
- [575.304][FINER]: Done waiting for all views to stop loading
553
- [575.305][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
554
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
555
- "status": 0,
556
- "value": {
557
- "ELEMENT": ":wdc:1369339392308"
558
- }
559
- }
560
-
561
- [575.306][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name)
562
- [575.307][FINER]: Waiting for all views to stop loading...
563
- [575.307][FINER]: Done waiting for all views to stop loading
564
- [575.310][FINER]: Waiting for all views to stop loading...
565
- [575.311][FINER]: Done waiting for all views to stop loading
566
- [575.311][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name) with response {
567
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
568
- "status": 0,
569
- "value": "iframe"
570
- }
571
-
572
- [575.313][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
573
- "id": null
574
- }
575
-
576
- [575.313][FINER]: Waiting for all views to stop loading...
577
- [575.314][FINER]: Done waiting for all views to stop loading
578
- [575.315][FINER]: Waiting for all views to stop loading...
579
- [575.316][FINER]: Done waiting for all views to stop loading
580
- [575.317][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
581
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
582
- "status": 0,
583
- "value": {
584
-
585
- }
586
- }
587
-
588
- [575.318][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
589
- "using": "xpath",
590
- "value": ".//iframe"
591
- }
592
-
593
- [575.319][FINER]: Waiting for all views to stop loading...
594
- [575.319][FINER]: Done waiting for all views to stop loading
595
- [575.326][FINER]: Waiting for all views to stop loading...
596
- [575.327][FINER]: Done waiting for all views to stop loading
597
- [575.327][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
598
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
599
- "status": 0,
600
- "value": [ {
601
- "ELEMENT": ":wdc:1369339392245"
602
- } ]
603
- }
604
-
605
- [575.328][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
606
- [575.329][FINER]: Waiting for all views to stop loading...
607
- [575.330][FINER]: Done waiting for all views to stop loading
608
- [575.334][FINER]: Waiting for all views to stop loading...
609
- [575.335][FINER]: Done waiting for all views to stop loading
610
- [575.335][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
611
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
612
- "status": 0,
613
- "value": "easyXDM_default1519_provider"
614
- }
615
-
616
- [575.336][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
617
- [575.337][FINER]: Waiting for all views to stop loading...
618
- [575.337][FINER]: Done waiting for all views to stop loading
619
- [575.339][FINER]: Waiting for all views to stop loading...
620
- [575.340][FINER]: Done waiting for all views to stop loading
621
- [575.340][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
622
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
623
- "status": 0,
624
- "value": "iframe"
625
- }
626
-
627
- [575.341][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
628
- "id": null
629
- }
630
-
631
- [575.342][FINER]: Waiting for all views to stop loading...
632
- [575.342][FINER]: Done waiting for all views to stop loading
633
- [575.343][FINER]: Waiting for all views to stop loading...
634
- [575.344][FINER]: Done waiting for all views to stop loading
635
- [575.345][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
636
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
637
- "status": 0,
638
- "value": {
639
-
640
- }
641
- }
642
-
643
- [575.346][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
644
- "using": "xpath",
645
- "value": ".//iframe"
646
- }
647
-
648
- [575.346][FINER]: Waiting for all views to stop loading...
649
- [575.347][FINER]: Done waiting for all views to stop loading
650
- [575.352][FINER]: Waiting for all views to stop loading...
651
- [575.353][FINER]: Done waiting for all views to stop loading
652
- [575.353][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
653
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
654
- "status": 0,
655
- "value": [ {
656
- "ELEMENT": ":wdc:1369339392245"
657
- } ]
658
- }
659
-
660
- [575.355][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
661
- [575.355][FINER]: Waiting for all views to stop loading...
662
- [575.356][FINER]: Done waiting for all views to stop loading
663
- [575.360][FINER]: Waiting for all views to stop loading...
664
- [575.361][FINER]: Done waiting for all views to stop loading
665
- [575.362][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
666
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
667
- "status": 0,
668
- "value": "easyXDM_default1519_provider"
669
- }
670
-
671
- [575.364][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
672
- [575.365][FINER]: Waiting for all views to stop loading...
673
- [575.366][FINER]: Done waiting for all views to stop loading
674
- [575.368][FINER]: Waiting for all views to stop loading...
675
- [575.368][FINER]: Done waiting for all views to stop loading
676
- [575.369][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
677
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
678
- "status": 0,
679
- "value": "iframe"
680
- }
681
-
682
- [575.370][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
683
- "id": {
684
- "ELEMENT": ":wdc:1369339392245"
685
- }
686
- }
687
-
688
- [575.371][FINER]: Waiting for all views to stop loading...
689
- [575.371][FINER]: Done waiting for all views to stop loading
690
- [575.376][FINER]: Waiting for all views to stop loading...
691
- [575.377][FINER]: Done waiting for all views to stop loading
692
- [575.377][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
693
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
694
- "status": 0,
695
- "value": {
696
-
697
- }
698
- }
699
-
700
- [575.378][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
701
- "using": "id",
702
- "value": "iframeportlet"
703
- }
704
-
705
- [575.379][FINER]: Waiting for all views to stop loading...
706
- [575.380][FINER]: Done waiting for all views to stop loading
707
- [575.386][FINER]: Waiting for all views to stop loading...
708
- [575.387][FINER]: Done waiting for all views to stop loading
709
- [575.388][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
710
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
711
- "status": 0,
712
- "value": {
713
- "ELEMENT": ":wdc:1369339392308"
714
- }
715
- }
716
-
717
- [575.390][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name)
718
- [575.391][FINER]: Waiting for all views to stop loading...
719
- [575.392][FINER]: Done waiting for all views to stop loading
720
- [575.395][FINER]: Waiting for all views to stop loading...
721
- [575.395][FINER]: Done waiting for all views to stop loading
722
- [575.396][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name) with response {
723
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
724
- "status": 0,
725
- "value": "iframe"
726
- }
727
-
728
- [575.397][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
729
- "id": null
730
- }
731
-
732
- [575.398][FINER]: Waiting for all views to stop loading...
733
- [575.399][FINER]: Done waiting for all views to stop loading
734
- [575.400][FINER]: Waiting for all views to stop loading...
735
- [575.401][FINER]: Done waiting for all views to stop loading
736
- [575.401][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
737
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
738
- "status": 0,
739
- "value": {
740
-
741
- }
742
- }
743
-
744
- [575.402][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
745
- "using": "xpath",
746
- "value": ".//iframe"
747
- }
748
-
749
- [575.403][FINER]: Waiting for all views to stop loading...
750
- [575.404][FINER]: Done waiting for all views to stop loading
751
- [575.409][FINER]: Waiting for all views to stop loading...
752
- [575.409][FINER]: Done waiting for all views to stop loading
753
- [575.410][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
754
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
755
- "status": 0,
756
- "value": [ {
757
- "ELEMENT": ":wdc:1369339392245"
758
- } ]
759
- }
760
-
761
- [575.411][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
762
- [575.412][FINER]: Waiting for all views to stop loading...
763
- [575.412][FINER]: Done waiting for all views to stop loading
764
- [575.416][FINER]: Waiting for all views to stop loading...
765
- [575.417][FINER]: Done waiting for all views to stop loading
766
- [575.417][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
767
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
768
- "status": 0,
769
- "value": "easyXDM_default1519_provider"
770
- }
771
-
772
- [575.418][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
773
- [575.419][FINER]: Waiting for all views to stop loading...
774
- [575.420][FINER]: Done waiting for all views to stop loading
775
- [575.421][FINER]: Waiting for all views to stop loading...
776
- [575.422][FINER]: Done waiting for all views to stop loading
777
- [575.422][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
778
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
779
- "status": 0,
780
- "value": "iframe"
781
- }
782
-
783
- [575.423][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
784
- "id": null
785
- }
786
-
787
- [575.424][FINER]: Waiting for all views to stop loading...
788
- [575.425][FINER]: Done waiting for all views to stop loading
789
- [575.425][FINER]: Waiting for all views to stop loading...
790
- [575.426][FINER]: Done waiting for all views to stop loading
791
- [575.426][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
792
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
793
- "status": 0,
794
- "value": {
795
-
796
- }
797
- }
798
-
799
- [575.427][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
800
- "using": "xpath",
801
- "value": ".//iframe"
802
- }
803
-
804
- [575.428][FINER]: Waiting for all views to stop loading...
805
- [575.429][FINER]: Done waiting for all views to stop loading
806
- [575.434][FINER]: Waiting for all views to stop loading...
807
- [575.434][FINER]: Done waiting for all views to stop loading
808
- [575.435][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
809
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
810
- "status": 0,
811
- "value": [ {
812
- "ELEMENT": ":wdc:1369339392245"
813
- } ]
814
- }
815
-
816
- [575.436][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id)
817
- [575.437][FINER]: Waiting for all views to stop loading...
818
- [575.437][FINER]: Done waiting for all views to stop loading
819
- [575.443][FINER]: Waiting for all views to stop loading...
820
- [575.444][FINER]: Done waiting for all views to stop loading
821
- [575.444][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/attribute/id) with response {
822
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
823
- "status": 0,
824
- "value": "easyXDM_default1519_provider"
825
- }
826
-
827
- [575.446][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name)
828
- [575.446][FINER]: Waiting for all views to stop loading...
829
- [575.447][FINER]: Done waiting for all views to stop loading
830
- [575.448][FINER]: Waiting for all views to stop loading...
831
- [575.449][FINER]: Done waiting for all views to stop loading
832
- [575.449][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392245/name) with response {
833
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
834
- "status": 0,
835
- "value": "iframe"
836
- }
837
-
838
- [575.451][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
839
- "id": {
840
- "ELEMENT": ":wdc:1369339392245"
841
- }
842
- }
843
-
844
- [575.451][FINER]: Waiting for all views to stop loading...
845
- [575.452][FINER]: Done waiting for all views to stop loading
846
- [575.456][FINER]: Waiting for all views to stop loading...
847
- [575.457][FINER]: Done waiting for all views to stop loading
848
- [575.458][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
849
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
850
- "status": 0,
851
- "value": {
852
-
853
- }
854
- }
855
-
856
- [575.459][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
857
- "using": "id",
858
- "value": "iframeportlet"
859
- }
860
-
861
- [575.460][FINER]: Waiting for all views to stop loading...
862
- [575.460][FINER]: Done waiting for all views to stop loading
863
- [575.466][FINER]: Waiting for all views to stop loading...
864
- [575.467][FINER]: Done waiting for all views to stop loading
865
- [575.468][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
866
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
867
- "status": 0,
868
- "value": {
869
- "ELEMENT": ":wdc:1369339392308"
870
- }
871
- }
872
-
873
- [575.469][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name)
874
- [575.469][FINER]: Waiting for all views to stop loading...
875
- [575.470][FINER]: Done waiting for all views to stop loading
876
- [575.473][FINER]: Waiting for all views to stop loading...
877
- [575.474][FINER]: Done waiting for all views to stop loading
878
- [575.474][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339392308/name) with response {
879
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
880
- "status": 0,
881
- "value": "iframe"
882
- }
883
-
884
- [575.475][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
885
- "id": {
886
- "ELEMENT": ":wdc:1369339392308"
887
- }
888
- }
889
-
890
- [575.476][FINER]: Waiting for all views to stop loading...
891
- [575.476][FINER]: Done waiting for all views to stop loading
892
- [575.484][FINER]: Waiting for all views to stop loading...
893
- [575.485][FINER]: Done waiting for all views to stop loading
894
- [575.486][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
895
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
896
- "status": 0,
897
- "value": {
898
-
899
- }
900
- }
901
-
902
- [575.487][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
903
- "using": "id",
904
- "value": "Research F & A"
905
- }
906
-
907
- [575.488][FINER]: Waiting for all views to stop loading...
908
- [575.489][FINER]: Done waiting for all views to stop loading
909
- [575.511][FINER]: Waiting for all views to stop loading...
910
- [575.512][FINER]: Done waiting for all views to stop loading
911
- [575.512][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
912
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
913
- "status": 7,
914
- "value": {
915
- "message": "The element could not be found"
916
- }
917
- }
918
-
919
- [575.514][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
920
- "id": {
921
- "ELEMENT": ":wdc:1369339392308"
922
- }
923
- }
924
-
925
- [575.514][FINER]: Waiting for all views to stop loading...
926
- [575.515][FINER]: Done waiting for all views to stop loading
927
- [575.521][FINER]: Waiting for all views to stop loading...
928
- [575.522][FINER]: Done waiting for all views to stop loading
929
- [575.522][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
930
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
931
- "status": 10,
932
- "value": {
933
- "message": "switchFrame execution failed;\n Element does not exist in cache"
934
- }
935
- }
936
-
937
- [615.706][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/window_handles)
938
- [615.706][FINER]: Waiting for all views to stop loading...
939
- [615.706][FINER]: Done waiting for all views to stop loading
940
- [615.709][FINER]: Waiting for all views to stop loading...
941
- [615.709][FINER]: Done waiting for all views to stop loading
942
- [615.709][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/window_handles) with response {
943
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
944
- "status": 0,
945
- "value": [ "f1-2", "f1-4" ]
946
- }
947
-
948
- [615.710][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/window) with params {
949
- "name": "f1-4"
950
- }
951
-
952
- [615.710][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/window) with response {
953
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
954
- "status": 0,
955
- "value": {
956
-
957
- }
958
- }
959
-
960
- [620.645][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
961
- "id": null
962
- }
963
-
964
- [620.645][FINER]: Waiting for all views to stop loading...
965
- [620.645][FINER]: Done waiting for all views to stop loading
966
- [620.645][FINER]: Waiting for all views to stop loading...
967
- [620.645][FINER]: Done waiting for all views to stop loading
968
- [620.645][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
969
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
970
- "status": 0,
971
- "value": {
972
-
973
- }
974
- }
975
-
976
- [620.646][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
977
- "using": "id",
978
- "value": "iframeportlet"
979
- }
980
-
981
- [620.646][FINER]: Waiting for all views to stop loading...
982
- [620.647][FINER]: Done waiting for all views to stop loading
983
- [620.652][FINER]: Waiting for all views to stop loading...
984
- [620.652][FINER]: Done waiting for all views to stop loading
985
- [620.652][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
986
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
987
- "status": 7,
988
- "value": {
989
- "message": "The element could not be found"
990
- }
991
- }
992
-
993
- [620.653][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
994
- "using": "xpath",
995
- "value": ".//iframe[@id='iframeportlet']"
996
- }
997
-
998
- [620.653][FINER]: Waiting for all views to stop loading...
999
- [620.653][FINER]: Done waiting for all views to stop loading
1000
- [620.659][FINER]: Waiting for all views to stop loading...
1001
- [620.659][FINER]: Done waiting for all views to stop loading
1002
- [620.659][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1003
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1004
- "status": 7,
1005
- "value": {
1006
- "message": "The element could not be found"
1007
- }
1008
- }
1009
-
1010
- [620.660][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1011
- "using": "id",
1012
- "value": "iframeportlet"
1013
- }
1014
-
1015
- [620.660][FINER]: Waiting for all views to stop loading...
1016
- [620.660][FINER]: Done waiting for all views to stop loading
1017
- [620.666][FINER]: Waiting for all views to stop loading...
1018
- [620.666][FINER]: Done waiting for all views to stop loading
1019
- [620.666][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1020
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1021
- "status": 7,
1022
- "value": {
1023
- "message": "The element could not be found"
1024
- }
1025
- }
1026
-
1027
- [620.667][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1028
- "using": "xpath",
1029
- "value": ".//frame[@id='iframeportlet']"
1030
- }
1031
-
1032
- [620.667][FINER]: Waiting for all views to stop loading...
1033
- [620.668][FINER]: Done waiting for all views to stop loading
1034
- [620.673][FINER]: Waiting for all views to stop loading...
1035
- [620.673][FINER]: Done waiting for all views to stop loading
1036
- [620.673][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1037
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1038
- "status": 7,
1039
- "value": {
1040
- "message": "The element could not be found"
1041
- }
1042
- }
1043
-
1044
- [620.674][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1045
- "id": null
1046
- }
1047
-
1048
- [620.674][FINER]: Waiting for all views to stop loading...
1049
- [620.674][FINER]: Done waiting for all views to stop loading
1050
- [620.674][FINER]: Waiting for all views to stop loading...
1051
- [620.675][FINER]: Done waiting for all views to stop loading
1052
- [620.675][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1053
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1054
- "status": 0,
1055
- "value": {
1056
-
1057
- }
1058
- }
1059
-
1060
- [620.675][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
1061
- "using": "xpath",
1062
- "value": ".//iframe"
1063
- }
1064
-
1065
- [620.675][FINER]: Waiting for all views to stop loading...
1066
- [620.676][FINER]: Done waiting for all views to stop loading
1067
- [620.680][FINER]: Waiting for all views to stop loading...
1068
- [620.681][FINER]: Done waiting for all views to stop loading
1069
- [620.681][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
1070
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1071
- "status": 0,
1072
- "value": [ ]
1073
- }
1074
-
1075
- [620.682][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
1076
- "using": "xpath",
1077
- "value": ".//frame"
1078
- }
1079
-
1080
- [620.682][FINER]: Waiting for all views to stop loading...
1081
- [620.682][FINER]: Done waiting for all views to stop loading
1082
- [620.699][FINER]: Waiting for all views to stop loading...
1083
- [620.699][FINER]: Done waiting for all views to stop loading
1084
- [620.699][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
1085
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1086
- "status": 0,
1087
- "value": [ ]
1088
- }
1089
-
1090
- [620.700][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1091
- "id": null
1092
- }
1093
-
1094
- [620.700][FINER]: Waiting for all views to stop loading...
1095
- [620.701][FINER]: Done waiting for all views to stop loading
1096
- [620.701][FINER]: Waiting for all views to stop loading...
1097
- [620.701][FINER]: Done waiting for all views to stop loading
1098
- [620.701][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1099
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1100
- "status": 0,
1101
- "value": {
1102
-
1103
- }
1104
- }
1105
-
1106
- [620.701][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
1107
- "using": "xpath",
1108
- "value": ".//iframe"
1109
- }
1110
-
1111
- [620.701][FINER]: Waiting for all views to stop loading...
1112
- [620.702][FINER]: Done waiting for all views to stop loading
1113
- [620.707][FINER]: Waiting for all views to stop loading...
1114
- [620.707][FINER]: Done waiting for all views to stop loading
1115
- [620.707][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
1116
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1117
- "status": 0,
1118
- "value": [ ]
1119
- }
1120
-
1121
- [620.708][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
1122
- "using": "xpath",
1123
- "value": ".//frame"
1124
- }
1125
-
1126
- [620.708][FINER]: Waiting for all views to stop loading...
1127
- [620.709][FINER]: Done waiting for all views to stop loading
1128
- [620.713][FINER]: Waiting for all views to stop loading...
1129
- [620.713][FINER]: Done waiting for all views to stop loading
1130
- [620.713][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
1131
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1132
- "status": 0,
1133
- "value": [ ]
1134
- }
1135
-
1136
- [620.714][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1137
- "id": null
1138
- }
1139
-
1140
- [620.714][FINER]: Waiting for all views to stop loading...
1141
- [620.715][FINER]: Done waiting for all views to stop loading
1142
- [620.715][FINER]: Waiting for all views to stop loading...
1143
- [620.715][FINER]: Done waiting for all views to stop loading
1144
- [620.715][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1145
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1146
- "status": 0,
1147
- "value": {
1148
-
1149
- }
1150
- }
1151
-
1152
- [620.716][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1153
- "using": "id",
1154
- "value": "Research F & A"
1155
- }
1156
-
1157
- [620.716][FINER]: Waiting for all views to stop loading...
1158
- [620.716][FINER]: Done waiting for all views to stop loading
1159
- [620.721][FINER]: Waiting for all views to stop loading...
1160
- [620.721][FINER]: Done waiting for all views to stop loading
1161
- [620.721][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1162
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1163
- "status": 0,
1164
- "value": {
1165
- "ELEMENT": ":wdc:1369339511125"
1166
- }
1167
- }
1168
-
1169
- [620.722][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1170
- [620.722][FINER]: Waiting for all views to stop loading...
1171
- [620.722][FINER]: Done waiting for all views to stop loading
1172
- [620.726][FINER]: Waiting for all views to stop loading...
1173
- [620.726][FINER]: Done waiting for all views to stop loading
1174
- [620.726][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1175
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1176
- "status": 0,
1177
- "value": "table"
1178
- }
1179
-
1180
- [620.727][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1181
- "id": null
1182
- }
1183
-
1184
- [620.727][FINER]: Waiting for all views to stop loading...
1185
- [620.727][FINER]: Done waiting for all views to stop loading
1186
- [620.727][FINER]: Waiting for all views to stop loading...
1187
- [620.727][FINER]: Done waiting for all views to stop loading
1188
- [620.727][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1189
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1190
- "status": 0,
1191
- "value": {
1192
-
1193
- }
1194
- }
1195
-
1196
- [620.728][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1197
- "using": "id",
1198
- "value": "Research F & A"
1199
- }
1200
-
1201
- [620.728][FINER]: Waiting for all views to stop loading...
1202
- [620.728][FINER]: Done waiting for all views to stop loading
1203
- [620.732][FINER]: Waiting for all views to stop loading...
1204
- [620.733][FINER]: Done waiting for all views to stop loading
1205
- [620.733][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1206
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1207
- "status": 0,
1208
- "value": {
1209
- "ELEMENT": ":wdc:1369339511125"
1210
- }
1211
- }
1212
-
1213
- [620.733][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1214
- [620.733][FINER]: Waiting for all views to stop loading...
1215
- [620.734][FINER]: Done waiting for all views to stop loading
1216
- [620.735][FINER]: Waiting for all views to stop loading...
1217
- [620.735][FINER]: Done waiting for all views to stop loading
1218
- [620.735][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1219
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1220
- "status": 0,
1221
- "value": "table"
1222
- }
1223
-
1224
- [620.736][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
1225
- "using": "xpath",
1226
- "value": ".//tr"
1227
- }
1228
-
1229
- [620.736][FINER]: Waiting for all views to stop loading...
1230
- [620.736][FINER]: Done waiting for all views to stop loading
1231
- [620.753][FINER]: Waiting for all views to stop loading...
1232
- [620.754][FINER]: Done waiting for all views to stop loading
1233
- [620.754][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
1234
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1235
- "status": 0,
1236
- "value": [ {
1237
- "ELEMENT": ":wdc:1369339511126"
1238
- }, {
1239
- "ELEMENT": ":wdc:1369339511127"
1240
- }, {
1241
- "ELEMENT": ":wdc:1369339511128"
1242
- }, {
1243
- "ELEMENT": ":wdc:1369339511129"
1244
- }, {
1245
- "ELEMENT": ":wdc:1369339511130"
1246
- }, {
1247
- "ELEMENT": ":wdc:1369339511131"
1248
- }, {
1249
- "ELEMENT": ":wdc:1369339511132"
1250
- }, {
1251
- "ELEMENT": ":wdc:1369339511133"
1252
- }, {
1253
- "ELEMENT": ":wdc:1369339511134"
1254
- }, {
1255
- "ELEMENT": ":wdc:1369339511135"
1256
- }, {
1257
- "ELEMENT": ":wdc:1369339511136"
1258
- }, {
1259
- "ELEMENT": ":wdc:1369339511137"
1260
- }, {
1261
- "ELEMENT": ":wdc:1369339511138"
1262
- }, {
1263
- "ELEMENT": ":wdc:1369339511139"
1264
- } ]
1265
- }
1266
-
1267
- [620.755][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
1268
- [620.755][FINER]: Waiting for all views to stop loading...
1269
- [620.755][FINER]: Done waiting for all views to stop loading
1270
- [620.786][FINER]: Waiting for all views to stop loading...
1271
- [620.786][FINER]: Done waiting for all views to stop loading
1272
- [620.786][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
1273
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1274
- "status": 0,
1275
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
1276
- }
1277
-
1278
- [620.787][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
1279
- [620.787][FINER]: Waiting for all views to stop loading...
1280
- [620.788][FINER]: Done waiting for all views to stop loading
1281
- [620.830][FINER]: Waiting for all views to stop loading...
1282
- [620.830][FINER]: Done waiting for all views to stop loading
1283
- [620.830][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
1284
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1285
- "status": 0,
1286
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
1287
- }
1288
-
1289
- [620.831][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
1290
- [620.831][FINER]: Waiting for all views to stop loading...
1291
- [620.831][FINER]: Done waiting for all views to stop loading
1292
- [620.869][FINER]: Waiting for all views to stop loading...
1293
- [620.869][FINER]: Done waiting for all views to stop loading
1294
- [620.869][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
1295
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1296
- "status": 0,
1297
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
1298
- }
1299
-
1300
- [620.870][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
1301
- [620.870][FINER]: Waiting for all views to stop loading...
1302
- [620.870][FINER]: Done waiting for all views to stop loading
1303
- [620.909][FINER]: Waiting for all views to stop loading...
1304
- [620.909][FINER]: Done waiting for all views to stop loading
1305
- [620.909][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
1306
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1307
- "status": 0,
1308
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
1309
- }
1310
-
1311
- [620.910][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
1312
- [620.910][FINER]: Waiting for all views to stop loading...
1313
- [620.910][FINER]: Done waiting for all views to stop loading
1314
- [620.947][FINER]: Waiting for all views to stop loading...
1315
- [620.948][FINER]: Done waiting for all views to stop loading
1316
- [620.948][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
1317
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1318
- "status": 0,
1319
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
1320
- }
1321
-
1322
- [620.948][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
1323
- [620.948][FINER]: Waiting for all views to stop loading...
1324
- [620.949][FINER]: Done waiting for all views to stop loading
1325
- [621.010][FINER]: Waiting for all views to stop loading...
1326
- [621.010][FINER]: Done waiting for all views to stop loading
1327
- [621.010][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
1328
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1329
- "status": 0,
1330
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
1331
- }
1332
-
1333
- [621.011][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
1334
- [621.011][FINER]: Waiting for all views to stop loading...
1335
- [621.011][FINER]: Done waiting for all views to stop loading
1336
- [621.048][FINER]: Waiting for all views to stop loading...
1337
- [621.048][FINER]: Done waiting for all views to stop loading
1338
- [621.048][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
1339
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1340
- "status": 0,
1341
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
1342
- }
1343
-
1344
- [621.049][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
1345
- [621.049][FINER]: Waiting for all views to stop loading...
1346
- [621.049][FINER]: Done waiting for all views to stop loading
1347
- [621.088][FINER]: Waiting for all views to stop loading...
1348
- [621.088][FINER]: Done waiting for all views to stop loading
1349
- [621.088][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
1350
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1351
- "status": 0,
1352
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
1353
- }
1354
-
1355
- [621.089][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name)
1356
- [621.089][FINER]: Waiting for all views to stop loading...
1357
- [621.089][FINER]: Done waiting for all views to stop loading
1358
- [621.093][FINER]: Waiting for all views to stop loading...
1359
- [621.093][FINER]: Done waiting for all views to stop loading
1360
- [621.093][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name) with response {
1361
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1362
- "status": 0,
1363
- "value": "tr"
1364
- }
1365
-
1366
- [621.093][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1367
- "id": null
1368
- }
1369
-
1370
- [621.093][FINER]: Waiting for all views to stop loading...
1371
- [621.094][FINER]: Done waiting for all views to stop loading
1372
- [621.094][FINER]: Waiting for all views to stop loading...
1373
- [621.094][FINER]: Done waiting for all views to stop loading
1374
- [621.094][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1375
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1376
- "status": 0,
1377
- "value": {
1378
-
1379
- }
1380
- }
1381
-
1382
- [621.095][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1383
- "using": "id",
1384
- "value": "Research F & A"
1385
- }
1386
-
1387
- [621.095][FINER]: Waiting for all views to stop loading...
1388
- [621.095][FINER]: Done waiting for all views to stop loading
1389
- [621.100][FINER]: Waiting for all views to stop loading...
1390
- [621.100][FINER]: Done waiting for all views to stop loading
1391
- [621.100][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1392
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1393
- "status": 0,
1394
- "value": {
1395
- "ELEMENT": ":wdc:1369339511125"
1396
- }
1397
- }
1398
-
1399
- [621.101][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1400
- [621.101][FINER]: Waiting for all views to stop loading...
1401
- [621.101][FINER]: Done waiting for all views to stop loading
1402
- [621.102][FINER]: Waiting for all views to stop loading...
1403
- [621.102][FINER]: Done waiting for all views to stop loading
1404
- [621.102][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1405
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1406
- "status": 0,
1407
- "value": "table"
1408
- }
1409
-
1410
- [621.103][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1411
- "id": null
1412
- }
1413
-
1414
- [621.103][FINER]: Waiting for all views to stop loading...
1415
- [621.103][FINER]: Done waiting for all views to stop loading
1416
- [621.103][FINER]: Waiting for all views to stop loading...
1417
- [621.103][FINER]: Done waiting for all views to stop loading
1418
- [621.103][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1419
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1420
- "status": 0,
1421
- "value": {
1422
-
1423
- }
1424
- }
1425
-
1426
- [621.104][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1427
- "using": "id",
1428
- "value": "Research F & A"
1429
- }
1430
-
1431
- [621.104][FINER]: Waiting for all views to stop loading...
1432
- [621.104][FINER]: Done waiting for all views to stop loading
1433
- [621.110][FINER]: Waiting for all views to stop loading...
1434
- [621.110][FINER]: Done waiting for all views to stop loading
1435
- [621.110][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1436
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1437
- "status": 0,
1438
- "value": {
1439
- "ELEMENT": ":wdc:1369339511125"
1440
- }
1441
- }
1442
-
1443
- [621.111][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1444
- [621.111][FINER]: Waiting for all views to stop loading...
1445
- [621.111][FINER]: Done waiting for all views to stop loading
1446
- [621.112][FINER]: Waiting for all views to stop loading...
1447
- [621.113][FINER]: Done waiting for all views to stop loading
1448
- [621.113][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1449
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1450
- "status": 0,
1451
- "value": "table"
1452
- }
1453
-
1454
- [621.113][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
1455
- "using": "xpath",
1456
- "value": ".//tr"
1457
- }
1458
-
1459
- [621.113][FINER]: Waiting for all views to stop loading...
1460
- [621.114][FINER]: Done waiting for all views to stop loading
1461
- [621.118][FINER]: Waiting for all views to stop loading...
1462
- [621.118][FINER]: Done waiting for all views to stop loading
1463
- [621.118][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
1464
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1465
- "status": 0,
1466
- "value": [ {
1467
- "ELEMENT": ":wdc:1369339511126"
1468
- }, {
1469
- "ELEMENT": ":wdc:1369339511127"
1470
- }, {
1471
- "ELEMENT": ":wdc:1369339511128"
1472
- }, {
1473
- "ELEMENT": ":wdc:1369339511129"
1474
- }, {
1475
- "ELEMENT": ":wdc:1369339511130"
1476
- }, {
1477
- "ELEMENT": ":wdc:1369339511131"
1478
- }, {
1479
- "ELEMENT": ":wdc:1369339511132"
1480
- }, {
1481
- "ELEMENT": ":wdc:1369339511133"
1482
- }, {
1483
- "ELEMENT": ":wdc:1369339511134"
1484
- }, {
1485
- "ELEMENT": ":wdc:1369339511135"
1486
- }, {
1487
- "ELEMENT": ":wdc:1369339511136"
1488
- }, {
1489
- "ELEMENT": ":wdc:1369339511137"
1490
- }, {
1491
- "ELEMENT": ":wdc:1369339511138"
1492
- }, {
1493
- "ELEMENT": ":wdc:1369339511139"
1494
- } ]
1495
- }
1496
-
1497
- [621.119][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
1498
- [621.119][FINER]: Waiting for all views to stop loading...
1499
- [621.119][FINER]: Done waiting for all views to stop loading
1500
- [621.133][FINER]: Waiting for all views to stop loading...
1501
- [621.133][FINER]: Done waiting for all views to stop loading
1502
- [621.133][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
1503
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1504
- "status": 0,
1505
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
1506
- }
1507
-
1508
- [621.134][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
1509
- [621.134][FINER]: Waiting for all views to stop loading...
1510
- [621.134][FINER]: Done waiting for all views to stop loading
1511
- [621.158][FINER]: Waiting for all views to stop loading...
1512
- [621.159][FINER]: Done waiting for all views to stop loading
1513
- [621.159][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
1514
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1515
- "status": 0,
1516
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
1517
- }
1518
-
1519
- [621.159][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
1520
- [621.159][FINER]: Waiting for all views to stop loading...
1521
- [621.160][FINER]: Done waiting for all views to stop loading
1522
- [621.182][FINER]: Waiting for all views to stop loading...
1523
- [621.182][FINER]: Done waiting for all views to stop loading
1524
- [621.182][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
1525
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1526
- "status": 0,
1527
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
1528
- }
1529
-
1530
- [621.183][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
1531
- [621.183][FINER]: Waiting for all views to stop loading...
1532
- [621.183][FINER]: Done waiting for all views to stop loading
1533
- [621.206][FINER]: Waiting for all views to stop loading...
1534
- [621.207][FINER]: Done waiting for all views to stop loading
1535
- [621.207][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
1536
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1537
- "status": 0,
1538
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
1539
- }
1540
-
1541
- [621.207][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
1542
- [621.208][FINER]: Waiting for all views to stop loading...
1543
- [621.208][FINER]: Done waiting for all views to stop loading
1544
- [621.229][FINER]: Waiting for all views to stop loading...
1545
- [621.230][FINER]: Done waiting for all views to stop loading
1546
- [621.230][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
1547
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1548
- "status": 0,
1549
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
1550
- }
1551
-
1552
- [621.230][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
1553
- [621.230][FINER]: Waiting for all views to stop loading...
1554
- [621.231][FINER]: Done waiting for all views to stop loading
1555
- [621.252][FINER]: Waiting for all views to stop loading...
1556
- [621.253][FINER]: Done waiting for all views to stop loading
1557
- [621.253][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
1558
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1559
- "status": 0,
1560
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
1561
- }
1562
-
1563
- [621.254][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
1564
- [621.254][FINER]: Waiting for all views to stop loading...
1565
- [621.254][FINER]: Done waiting for all views to stop loading
1566
- [621.276][FINER]: Waiting for all views to stop loading...
1567
- [621.276][FINER]: Done waiting for all views to stop loading
1568
- [621.276][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
1569
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1570
- "status": 0,
1571
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
1572
- }
1573
-
1574
- [621.277][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
1575
- [621.277][FINER]: Waiting for all views to stop loading...
1576
- [621.277][FINER]: Done waiting for all views to stop loading
1577
- [621.299][FINER]: Waiting for all views to stop loading...
1578
- [621.299][FINER]: Done waiting for all views to stop loading
1579
- [621.299][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
1580
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1581
- "status": 0,
1582
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
1583
- }
1584
-
1585
- [621.300][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name)
1586
- [621.300][FINER]: Waiting for all views to stop loading...
1587
- [621.300][FINER]: Done waiting for all views to stop loading
1588
- [621.301][FINER]: Waiting for all views to stop loading...
1589
- [621.301][FINER]: Done waiting for all views to stop loading
1590
- [621.301][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name) with response {
1591
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1592
- "status": 0,
1593
- "value": "tr"
1594
- }
1595
-
1596
- [621.302][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/element) with params {
1597
- "using": "tag name",
1598
- "value": "input"
1599
- }
1600
-
1601
- [621.302][FINER]: Waiting for all views to stop loading...
1602
- [621.302][FINER]: Done waiting for all views to stop loading
1603
- [621.320][FINER]: Waiting for all views to stop loading...
1604
- [621.320][FINER]: Done waiting for all views to stop loading
1605
- [621.320][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/element) with response {
1606
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1607
- "status": 0,
1608
- "value": {
1609
- "ELEMENT": ":wdc:1369339511140"
1610
- }
1611
- }
1612
-
1613
- [621.321][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/name)
1614
- [621.321][FINER]: Waiting for all views to stop loading...
1615
- [621.321][FINER]: Done waiting for all views to stop loading
1616
- [621.324][FINER]: Waiting for all views to stop loading...
1617
- [621.324][FINER]: Done waiting for all views to stop loading
1618
- [621.324][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/name) with response {
1619
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1620
- "status": 0,
1621
- "value": "input"
1622
- }
1623
-
1624
- [621.325][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/enabled)
1625
- [621.325][FINER]: Waiting for all views to stop loading...
1626
- [621.325][FINER]: Done waiting for all views to stop loading
1627
- [621.335][FINER]: Waiting for all views to stop loading...
1628
- [621.335][FINER]: Done waiting for all views to stop loading
1629
- [621.335][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/enabled) with response {
1630
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1631
- "status": 0,
1632
- "value": true
1633
- }
1634
-
1635
- [621.336][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1636
- "id": null
1637
- }
1638
-
1639
- [621.336][FINER]: Waiting for all views to stop loading...
1640
- [621.336][FINER]: Done waiting for all views to stop loading
1641
- [621.336][FINER]: Waiting for all views to stop loading...
1642
- [621.336][FINER]: Done waiting for all views to stop loading
1643
- [621.336][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1644
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1645
- "status": 0,
1646
- "value": {
1647
-
1648
- }
1649
- }
1650
-
1651
- [621.337][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1652
- "using": "id",
1653
- "value": "Research F & A"
1654
- }
1655
-
1656
- [621.337][FINER]: Waiting for all views to stop loading...
1657
- [621.337][FINER]: Done waiting for all views to stop loading
1658
- [621.342][FINER]: Waiting for all views to stop loading...
1659
- [621.342][FINER]: Done waiting for all views to stop loading
1660
- [621.342][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1661
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1662
- "status": 0,
1663
- "value": {
1664
- "ELEMENT": ":wdc:1369339511125"
1665
- }
1666
- }
1667
-
1668
- [621.343][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1669
- [621.343][FINER]: Waiting for all views to stop loading...
1670
- [621.343][FINER]: Done waiting for all views to stop loading
1671
- [621.344][FINER]: Waiting for all views to stop loading...
1672
- [621.344][FINER]: Done waiting for all views to stop loading
1673
- [621.344][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1674
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1675
- "status": 0,
1676
- "value": "table"
1677
- }
1678
-
1679
- [621.345][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1680
- "id": null
1681
- }
1682
-
1683
- [621.345][FINER]: Waiting for all views to stop loading...
1684
- [621.345][FINER]: Done waiting for all views to stop loading
1685
- [621.345][FINER]: Waiting for all views to stop loading...
1686
- [621.345][FINER]: Done waiting for all views to stop loading
1687
- [621.345][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1688
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1689
- "status": 0,
1690
- "value": {
1691
-
1692
- }
1693
- }
1694
-
1695
- [621.352][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1696
- "using": "id",
1697
- "value": "Research F & A"
1698
- }
1699
-
1700
- [621.352][FINER]: Waiting for all views to stop loading...
1701
- [621.352][FINER]: Done waiting for all views to stop loading
1702
- [621.357][FINER]: Waiting for all views to stop loading...
1703
- [621.357][FINER]: Done waiting for all views to stop loading
1704
- [621.357][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1705
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1706
- "status": 0,
1707
- "value": {
1708
- "ELEMENT": ":wdc:1369339511125"
1709
- }
1710
- }
1711
-
1712
- [621.358][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1713
- [621.358][FINER]: Waiting for all views to stop loading...
1714
- [621.358][FINER]: Done waiting for all views to stop loading
1715
- [621.359][FINER]: Waiting for all views to stop loading...
1716
- [621.359][FINER]: Done waiting for all views to stop loading
1717
- [621.359][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1718
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1719
- "status": 0,
1720
- "value": "table"
1721
- }
1722
-
1723
- [621.360][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
1724
- "using": "xpath",
1725
- "value": ".//tr"
1726
- }
1727
-
1728
- [621.360][FINER]: Waiting for all views to stop loading...
1729
- [621.361][FINER]: Done waiting for all views to stop loading
1730
- [621.366][FINER]: Waiting for all views to stop loading...
1731
- [621.366][FINER]: Done waiting for all views to stop loading
1732
- [621.366][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
1733
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1734
- "status": 0,
1735
- "value": [ {
1736
- "ELEMENT": ":wdc:1369339511126"
1737
- }, {
1738
- "ELEMENT": ":wdc:1369339511127"
1739
- }, {
1740
- "ELEMENT": ":wdc:1369339511128"
1741
- }, {
1742
- "ELEMENT": ":wdc:1369339511129"
1743
- }, {
1744
- "ELEMENT": ":wdc:1369339511130"
1745
- }, {
1746
- "ELEMENT": ":wdc:1369339511131"
1747
- }, {
1748
- "ELEMENT": ":wdc:1369339511132"
1749
- }, {
1750
- "ELEMENT": ":wdc:1369339511133"
1751
- }, {
1752
- "ELEMENT": ":wdc:1369339511134"
1753
- }, {
1754
- "ELEMENT": ":wdc:1369339511135"
1755
- }, {
1756
- "ELEMENT": ":wdc:1369339511136"
1757
- }, {
1758
- "ELEMENT": ":wdc:1369339511137"
1759
- }, {
1760
- "ELEMENT": ":wdc:1369339511138"
1761
- }, {
1762
- "ELEMENT": ":wdc:1369339511139"
1763
- } ]
1764
- }
1765
-
1766
- [621.367][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
1767
- [621.367][FINER]: Waiting for all views to stop loading...
1768
- [621.367][FINER]: Done waiting for all views to stop loading
1769
- [621.379][FINER]: Waiting for all views to stop loading...
1770
- [621.380][FINER]: Done waiting for all views to stop loading
1771
- [621.380][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
1772
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1773
- "status": 0,
1774
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
1775
- }
1776
-
1777
- [621.381][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
1778
- [621.381][FINER]: Waiting for all views to stop loading...
1779
- [621.381][FINER]: Done waiting for all views to stop loading
1780
- [621.406][FINER]: Waiting for all views to stop loading...
1781
- [621.406][FINER]: Done waiting for all views to stop loading
1782
- [621.406][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
1783
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1784
- "status": 0,
1785
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
1786
- }
1787
-
1788
- [621.407][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
1789
- [621.407][FINER]: Waiting for all views to stop loading...
1790
- [621.408][FINER]: Done waiting for all views to stop loading
1791
- [621.430][FINER]: Waiting for all views to stop loading...
1792
- [621.431][FINER]: Done waiting for all views to stop loading
1793
- [621.431][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
1794
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1795
- "status": 0,
1796
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
1797
- }
1798
-
1799
- [621.432][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
1800
- [621.432][FINER]: Waiting for all views to stop loading...
1801
- [621.432][FINER]: Done waiting for all views to stop loading
1802
- [621.455][FINER]: Waiting for all views to stop loading...
1803
- [621.455][FINER]: Done waiting for all views to stop loading
1804
- [621.455][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
1805
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1806
- "status": 0,
1807
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
1808
- }
1809
-
1810
- [621.456][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
1811
- [621.456][FINER]: Waiting for all views to stop loading...
1812
- [621.456][FINER]: Done waiting for all views to stop loading
1813
- [621.480][FINER]: Waiting for all views to stop loading...
1814
- [621.480][FINER]: Done waiting for all views to stop loading
1815
- [621.480][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
1816
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1817
- "status": 0,
1818
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
1819
- }
1820
-
1821
- [621.481][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
1822
- [621.481][FINER]: Waiting for all views to stop loading...
1823
- [621.482][FINER]: Done waiting for all views to stop loading
1824
- [621.503][FINER]: Waiting for all views to stop loading...
1825
- [621.504][FINER]: Done waiting for all views to stop loading
1826
- [621.504][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
1827
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1828
- "status": 0,
1829
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
1830
- }
1831
-
1832
- [621.505][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
1833
- [621.505][FINER]: Waiting for all views to stop loading...
1834
- [621.505][FINER]: Done waiting for all views to stop loading
1835
- [621.527][FINER]: Waiting for all views to stop loading...
1836
- [621.528][FINER]: Done waiting for all views to stop loading
1837
- [621.528][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
1838
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1839
- "status": 0,
1840
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
1841
- }
1842
-
1843
- [621.529][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
1844
- [621.529][FINER]: Waiting for all views to stop loading...
1845
- [621.529][FINER]: Done waiting for all views to stop loading
1846
- [621.551][FINER]: Waiting for all views to stop loading...
1847
- [621.551][FINER]: Done waiting for all views to stop loading
1848
- [621.551][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
1849
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1850
- "status": 0,
1851
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
1852
- }
1853
-
1854
- [621.552][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name)
1855
- [621.552][FINER]: Waiting for all views to stop loading...
1856
- [621.552][FINER]: Done waiting for all views to stop loading
1857
- [621.553][FINER]: Waiting for all views to stop loading...
1858
- [621.554][FINER]: Done waiting for all views to stop loading
1859
- [621.554][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name) with response {
1860
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1861
- "status": 0,
1862
- "value": "tr"
1863
- }
1864
-
1865
- [621.554][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1866
- "id": null
1867
- }
1868
-
1869
- [621.554][FINER]: Waiting for all views to stop loading...
1870
- [621.555][FINER]: Done waiting for all views to stop loading
1871
- [621.555][FINER]: Waiting for all views to stop loading...
1872
- [621.555][FINER]: Done waiting for all views to stop loading
1873
- [621.555][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1874
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1875
- "status": 0,
1876
- "value": {
1877
-
1878
- }
1879
- }
1880
-
1881
- [621.556][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1882
- "using": "id",
1883
- "value": "Research F & A"
1884
- }
1885
-
1886
- [621.556][FINER]: Waiting for all views to stop loading...
1887
- [621.556][FINER]: Done waiting for all views to stop loading
1888
- [621.561][FINER]: Waiting for all views to stop loading...
1889
- [621.561][FINER]: Done waiting for all views to stop loading
1890
- [621.561][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1891
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1892
- "status": 0,
1893
- "value": {
1894
- "ELEMENT": ":wdc:1369339511125"
1895
- }
1896
- }
1897
-
1898
- [621.562][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1899
- [621.562][FINER]: Waiting for all views to stop loading...
1900
- [621.563][FINER]: Done waiting for all views to stop loading
1901
- [621.564][FINER]: Waiting for all views to stop loading...
1902
- [621.564][FINER]: Done waiting for all views to stop loading
1903
- [621.564][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1904
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1905
- "status": 0,
1906
- "value": "table"
1907
- }
1908
-
1909
- [621.565][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
1910
- "id": null
1911
- }
1912
-
1913
- [621.565][FINER]: Waiting for all views to stop loading...
1914
- [621.565][FINER]: Done waiting for all views to stop loading
1915
- [621.565][FINER]: Waiting for all views to stop loading...
1916
- [621.565][FINER]: Done waiting for all views to stop loading
1917
- [621.565][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
1918
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1919
- "status": 0,
1920
- "value": {
1921
-
1922
- }
1923
- }
1924
-
1925
- [621.566][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
1926
- "using": "id",
1927
- "value": "Research F & A"
1928
- }
1929
-
1930
- [621.566][FINER]: Waiting for all views to stop loading...
1931
- [621.566][FINER]: Done waiting for all views to stop loading
1932
- [621.571][FINER]: Waiting for all views to stop loading...
1933
- [621.571][FINER]: Done waiting for all views to stop loading
1934
- [621.571][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
1935
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1936
- "status": 0,
1937
- "value": {
1938
- "ELEMENT": ":wdc:1369339511125"
1939
- }
1940
- }
1941
-
1942
- [621.572][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
1943
- [621.572][FINER]: Waiting for all views to stop loading...
1944
- [621.573][FINER]: Done waiting for all views to stop loading
1945
- [621.574][FINER]: Waiting for all views to stop loading...
1946
- [621.574][FINER]: Done waiting for all views to stop loading
1947
- [621.574][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
1948
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1949
- "status": 0,
1950
- "value": "table"
1951
- }
1952
-
1953
- [621.575][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
1954
- "using": "xpath",
1955
- "value": ".//tr"
1956
- }
1957
-
1958
- [621.575][FINER]: Waiting for all views to stop loading...
1959
- [621.575][FINER]: Done waiting for all views to stop loading
1960
- [621.580][FINER]: Waiting for all views to stop loading...
1961
- [621.580][FINER]: Done waiting for all views to stop loading
1962
- [621.580][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
1963
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
1964
- "status": 0,
1965
- "value": [ {
1966
- "ELEMENT": ":wdc:1369339511126"
1967
- }, {
1968
- "ELEMENT": ":wdc:1369339511127"
1969
- }, {
1970
- "ELEMENT": ":wdc:1369339511128"
1971
- }, {
1972
- "ELEMENT": ":wdc:1369339511129"
1973
- }, {
1974
- "ELEMENT": ":wdc:1369339511130"
1975
- }, {
1976
- "ELEMENT": ":wdc:1369339511131"
1977
- }, {
1978
- "ELEMENT": ":wdc:1369339511132"
1979
- }, {
1980
- "ELEMENT": ":wdc:1369339511133"
1981
- }, {
1982
- "ELEMENT": ":wdc:1369339511134"
1983
- }, {
1984
- "ELEMENT": ":wdc:1369339511135"
1985
- }, {
1986
- "ELEMENT": ":wdc:1369339511136"
1987
- }, {
1988
- "ELEMENT": ":wdc:1369339511137"
1989
- }, {
1990
- "ELEMENT": ":wdc:1369339511138"
1991
- }, {
1992
- "ELEMENT": ":wdc:1369339511139"
1993
- } ]
1994
- }
1995
-
1996
- [621.581][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
1997
- [621.581][FINER]: Waiting for all views to stop loading...
1998
- [621.581][FINER]: Done waiting for all views to stop loading
1999
- [621.595][FINER]: Waiting for all views to stop loading...
2000
- [621.595][FINER]: Done waiting for all views to stop loading
2001
- [621.595][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
2002
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2003
- "status": 0,
2004
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
2005
- }
2006
-
2007
- [621.596][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
2008
- [621.596][FINER]: Waiting for all views to stop loading...
2009
- [621.596][FINER]: Done waiting for all views to stop loading
2010
- [621.623][FINER]: Waiting for all views to stop loading...
2011
- [621.624][FINER]: Done waiting for all views to stop loading
2012
- [621.624][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
2013
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2014
- "status": 0,
2015
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
2016
- }
2017
-
2018
- [621.625][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
2019
- [621.625][FINER]: Waiting for all views to stop loading...
2020
- [621.625][FINER]: Done waiting for all views to stop loading
2021
- [621.646][FINER]: Waiting for all views to stop loading...
2022
- [621.646][FINER]: Done waiting for all views to stop loading
2023
- [621.647][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
2024
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2025
- "status": 0,
2026
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
2027
- }
2028
-
2029
- [621.647][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
2030
- [621.647][FINER]: Waiting for all views to stop loading...
2031
- [621.648][FINER]: Done waiting for all views to stop loading
2032
- [621.673][FINER]: Waiting for all views to stop loading...
2033
- [621.673][FINER]: Done waiting for all views to stop loading
2034
- [621.673][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
2035
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2036
- "status": 0,
2037
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
2038
- }
2039
-
2040
- [621.674][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
2041
- [621.674][FINER]: Waiting for all views to stop loading...
2042
- [621.674][FINER]: Done waiting for all views to stop loading
2043
- [621.697][FINER]: Waiting for all views to stop loading...
2044
- [621.698][FINER]: Done waiting for all views to stop loading
2045
- [621.698][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
2046
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2047
- "status": 0,
2048
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
2049
- }
2050
-
2051
- [621.699][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
2052
- [621.699][FINER]: Waiting for all views to stop loading...
2053
- [621.699][FINER]: Done waiting for all views to stop loading
2054
- [621.723][FINER]: Waiting for all views to stop loading...
2055
- [621.724][FINER]: Done waiting for all views to stop loading
2056
- [621.724][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
2057
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2058
- "status": 0,
2059
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
2060
- }
2061
-
2062
- [621.725][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
2063
- [621.725][FINER]: Waiting for all views to stop loading...
2064
- [621.725][FINER]: Done waiting for all views to stop loading
2065
- [621.749][FINER]: Waiting for all views to stop loading...
2066
- [621.749][FINER]: Done waiting for all views to stop loading
2067
- [621.749][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
2068
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2069
- "status": 0,
2070
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
2071
- }
2072
-
2073
- [621.750][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
2074
- [621.750][FINER]: Waiting for all views to stop loading...
2075
- [621.751][FINER]: Done waiting for all views to stop loading
2076
- [621.775][FINER]: Waiting for all views to stop loading...
2077
- [621.775][FINER]: Done waiting for all views to stop loading
2078
- [621.775][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
2079
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2080
- "status": 0,
2081
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
2082
- }
2083
-
2084
- [621.776][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name)
2085
- [621.776][FINER]: Waiting for all views to stop loading...
2086
- [621.777][FINER]: Done waiting for all views to stop loading
2087
- [621.778][FINER]: Waiting for all views to stop loading...
2088
- [621.778][FINER]: Done waiting for all views to stop loading
2089
- [621.778][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/name) with response {
2090
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2091
- "status": 0,
2092
- "value": "tr"
2093
- }
2094
-
2095
- [621.779][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/element) with params {
2096
- "using": "tag name",
2097
- "value": "input"
2098
- }
2099
-
2100
- [621.779][FINER]: Waiting for all views to stop loading...
2101
- [621.779][FINER]: Done waiting for all views to stop loading
2102
- [621.784][FINER]: Waiting for all views to stop loading...
2103
- [621.784][FINER]: Done waiting for all views to stop loading
2104
- [621.784][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/element) with response {
2105
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2106
- "status": 0,
2107
- "value": {
2108
- "ELEMENT": ":wdc:1369339511140"
2109
- }
2110
- }
2111
-
2112
- [621.785][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/name)
2113
- [621.785][FINER]: Waiting for all views to stop loading...
2114
- [621.785][FINER]: Done waiting for all views to stop loading
2115
- [621.786][FINER]: Waiting for all views to stop loading...
2116
- [621.786][FINER]: Done waiting for all views to stop loading
2117
- [621.786][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/name) with response {
2118
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2119
- "status": 0,
2120
- "value": "input"
2121
- }
2122
-
2123
- [621.787][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/attribute/readonly)
2124
- [621.787][FINER]: Waiting for all views to stop loading...
2125
- [621.787][FINER]: Done waiting for all views to stop loading
2126
- [621.801][FINER]: Waiting for all views to stop loading...
2127
- [621.801][FINER]: Done waiting for all views to stop loading
2128
- [621.801][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/attribute/readonly) with response {
2129
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2130
- "status": 0,
2131
- "value": null
2132
- }
2133
-
2134
- [621.802][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/clear) with params {
2135
-
2136
- }
2137
-
2138
- [621.802][FINER]: Waiting for all views to stop loading...
2139
- [621.802][FINER]: Done waiting for all views to stop loading
2140
- [621.829][FINER]: Waiting for all views to stop loading...
2141
- [621.829][FINER]: Done waiting for all views to stop loading
2142
- [621.829][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/clear) with response {
2143
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2144
- "status": 0,
2145
- "value": null
2146
- }
2147
-
2148
- [621.830][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/value) with params {
2149
- "value": [ "ass" ]
2150
- }
2151
-
2152
- [621.830][FINER]: Waiting for all views to stop loading...
2153
- [621.830][FINER]: Done waiting for all views to stop loading
2154
- [621.935][FINER]: Waiting for all views to stop loading...
2155
- [621.936][FINER]: Done waiting for all views to stop loading
2156
- [621.936][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511140/value) with response {
2157
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2158
- "status": 0,
2159
- "value": {
2160
-
2161
- }
2162
- }
2163
-
2164
- [649.097][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2165
- "id": null
2166
- }
2167
-
2168
- [649.097][FINER]: Waiting for all views to stop loading...
2169
- [649.097][FINER]: Done waiting for all views to stop loading
2170
- [649.097][FINER]: Waiting for all views to stop loading...
2171
- [649.097][FINER]: Done waiting for all views to stop loading
2172
- [649.097][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2173
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2174
- "status": 0,
2175
- "value": {
2176
-
2177
- }
2178
- }
2179
-
2180
- [649.098][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2181
- "using": "id",
2182
- "value": "iframeportlet"
2183
- }
2184
-
2185
- [649.098][FINER]: Waiting for all views to stop loading...
2186
- [649.099][FINER]: Done waiting for all views to stop loading
2187
- [649.117][FINER]: Waiting for all views to stop loading...
2188
- [649.117][FINER]: Done waiting for all views to stop loading
2189
- [649.117][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2190
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2191
- "status": 7,
2192
- "value": {
2193
- "message": "The element could not be found"
2194
- }
2195
- }
2196
-
2197
- [649.118][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2198
- "using": "xpath",
2199
- "value": ".//iframe[@id='iframeportlet']"
2200
- }
2201
-
2202
- [649.118][FINER]: Waiting for all views to stop loading...
2203
- [649.118][FINER]: Done waiting for all views to stop loading
2204
- [649.136][FINER]: Waiting for all views to stop loading...
2205
- [649.136][FINER]: Done waiting for all views to stop loading
2206
- [649.136][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2207
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2208
- "status": 7,
2209
- "value": {
2210
- "message": "The element could not be found"
2211
- }
2212
- }
2213
-
2214
- [649.137][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2215
- "using": "id",
2216
- "value": "iframeportlet"
2217
- }
2218
-
2219
- [649.137][FINER]: Waiting for all views to stop loading...
2220
- [649.138][FINER]: Done waiting for all views to stop loading
2221
- [649.142][FINER]: Waiting for all views to stop loading...
2222
- [649.142][FINER]: Done waiting for all views to stop loading
2223
- [649.142][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2224
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2225
- "status": 7,
2226
- "value": {
2227
- "message": "The element could not be found"
2228
- }
2229
- }
2230
-
2231
- [649.143][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2232
- "using": "xpath",
2233
- "value": ".//frame[@id='iframeportlet']"
2234
- }
2235
-
2236
- [649.143][FINER]: Waiting for all views to stop loading...
2237
- [649.144][FINER]: Done waiting for all views to stop loading
2238
- [649.161][FINER]: Waiting for all views to stop loading...
2239
- [649.162][FINER]: Done waiting for all views to stop loading
2240
- [649.162][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2241
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2242
- "status": 7,
2243
- "value": {
2244
- "message": "The element could not be found"
2245
- }
2246
- }
2247
-
2248
- [649.163][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2249
- "id": null
2250
- }
2251
-
2252
- [649.163][FINER]: Waiting for all views to stop loading...
2253
- [649.163][FINER]: Done waiting for all views to stop loading
2254
- [649.163][FINER]: Waiting for all views to stop loading...
2255
- [649.163][FINER]: Done waiting for all views to stop loading
2256
- [649.164][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2257
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2258
- "status": 0,
2259
- "value": {
2260
-
2261
- }
2262
- }
2263
-
2264
- [649.164][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
2265
- "using": "xpath",
2266
- "value": ".//iframe"
2267
- }
2268
-
2269
- [649.164][FINER]: Waiting for all views to stop loading...
2270
- [649.165][FINER]: Done waiting for all views to stop loading
2271
- [649.182][FINER]: Waiting for all views to stop loading...
2272
- [649.182][FINER]: Done waiting for all views to stop loading
2273
- [649.182][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
2274
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2275
- "status": 0,
2276
- "value": [ ]
2277
- }
2278
-
2279
- [649.184][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
2280
- "using": "xpath",
2281
- "value": ".//frame"
2282
- }
2283
-
2284
- [649.184][FINER]: Waiting for all views to stop loading...
2285
- [649.184][FINER]: Done waiting for all views to stop loading
2286
- [649.201][FINER]: Waiting for all views to stop loading...
2287
- [649.202][FINER]: Done waiting for all views to stop loading
2288
- [649.202][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
2289
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2290
- "status": 0,
2291
- "value": [ ]
2292
- }
2293
-
2294
- [649.203][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2295
- "id": null
2296
- }
2297
-
2298
- [649.203][FINER]: Waiting for all views to stop loading...
2299
- [649.203][FINER]: Done waiting for all views to stop loading
2300
- [649.203][FINER]: Waiting for all views to stop loading...
2301
- [649.203][FINER]: Done waiting for all views to stop loading
2302
- [649.203][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2303
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2304
- "status": 0,
2305
- "value": {
2306
-
2307
- }
2308
- }
2309
-
2310
- [649.204][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
2311
- "using": "xpath",
2312
- "value": ".//iframe"
2313
- }
2314
-
2315
- [649.204][FINER]: Waiting for all views to stop loading...
2316
- [649.204][FINER]: Done waiting for all views to stop loading
2317
- [649.209][FINER]: Waiting for all views to stop loading...
2318
- [649.209][FINER]: Done waiting for all views to stop loading
2319
- [649.209][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
2320
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2321
- "status": 0,
2322
- "value": [ ]
2323
- }
2324
-
2325
- [649.210][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
2326
- "using": "xpath",
2327
- "value": ".//frame"
2328
- }
2329
-
2330
- [649.210][FINER]: Waiting for all views to stop loading...
2331
- [649.211][FINER]: Done waiting for all views to stop loading
2332
- [649.215][FINER]: Waiting for all views to stop loading...
2333
- [649.215][FINER]: Done waiting for all views to stop loading
2334
- [649.215][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
2335
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2336
- "status": 0,
2337
- "value": [ ]
2338
- }
2339
-
2340
- [649.216][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2341
- "id": null
2342
- }
2343
-
2344
- [649.216][FINER]: Waiting for all views to stop loading...
2345
- [649.217][FINER]: Done waiting for all views to stop loading
2346
- [649.217][FINER]: Waiting for all views to stop loading...
2347
- [649.217][FINER]: Done waiting for all views to stop loading
2348
- [649.217][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2349
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2350
- "status": 0,
2351
- "value": {
2352
-
2353
- }
2354
- }
2355
-
2356
- [649.218][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2357
- "using": "id",
2358
- "value": "Research F & A"
2359
- }
2360
-
2361
- [649.218][FINER]: Waiting for all views to stop loading...
2362
- [649.218][FINER]: Done waiting for all views to stop loading
2363
- [649.235][FINER]: Waiting for all views to stop loading...
2364
- [649.236][FINER]: Done waiting for all views to stop loading
2365
- [649.236][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2366
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2367
- "status": 0,
2368
- "value": {
2369
- "ELEMENT": ":wdc:1369339511125"
2370
- }
2371
- }
2372
-
2373
- [649.237][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
2374
- [649.237][FINER]: Waiting for all views to stop loading...
2375
- [649.237][FINER]: Done waiting for all views to stop loading
2376
- [649.240][FINER]: Waiting for all views to stop loading...
2377
- [649.240][FINER]: Done waiting for all views to stop loading
2378
- [649.240][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
2379
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2380
- "status": 0,
2381
- "value": "table"
2382
- }
2383
-
2384
- [649.241][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2385
- "id": null
2386
- }
2387
-
2388
- [649.241][FINER]: Waiting for all views to stop loading...
2389
- [649.241][FINER]: Done waiting for all views to stop loading
2390
- [649.241][FINER]: Waiting for all views to stop loading...
2391
- [649.241][FINER]: Done waiting for all views to stop loading
2392
- [649.241][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2393
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2394
- "status": 0,
2395
- "value": {
2396
-
2397
- }
2398
- }
2399
-
2400
- [649.251][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2401
- "using": "id",
2402
- "value": "Research F & A"
2403
- }
2404
-
2405
- [649.251][FINER]: Waiting for all views to stop loading...
2406
- [649.251][FINER]: Done waiting for all views to stop loading
2407
- [649.256][FINER]: Waiting for all views to stop loading...
2408
- [649.256][FINER]: Done waiting for all views to stop loading
2409
- [649.256][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2410
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2411
- "status": 0,
2412
- "value": {
2413
- "ELEMENT": ":wdc:1369339511125"
2414
- }
2415
- }
2416
-
2417
- [649.257][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
2418
- [649.257][FINER]: Waiting for all views to stop loading...
2419
- [649.257][FINER]: Done waiting for all views to stop loading
2420
- [649.258][FINER]: Waiting for all views to stop loading...
2421
- [649.259][FINER]: Done waiting for all views to stop loading
2422
- [649.259][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
2423
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2424
- "status": 0,
2425
- "value": "table"
2426
- }
2427
-
2428
- [649.259][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
2429
- "using": "xpath",
2430
- "value": ".//tr"
2431
- }
2432
-
2433
- [649.259][FINER]: Waiting for all views to stop loading...
2434
- [649.260][FINER]: Done waiting for all views to stop loading
2435
- [649.278][FINER]: Waiting for all views to stop loading...
2436
- [649.278][FINER]: Done waiting for all views to stop loading
2437
- [649.278][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
2438
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2439
- "status": 0,
2440
- "value": [ {
2441
- "ELEMENT": ":wdc:1369339511126"
2442
- }, {
2443
- "ELEMENT": ":wdc:1369339511127"
2444
- }, {
2445
- "ELEMENT": ":wdc:1369339511128"
2446
- }, {
2447
- "ELEMENT": ":wdc:1369339511129"
2448
- }, {
2449
- "ELEMENT": ":wdc:1369339511130"
2450
- }, {
2451
- "ELEMENT": ":wdc:1369339511131"
2452
- }, {
2453
- "ELEMENT": ":wdc:1369339511132"
2454
- }, {
2455
- "ELEMENT": ":wdc:1369339511133"
2456
- }, {
2457
- "ELEMENT": ":wdc:1369339511134"
2458
- }, {
2459
- "ELEMENT": ":wdc:1369339511135"
2460
- }, {
2461
- "ELEMENT": ":wdc:1369339511136"
2462
- }, {
2463
- "ELEMENT": ":wdc:1369339511137"
2464
- }, {
2465
- "ELEMENT": ":wdc:1369339511138"
2466
- }, {
2467
- "ELEMENT": ":wdc:1369339511139"
2468
- } ]
2469
- }
2470
-
2471
- [649.279][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
2472
- [649.279][FINER]: Waiting for all views to stop loading...
2473
- [649.279][FINER]: Done waiting for all views to stop loading
2474
- [649.309][FINER]: Waiting for all views to stop loading...
2475
- [649.309][FINER]: Done waiting for all views to stop loading
2476
- [649.309][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
2477
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2478
- "status": 0,
2479
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
2480
- }
2481
-
2482
- [649.310][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
2483
- [649.310][FINER]: Waiting for all views to stop loading...
2484
- [649.310][FINER]: Done waiting for all views to stop loading
2485
- [649.350][FINER]: Waiting for all views to stop loading...
2486
- [649.350][FINER]: Done waiting for all views to stop loading
2487
- [649.350][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
2488
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2489
- "status": 0,
2490
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
2491
- }
2492
-
2493
- [649.351][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
2494
- [649.351][FINER]: Waiting for all views to stop loading...
2495
- [649.351][FINER]: Done waiting for all views to stop loading
2496
- [649.404][FINER]: Waiting for all views to stop loading...
2497
- [649.405][FINER]: Done waiting for all views to stop loading
2498
- [649.405][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
2499
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2500
- "status": 0,
2501
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
2502
- }
2503
-
2504
- [649.405][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
2505
- [649.405][FINER]: Waiting for all views to stop loading...
2506
- [649.406][FINER]: Done waiting for all views to stop loading
2507
- [649.443][FINER]: Waiting for all views to stop loading...
2508
- [649.443][FINER]: Done waiting for all views to stop loading
2509
- [649.443][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
2510
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2511
- "status": 0,
2512
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
2513
- }
2514
-
2515
- [649.444][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
2516
- [649.444][FINER]: Waiting for all views to stop loading...
2517
- [649.444][FINER]: Done waiting for all views to stop loading
2518
- [649.482][FINER]: Waiting for all views to stop loading...
2519
- [649.482][FINER]: Done waiting for all views to stop loading
2520
- [649.482][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
2521
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2522
- "status": 0,
2523
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
2524
- }
2525
-
2526
- [649.483][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
2527
- [649.483][FINER]: Waiting for all views to stop loading...
2528
- [649.483][FINER]: Done waiting for all views to stop loading
2529
- [649.522][FINER]: Waiting for all views to stop loading...
2530
- [649.522][FINER]: Done waiting for all views to stop loading
2531
- [649.522][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
2532
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2533
- "status": 0,
2534
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
2535
- }
2536
-
2537
- [649.523][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
2538
- [649.523][FINER]: Waiting for all views to stop loading...
2539
- [649.523][FINER]: Done waiting for all views to stop loading
2540
- [649.561][FINER]: Waiting for all views to stop loading...
2541
- [649.561][FINER]: Done waiting for all views to stop loading
2542
- [649.561][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
2543
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2544
- "status": 0,
2545
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
2546
- }
2547
-
2548
- [649.562][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
2549
- [649.562][FINER]: Waiting for all views to stop loading...
2550
- [649.562][FINER]: Done waiting for all views to stop loading
2551
- [649.600][FINER]: Waiting for all views to stop loading...
2552
- [649.600][FINER]: Done waiting for all views to stop loading
2553
- [649.600][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
2554
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2555
- "status": 0,
2556
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
2557
- }
2558
-
2559
- [649.601][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text)
2560
- [649.601][FINER]: Waiting for all views to stop loading...
2561
- [649.601][FINER]: Done waiting for all views to stop loading
2562
- [649.640][FINER]: Waiting for all views to stop loading...
2563
- [649.641][FINER]: Done waiting for all views to stop loading
2564
- [649.641][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text) with response {
2565
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2566
- "status": 0,
2567
- "value": "S&W\nYes\n1980\n07/01/1979\n63.00"
2568
- }
2569
-
2570
- [649.641][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name)
2571
- [649.641][FINER]: Waiting for all views to stop loading...
2572
- [649.642][FINER]: Done waiting for all views to stop loading
2573
- [649.645][FINER]: Waiting for all views to stop loading...
2574
- [649.645][FINER]: Done waiting for all views to stop loading
2575
- [649.645][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name) with response {
2576
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2577
- "status": 0,
2578
- "value": "tr"
2579
- }
2580
-
2581
- [649.646][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2582
- "id": null
2583
- }
2584
-
2585
- [649.646][FINER]: Waiting for all views to stop loading...
2586
- [649.646][FINER]: Done waiting for all views to stop loading
2587
- [649.646][FINER]: Waiting for all views to stop loading...
2588
- [649.646][FINER]: Done waiting for all views to stop loading
2589
- [649.647][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2590
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2591
- "status": 0,
2592
- "value": {
2593
-
2594
- }
2595
- }
2596
-
2597
- [649.647][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2598
- "using": "id",
2599
- "value": "Research F & A"
2600
- }
2601
-
2602
- [649.647][FINER]: Waiting for all views to stop loading...
2603
- [649.647][FINER]: Done waiting for all views to stop loading
2604
- [649.652][FINER]: Waiting for all views to stop loading...
2605
- [649.652][FINER]: Done waiting for all views to stop loading
2606
- [649.652][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2607
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2608
- "status": 0,
2609
- "value": {
2610
- "ELEMENT": ":wdc:1369339511125"
2611
- }
2612
- }
2613
-
2614
- [649.653][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
2615
- [649.653][FINER]: Waiting for all views to stop loading...
2616
- [649.653][FINER]: Done waiting for all views to stop loading
2617
- [649.654][FINER]: Waiting for all views to stop loading...
2618
- [649.654][FINER]: Done waiting for all views to stop loading
2619
- [649.654][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
2620
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2621
- "status": 0,
2622
- "value": "table"
2623
- }
2624
-
2625
- [649.655][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2626
- "id": null
2627
- }
2628
-
2629
- [649.655][FINER]: Waiting for all views to stop loading...
2630
- [649.655][FINER]: Done waiting for all views to stop loading
2631
- [649.655][FINER]: Waiting for all views to stop loading...
2632
- [649.655][FINER]: Done waiting for all views to stop loading
2633
- [649.655][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2634
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2635
- "status": 0,
2636
- "value": {
2637
-
2638
- }
2639
- }
2640
-
2641
- [649.656][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2642
- "using": "id",
2643
- "value": "Research F & A"
2644
- }
2645
-
2646
- [649.656][FINER]: Waiting for all views to stop loading...
2647
- [649.656][FINER]: Done waiting for all views to stop loading
2648
- [649.661][FINER]: Waiting for all views to stop loading...
2649
- [649.661][FINER]: Done waiting for all views to stop loading
2650
- [649.661][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2651
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2652
- "status": 0,
2653
- "value": {
2654
- "ELEMENT": ":wdc:1369339511125"
2655
- }
2656
- }
2657
-
2658
- [649.662][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
2659
- [649.662][FINER]: Waiting for all views to stop loading...
2660
- [649.662][FINER]: Done waiting for all views to stop loading
2661
- [649.663][FINER]: Waiting for all views to stop loading...
2662
- [649.663][FINER]: Done waiting for all views to stop loading
2663
- [649.664][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
2664
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2665
- "status": 0,
2666
- "value": "table"
2667
- }
2668
-
2669
- [649.664][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
2670
- "using": "xpath",
2671
- "value": ".//tr"
2672
- }
2673
-
2674
- [649.664][FINER]: Waiting for all views to stop loading...
2675
- [649.664][FINER]: Done waiting for all views to stop loading
2676
- [649.669][FINER]: Waiting for all views to stop loading...
2677
- [649.669][FINER]: Done waiting for all views to stop loading
2678
- [649.670][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
2679
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2680
- "status": 0,
2681
- "value": [ {
2682
- "ELEMENT": ":wdc:1369339511126"
2683
- }, {
2684
- "ELEMENT": ":wdc:1369339511127"
2685
- }, {
2686
- "ELEMENT": ":wdc:1369339511128"
2687
- }, {
2688
- "ELEMENT": ":wdc:1369339511129"
2689
- }, {
2690
- "ELEMENT": ":wdc:1369339511130"
2691
- }, {
2692
- "ELEMENT": ":wdc:1369339511131"
2693
- }, {
2694
- "ELEMENT": ":wdc:1369339511132"
2695
- }, {
2696
- "ELEMENT": ":wdc:1369339511133"
2697
- }, {
2698
- "ELEMENT": ":wdc:1369339511134"
2699
- }, {
2700
- "ELEMENT": ":wdc:1369339511135"
2701
- }, {
2702
- "ELEMENT": ":wdc:1369339511136"
2703
- }, {
2704
- "ELEMENT": ":wdc:1369339511137"
2705
- }, {
2706
- "ELEMENT": ":wdc:1369339511138"
2707
- }, {
2708
- "ELEMENT": ":wdc:1369339511139"
2709
- } ]
2710
- }
2711
-
2712
- [649.670][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
2713
- [649.670][FINER]: Waiting for all views to stop loading...
2714
- [649.670][FINER]: Done waiting for all views to stop loading
2715
- [649.683][FINER]: Waiting for all views to stop loading...
2716
- [649.683][FINER]: Done waiting for all views to stop loading
2717
- [649.683][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
2718
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2719
- "status": 0,
2720
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
2721
- }
2722
-
2723
- [649.684][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
2724
- [649.684][FINER]: Waiting for all views to stop loading...
2725
- [649.684][FINER]: Done waiting for all views to stop loading
2726
- [649.707][FINER]: Waiting for all views to stop loading...
2727
- [649.707][FINER]: Done waiting for all views to stop loading
2728
- [649.707][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
2729
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2730
- "status": 0,
2731
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
2732
- }
2733
-
2734
- [649.708][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
2735
- [649.708][FINER]: Waiting for all views to stop loading...
2736
- [649.708][FINER]: Done waiting for all views to stop loading
2737
- [649.731][FINER]: Waiting for all views to stop loading...
2738
- [649.731][FINER]: Done waiting for all views to stop loading
2739
- [649.731][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
2740
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2741
- "status": 0,
2742
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
2743
- }
2744
-
2745
- [649.732][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
2746
- [649.732][FINER]: Waiting for all views to stop loading...
2747
- [649.732][FINER]: Done waiting for all views to stop loading
2748
- [649.753][FINER]: Waiting for all views to stop loading...
2749
- [649.754][FINER]: Done waiting for all views to stop loading
2750
- [649.754][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
2751
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2752
- "status": 0,
2753
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
2754
- }
2755
-
2756
- [649.755][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
2757
- [649.755][FINER]: Waiting for all views to stop loading...
2758
- [649.755][FINER]: Done waiting for all views to stop loading
2759
- [649.778][FINER]: Waiting for all views to stop loading...
2760
- [649.778][FINER]: Done waiting for all views to stop loading
2761
- [649.778][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
2762
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2763
- "status": 0,
2764
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
2765
- }
2766
-
2767
- [649.779][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
2768
- [649.779][FINER]: Waiting for all views to stop loading...
2769
- [649.779][FINER]: Done waiting for all views to stop loading
2770
- [649.801][FINER]: Waiting for all views to stop loading...
2771
- [649.801][FINER]: Done waiting for all views to stop loading
2772
- [649.801][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
2773
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2774
- "status": 0,
2775
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
2776
- }
2777
-
2778
- [649.802][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
2779
- [649.802][FINER]: Waiting for all views to stop loading...
2780
- [649.802][FINER]: Done waiting for all views to stop loading
2781
- [649.823][FINER]: Waiting for all views to stop loading...
2782
- [649.824][FINER]: Done waiting for all views to stop loading
2783
- [649.824][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
2784
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2785
- "status": 0,
2786
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
2787
- }
2788
-
2789
- [649.825][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
2790
- [649.825][FINER]: Waiting for all views to stop loading...
2791
- [649.825][FINER]: Done waiting for all views to stop loading
2792
- [649.849][FINER]: Waiting for all views to stop loading...
2793
- [649.849][FINER]: Done waiting for all views to stop loading
2794
- [649.849][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
2795
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2796
- "status": 0,
2797
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
2798
- }
2799
-
2800
- [649.850][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text)
2801
- [649.850][FINER]: Waiting for all views to stop loading...
2802
- [649.850][FINER]: Done waiting for all views to stop loading
2803
- [649.871][FINER]: Waiting for all views to stop loading...
2804
- [649.872][FINER]: Done waiting for all views to stop loading
2805
- [649.872][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text) with response {
2806
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2807
- "status": 0,
2808
- "value": "S&W\nYes\n1980\n07/01/1979\n63.00"
2809
- }
2810
-
2811
- [649.872][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name)
2812
- [649.872][FINER]: Waiting for all views to stop loading...
2813
- [649.873][FINER]: Done waiting for all views to stop loading
2814
- [649.874][FINER]: Waiting for all views to stop loading...
2815
- [649.874][FINER]: Done waiting for all views to stop loading
2816
- [649.874][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name) with response {
2817
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2818
- "status": 0,
2819
- "value": "tr"
2820
- }
2821
-
2822
- [649.875][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/element) with params {
2823
- "using": "tag name",
2824
- "value": "input"
2825
- }
2826
-
2827
- [649.875][FINER]: Waiting for all views to stop loading...
2828
- [649.875][FINER]: Done waiting for all views to stop loading
2829
- [649.892][FINER]: Waiting for all views to stop loading...
2830
- [649.892][FINER]: Done waiting for all views to stop loading
2831
- [649.892][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/element) with response {
2832
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2833
- "status": 0,
2834
- "value": {
2835
- "ELEMENT": ":wdc:1369339511141"
2836
- }
2837
- }
2838
-
2839
- [649.893][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/name)
2840
- [649.893][FINER]: Waiting for all views to stop loading...
2841
- [649.893][FINER]: Done waiting for all views to stop loading
2842
- [649.896][FINER]: Waiting for all views to stop loading...
2843
- [649.896][FINER]: Done waiting for all views to stop loading
2844
- [649.896][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/name) with response {
2845
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2846
- "status": 0,
2847
- "value": "input"
2848
- }
2849
-
2850
- [649.897][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/enabled)
2851
- [649.897][FINER]: Waiting for all views to stop loading...
2852
- [649.897][FINER]: Done waiting for all views to stop loading
2853
- [649.907][FINER]: Waiting for all views to stop loading...
2854
- [649.907][FINER]: Done waiting for all views to stop loading
2855
- [649.907][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/enabled) with response {
2856
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2857
- "status": 0,
2858
- "value": true
2859
- }
2860
-
2861
- [649.908][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2862
- "id": null
2863
- }
2864
-
2865
- [649.908][FINER]: Waiting for all views to stop loading...
2866
- [649.908][FINER]: Done waiting for all views to stop loading
2867
- [649.908][FINER]: Waiting for all views to stop loading...
2868
- [649.909][FINER]: Done waiting for all views to stop loading
2869
- [649.909][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2870
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2871
- "status": 0,
2872
- "value": {
2873
-
2874
- }
2875
- }
2876
-
2877
- [649.909][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2878
- "using": "id",
2879
- "value": "Research F & A"
2880
- }
2881
-
2882
- [649.909][FINER]: Waiting for all views to stop loading...
2883
- [649.910][FINER]: Done waiting for all views to stop loading
2884
- [649.915][FINER]: Waiting for all views to stop loading...
2885
- [649.916][FINER]: Done waiting for all views to stop loading
2886
- [649.916][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2887
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2888
- "status": 0,
2889
- "value": {
2890
- "ELEMENT": ":wdc:1369339511125"
2891
- }
2892
- }
2893
-
2894
- [649.917][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
2895
- [649.917][FINER]: Waiting for all views to stop loading...
2896
- [649.917][FINER]: Done waiting for all views to stop loading
2897
- [649.918][FINER]: Waiting for all views to stop loading...
2898
- [649.918][FINER]: Done waiting for all views to stop loading
2899
- [649.918][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
2900
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2901
- "status": 0,
2902
- "value": "table"
2903
- }
2904
-
2905
- [649.919][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
2906
- "id": null
2907
- }
2908
-
2909
- [649.919][FINER]: Waiting for all views to stop loading...
2910
- [649.919][FINER]: Done waiting for all views to stop loading
2911
- [649.919][FINER]: Waiting for all views to stop loading...
2912
- [649.919][FINER]: Done waiting for all views to stop loading
2913
- [649.919][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
2914
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2915
- "status": 0,
2916
- "value": {
2917
-
2918
- }
2919
- }
2920
-
2921
- [649.920][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
2922
- "using": "id",
2923
- "value": "Research F & A"
2924
- }
2925
-
2926
- [649.920][FINER]: Waiting for all views to stop loading...
2927
- [649.920][FINER]: Done waiting for all views to stop loading
2928
- [649.924][FINER]: Waiting for all views to stop loading...
2929
- [649.924][FINER]: Done waiting for all views to stop loading
2930
- [649.924][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
2931
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2932
- "status": 0,
2933
- "value": {
2934
- "ELEMENT": ":wdc:1369339511125"
2935
- }
2936
- }
2937
-
2938
- [649.925][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
2939
- [649.925][FINER]: Waiting for all views to stop loading...
2940
- [649.925][FINER]: Done waiting for all views to stop loading
2941
- [649.927][FINER]: Waiting for all views to stop loading...
2942
- [649.927][FINER]: Done waiting for all views to stop loading
2943
- [649.927][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
2944
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2945
- "status": 0,
2946
- "value": "table"
2947
- }
2948
-
2949
- [649.927][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
2950
- "using": "xpath",
2951
- "value": ".//tr"
2952
- }
2953
-
2954
- [649.927][FINER]: Waiting for all views to stop loading...
2955
- [649.928][FINER]: Done waiting for all views to stop loading
2956
- [649.933][FINER]: Waiting for all views to stop loading...
2957
- [649.933][FINER]: Done waiting for all views to stop loading
2958
- [649.933][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
2959
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2960
- "status": 0,
2961
- "value": [ {
2962
- "ELEMENT": ":wdc:1369339511126"
2963
- }, {
2964
- "ELEMENT": ":wdc:1369339511127"
2965
- }, {
2966
- "ELEMENT": ":wdc:1369339511128"
2967
- }, {
2968
- "ELEMENT": ":wdc:1369339511129"
2969
- }, {
2970
- "ELEMENT": ":wdc:1369339511130"
2971
- }, {
2972
- "ELEMENT": ":wdc:1369339511131"
2973
- }, {
2974
- "ELEMENT": ":wdc:1369339511132"
2975
- }, {
2976
- "ELEMENT": ":wdc:1369339511133"
2977
- }, {
2978
- "ELEMENT": ":wdc:1369339511134"
2979
- }, {
2980
- "ELEMENT": ":wdc:1369339511135"
2981
- }, {
2982
- "ELEMENT": ":wdc:1369339511136"
2983
- }, {
2984
- "ELEMENT": ":wdc:1369339511137"
2985
- }, {
2986
- "ELEMENT": ":wdc:1369339511138"
2987
- }, {
2988
- "ELEMENT": ":wdc:1369339511139"
2989
- } ]
2990
- }
2991
-
2992
- [649.934][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
2993
- [649.934][FINER]: Waiting for all views to stop loading...
2994
- [649.934][FINER]: Done waiting for all views to stop loading
2995
- [649.946][FINER]: Waiting for all views to stop loading...
2996
- [649.946][FINER]: Done waiting for all views to stop loading
2997
- [649.946][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
2998
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
2999
- "status": 0,
3000
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
3001
- }
3002
-
3003
- [649.947][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
3004
- [649.947][FINER]: Waiting for all views to stop loading...
3005
- [649.947][FINER]: Done waiting for all views to stop loading
3006
- [649.968][FINER]: Waiting for all views to stop loading...
3007
- [649.968][FINER]: Done waiting for all views to stop loading
3008
- [649.968][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
3009
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3010
- "status": 0,
3011
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
3012
- }
3013
-
3014
- [649.969][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
3015
- [649.969][FINER]: Waiting for all views to stop loading...
3016
- [649.969][FINER]: Done waiting for all views to stop loading
3017
- [650.019][FINER]: Waiting for all views to stop loading...
3018
- [650.019][FINER]: Done waiting for all views to stop loading
3019
- [650.019][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
3020
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3021
- "status": 0,
3022
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
3023
- }
3024
-
3025
- [650.020][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
3026
- [650.020][FINER]: Waiting for all views to stop loading...
3027
- [650.020][FINER]: Done waiting for all views to stop loading
3028
- [650.043][FINER]: Waiting for all views to stop loading...
3029
- [650.043][FINER]: Done waiting for all views to stop loading
3030
- [650.043][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
3031
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3032
- "status": 0,
3033
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
3034
- }
3035
-
3036
- [650.044][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
3037
- [650.044][FINER]: Waiting for all views to stop loading...
3038
- [650.044][FINER]: Done waiting for all views to stop loading
3039
- [650.067][FINER]: Waiting for all views to stop loading...
3040
- [650.067][FINER]: Done waiting for all views to stop loading
3041
- [650.067][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
3042
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3043
- "status": 0,
3044
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
3045
- }
3046
-
3047
- [650.068][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
3048
- [650.068][FINER]: Waiting for all views to stop loading...
3049
- [650.068][FINER]: Done waiting for all views to stop loading
3050
- [650.090][FINER]: Waiting for all views to stop loading...
3051
- [650.091][FINER]: Done waiting for all views to stop loading
3052
- [650.091][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
3053
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3054
- "status": 0,
3055
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
3056
- }
3057
-
3058
- [650.091][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
3059
- [650.091][FINER]: Waiting for all views to stop loading...
3060
- [650.092][FINER]: Done waiting for all views to stop loading
3061
- [650.114][FINER]: Waiting for all views to stop loading...
3062
- [650.114][FINER]: Done waiting for all views to stop loading
3063
- [650.114][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
3064
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3065
- "status": 0,
3066
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
3067
- }
3068
-
3069
- [650.115][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
3070
- [650.115][FINER]: Waiting for all views to stop loading...
3071
- [650.115][FINER]: Done waiting for all views to stop loading
3072
- [650.138][FINER]: Waiting for all views to stop loading...
3073
- [650.138][FINER]: Done waiting for all views to stop loading
3074
- [650.138][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
3075
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3076
- "status": 0,
3077
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
3078
- }
3079
-
3080
- [650.139][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text)
3081
- [650.139][FINER]: Waiting for all views to stop loading...
3082
- [650.140][FINER]: Done waiting for all views to stop loading
3083
- [650.161][FINER]: Waiting for all views to stop loading...
3084
- [650.162][FINER]: Done waiting for all views to stop loading
3085
- [650.162][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text) with response {
3086
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3087
- "status": 0,
3088
- "value": "S&W\nYes\n1980\n07/01/1979\n63.00"
3089
- }
3090
-
3091
- [650.162][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name)
3092
- [650.162][FINER]: Waiting for all views to stop loading...
3093
- [650.163][FINER]: Done waiting for all views to stop loading
3094
- [650.164][FINER]: Waiting for all views to stop loading...
3095
- [650.164][FINER]: Done waiting for all views to stop loading
3096
- [650.164][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name) with response {
3097
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3098
- "status": 0,
3099
- "value": "tr"
3100
- }
3101
-
3102
- [650.165][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3103
- "id": null
3104
- }
3105
-
3106
- [650.165][FINER]: Waiting for all views to stop loading...
3107
- [650.165][FINER]: Done waiting for all views to stop loading
3108
- [650.165][FINER]: Waiting for all views to stop loading...
3109
- [650.165][FINER]: Done waiting for all views to stop loading
3110
- [650.165][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3111
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3112
- "status": 0,
3113
- "value": {
3114
-
3115
- }
3116
- }
3117
-
3118
- [650.166][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3119
- "using": "id",
3120
- "value": "Research F & A"
3121
- }
3122
-
3123
- [650.166][FINER]: Waiting for all views to stop loading...
3124
- [650.166][FINER]: Done waiting for all views to stop loading
3125
- [650.171][FINER]: Waiting for all views to stop loading...
3126
- [650.171][FINER]: Done waiting for all views to stop loading
3127
- [650.171][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3128
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3129
- "status": 0,
3130
- "value": {
3131
- "ELEMENT": ":wdc:1369339511125"
3132
- }
3133
- }
3134
-
3135
- [650.172][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
3136
- [650.172][FINER]: Waiting for all views to stop loading...
3137
- [650.172][FINER]: Done waiting for all views to stop loading
3138
- [650.173][FINER]: Waiting for all views to stop loading...
3139
- [650.174][FINER]: Done waiting for all views to stop loading
3140
- [650.174][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
3141
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3142
- "status": 0,
3143
- "value": "table"
3144
- }
3145
-
3146
- [650.174][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3147
- "id": null
3148
- }
3149
-
3150
- [650.174][FINER]: Waiting for all views to stop loading...
3151
- [650.175][FINER]: Done waiting for all views to stop loading
3152
- [650.175][FINER]: Waiting for all views to stop loading...
3153
- [650.175][FINER]: Done waiting for all views to stop loading
3154
- [650.175][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3155
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3156
- "status": 0,
3157
- "value": {
3158
-
3159
- }
3160
- }
3161
-
3162
- [650.175][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3163
- "using": "id",
3164
- "value": "Research F & A"
3165
- }
3166
-
3167
- [650.176][FINER]: Waiting for all views to stop loading...
3168
- [650.176][FINER]: Done waiting for all views to stop loading
3169
- [650.180][FINER]: Waiting for all views to stop loading...
3170
- [650.180][FINER]: Done waiting for all views to stop loading
3171
- [650.180][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3172
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3173
- "status": 0,
3174
- "value": {
3175
- "ELEMENT": ":wdc:1369339511125"
3176
- }
3177
- }
3178
-
3179
- [650.181][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
3180
- [650.181][FINER]: Waiting for all views to stop loading...
3181
- [650.181][FINER]: Done waiting for all views to stop loading
3182
- [650.182][FINER]: Waiting for all views to stop loading...
3183
- [650.182][FINER]: Done waiting for all views to stop loading
3184
- [650.182][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
3185
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3186
- "status": 0,
3187
- "value": "table"
3188
- }
3189
-
3190
- [650.183][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
3191
- "using": "xpath",
3192
- "value": ".//tr"
3193
- }
3194
-
3195
- [650.183][FINER]: Waiting for all views to stop loading...
3196
- [650.183][FINER]: Done waiting for all views to stop loading
3197
- [650.188][FINER]: Waiting for all views to stop loading...
3198
- [650.189][FINER]: Done waiting for all views to stop loading
3199
- [650.189][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
3200
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3201
- "status": 0,
3202
- "value": [ {
3203
- "ELEMENT": ":wdc:1369339511126"
3204
- }, {
3205
- "ELEMENT": ":wdc:1369339511127"
3206
- }, {
3207
- "ELEMENT": ":wdc:1369339511128"
3208
- }, {
3209
- "ELEMENT": ":wdc:1369339511129"
3210
- }, {
3211
- "ELEMENT": ":wdc:1369339511130"
3212
- }, {
3213
- "ELEMENT": ":wdc:1369339511131"
3214
- }, {
3215
- "ELEMENT": ":wdc:1369339511132"
3216
- }, {
3217
- "ELEMENT": ":wdc:1369339511133"
3218
- }, {
3219
- "ELEMENT": ":wdc:1369339511134"
3220
- }, {
3221
- "ELEMENT": ":wdc:1369339511135"
3222
- }, {
3223
- "ELEMENT": ":wdc:1369339511136"
3224
- }, {
3225
- "ELEMENT": ":wdc:1369339511137"
3226
- }, {
3227
- "ELEMENT": ":wdc:1369339511138"
3228
- }, {
3229
- "ELEMENT": ":wdc:1369339511139"
3230
- } ]
3231
- }
3232
-
3233
- [650.189][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
3234
- [650.189][FINER]: Waiting for all views to stop loading...
3235
- [650.190][FINER]: Done waiting for all views to stop loading
3236
- [650.202][FINER]: Waiting for all views to stop loading...
3237
- [650.202][FINER]: Done waiting for all views to stop loading
3238
- [650.202][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
3239
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3240
- "status": 0,
3241
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
3242
- }
3243
-
3244
- [650.203][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
3245
- [650.203][FINER]: Waiting for all views to stop loading...
3246
- [650.203][FINER]: Done waiting for all views to stop loading
3247
- [650.225][FINER]: Waiting for all views to stop loading...
3248
- [650.226][FINER]: Done waiting for all views to stop loading
3249
- [650.226][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
3250
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3251
- "status": 0,
3252
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
3253
- }
3254
-
3255
- [650.226][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
3256
- [650.226][FINER]: Waiting for all views to stop loading...
3257
- [650.227][FINER]: Done waiting for all views to stop loading
3258
- [650.253][FINER]: Waiting for all views to stop loading...
3259
- [650.253][FINER]: Done waiting for all views to stop loading
3260
- [650.253][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
3261
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3262
- "status": 0,
3263
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
3264
- }
3265
-
3266
- [650.254][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
3267
- [650.254][FINER]: Waiting for all views to stop loading...
3268
- [650.254][FINER]: Done waiting for all views to stop loading
3269
- [650.277][FINER]: Waiting for all views to stop loading...
3270
- [650.277][FINER]: Done waiting for all views to stop loading
3271
- [650.277][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
3272
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3273
- "status": 0,
3274
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
3275
- }
3276
-
3277
- [650.278][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
3278
- [650.278][FINER]: Waiting for all views to stop loading...
3279
- [650.278][FINER]: Done waiting for all views to stop loading
3280
- [650.301][FINER]: Waiting for all views to stop loading...
3281
- [650.302][FINER]: Done waiting for all views to stop loading
3282
- [650.302][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
3283
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3284
- "status": 0,
3285
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
3286
- }
3287
-
3288
- [650.302][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text)
3289
- [650.303][FINER]: Waiting for all views to stop loading...
3290
- [650.303][FINER]: Done waiting for all views to stop loading
3291
- [650.327][FINER]: Waiting for all views to stop loading...
3292
- [650.327][FINER]: Done waiting for all views to stop loading
3293
- [650.327][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511131/text) with response {
3294
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3295
- "status": 0,
3296
- "value": "TDC\nNo\n2004\n07/01/2003\n0.00"
3297
- }
3298
-
3299
- [650.328][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text)
3300
- [650.328][FINER]: Waiting for all views to stop loading...
3301
- [650.328][FINER]: Done waiting for all views to stop loading
3302
- [650.352][FINER]: Waiting for all views to stop loading...
3303
- [650.352][FINER]: Done waiting for all views to stop loading
3304
- [650.352][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511132/text) with response {
3305
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3306
- "status": 0,
3307
- "value": "TDC\nYes\n2004\n07/01/2003\n0.00"
3308
- }
3309
-
3310
- [650.353][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text)
3311
- [650.353][FINER]: Waiting for all views to stop loading...
3312
- [650.353][FINER]: Done waiting for all views to stop loading
3313
- [650.377][FINER]: Waiting for all views to stop loading...
3314
- [650.377][FINER]: Done waiting for all views to stop loading
3315
- [650.377][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511133/text) with response {
3316
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3317
- "status": 0,
3318
- "value": "S&W\nNo\n1980\n07/01/1979\n62.00"
3319
- }
3320
-
3321
- [650.378][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text)
3322
- [650.378][FINER]: Waiting for all views to stop loading...
3323
- [650.378][FINER]: Done waiting for all views to stop loading
3324
- [650.402][FINER]: Waiting for all views to stop loading...
3325
- [650.402][FINER]: Done waiting for all views to stop loading
3326
- [650.402][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/text) with response {
3327
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3328
- "status": 0,
3329
- "value": "S&W\nYes\n1980\n07/01/1979\n63.00"
3330
- }
3331
-
3332
- [650.403][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name)
3333
- [650.403][FINER]: Waiting for all views to stop loading...
3334
- [650.403][FINER]: Done waiting for all views to stop loading
3335
- [650.404][FINER]: Waiting for all views to stop loading...
3336
- [650.404][FINER]: Done waiting for all views to stop loading
3337
- [650.404][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/name) with response {
3338
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3339
- "status": 0,
3340
- "value": "tr"
3341
- }
3342
-
3343
- [650.405][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/element) with params {
3344
- "using": "tag name",
3345
- "value": "input"
3346
- }
3347
-
3348
- [650.405][FINER]: Waiting for all views to stop loading...
3349
- [650.406][FINER]: Done waiting for all views to stop loading
3350
- [650.410][FINER]: Waiting for all views to stop loading...
3351
- [650.411][FINER]: Done waiting for all views to stop loading
3352
- [650.411][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511134/element) with response {
3353
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3354
- "status": 0,
3355
- "value": {
3356
- "ELEMENT": ":wdc:1369339511141"
3357
- }
3358
- }
3359
-
3360
- [650.412][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/name)
3361
- [650.412][FINER]: Waiting for all views to stop loading...
3362
- [650.412][FINER]: Done waiting for all views to stop loading
3363
- [650.413][FINER]: Waiting for all views to stop loading...
3364
- [650.413][FINER]: Done waiting for all views to stop loading
3365
- [650.413][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/name) with response {
3366
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3367
- "status": 0,
3368
- "value": "input"
3369
- }
3370
-
3371
- [650.413][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/attribute/readonly)
3372
- [650.414][FINER]: Waiting for all views to stop loading...
3373
- [650.414][FINER]: Done waiting for all views to stop loading
3374
- [650.428][FINER]: Waiting for all views to stop loading...
3375
- [650.428][FINER]: Done waiting for all views to stop loading
3376
- [650.428][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/attribute/readonly) with response {
3377
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3378
- "status": 0,
3379
- "value": null
3380
- }
3381
-
3382
- [650.429][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/clear) with params {
3383
-
3384
- }
3385
-
3386
- [650.429][FINER]: Waiting for all views to stop loading...
3387
- [650.429][FINER]: Done waiting for all views to stop loading
3388
- [650.455][FINER]: Waiting for all views to stop loading...
3389
- [650.455][FINER]: Done waiting for all views to stop loading
3390
- [650.455][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/clear) with response {
3391
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3392
- "status": 0,
3393
- "value": null
3394
- }
3395
-
3396
- [650.456][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/value) with params {
3397
- "value": [ "ass" ]
3398
- }
3399
-
3400
- [650.456][FINER]: Waiting for all views to stop loading...
3401
- [650.457][FINER]: Done waiting for all views to stop loading
3402
- [650.538][FINER]: Waiting for all views to stop loading...
3403
- [650.539][FINER]: Done waiting for all views to stop loading
3404
- [650.539][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511141/value) with response {
3405
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3406
- "status": 0,
3407
- "value": {
3408
-
3409
- }
3410
- }
3411
-
3412
- [729.664][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3413
- "id": null
3414
- }
3415
-
3416
- [729.664][FINER]: Waiting for all views to stop loading...
3417
- [729.665][FINER]: Done waiting for all views to stop loading
3418
- [729.665][FINER]: Waiting for all views to stop loading...
3419
- [729.665][FINER]: Done waiting for all views to stop loading
3420
- [729.665][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3421
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3422
- "status": 0,
3423
- "value": {
3424
-
3425
- }
3426
- }
3427
-
3428
- [729.666][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3429
- "using": "id",
3430
- "value": "iframeportlet"
3431
- }
3432
-
3433
- [729.666][FINER]: Waiting for all views to stop loading...
3434
- [729.666][FINER]: Done waiting for all views to stop loading
3435
- [729.671][FINER]: Waiting for all views to stop loading...
3436
- [729.671][FINER]: Done waiting for all views to stop loading
3437
- [729.671][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3438
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3439
- "status": 7,
3440
- "value": {
3441
- "message": "The element could not be found"
3442
- }
3443
- }
3444
-
3445
- [729.672][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3446
- "using": "xpath",
3447
- "value": ".//iframe[@id='iframeportlet']"
3448
- }
3449
-
3450
- [729.672][FINER]: Waiting for all views to stop loading...
3451
- [729.672][FINER]: Done waiting for all views to stop loading
3452
- [729.677][FINER]: Waiting for all views to stop loading...
3453
- [729.677][FINER]: Done waiting for all views to stop loading
3454
- [729.677][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3455
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3456
- "status": 7,
3457
- "value": {
3458
- "message": "The element could not be found"
3459
- }
3460
- }
3461
-
3462
- [729.678][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3463
- "using": "id",
3464
- "value": "iframeportlet"
3465
- }
3466
-
3467
- [729.678][FINER]: Waiting for all views to stop loading...
3468
- [729.678][FINER]: Done waiting for all views to stop loading
3469
- [729.683][FINER]: Waiting for all views to stop loading...
3470
- [729.684][FINER]: Done waiting for all views to stop loading
3471
- [729.684][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3472
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3473
- "status": 7,
3474
- "value": {
3475
- "message": "The element could not be found"
3476
- }
3477
- }
3478
-
3479
- [729.685][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3480
- "using": "xpath",
3481
- "value": ".//frame[@id='iframeportlet']"
3482
- }
3483
-
3484
- [729.685][FINER]: Waiting for all views to stop loading...
3485
- [729.685][FINER]: Done waiting for all views to stop loading
3486
- [729.689][FINER]: Waiting for all views to stop loading...
3487
- [729.690][FINER]: Done waiting for all views to stop loading
3488
- [729.690][WARNING]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3489
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3490
- "status": 7,
3491
- "value": {
3492
- "message": "The element could not be found"
3493
- }
3494
- }
3495
-
3496
- [729.691][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3497
- "id": null
3498
- }
3499
-
3500
- [729.691][FINER]: Waiting for all views to stop loading...
3501
- [729.691][FINER]: Done waiting for all views to stop loading
3502
- [729.691][FINER]: Waiting for all views to stop loading...
3503
- [729.692][FINER]: Done waiting for all views to stop loading
3504
- [729.692][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3505
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3506
- "status": 0,
3507
- "value": {
3508
-
3509
- }
3510
- }
3511
-
3512
- [729.693][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
3513
- "using": "xpath",
3514
- "value": ".//iframe"
3515
- }
3516
-
3517
- [729.693][FINER]: Waiting for all views to stop loading...
3518
- [729.694][FINER]: Done waiting for all views to stop loading
3519
- [729.698][FINER]: Waiting for all views to stop loading...
3520
- [729.699][FINER]: Done waiting for all views to stop loading
3521
- [729.699][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
3522
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3523
- "status": 0,
3524
- "value": [ ]
3525
- }
3526
-
3527
- [729.700][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
3528
- "using": "xpath",
3529
- "value": ".//frame"
3530
- }
3531
-
3532
- [729.700][FINER]: Waiting for all views to stop loading...
3533
- [729.700][FINER]: Done waiting for all views to stop loading
3534
- [729.704][FINER]: Waiting for all views to stop loading...
3535
- [729.704][FINER]: Done waiting for all views to stop loading
3536
- [729.704][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
3537
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3538
- "status": 0,
3539
- "value": [ ]
3540
- }
3541
-
3542
- [729.705][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3543
- "id": null
3544
- }
3545
-
3546
- [729.706][FINER]: Waiting for all views to stop loading...
3547
- [729.706][FINER]: Done waiting for all views to stop loading
3548
- [729.706][FINER]: Waiting for all views to stop loading...
3549
- [729.706][FINER]: Done waiting for all views to stop loading
3550
- [729.706][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3551
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3552
- "status": 0,
3553
- "value": {
3554
-
3555
- }
3556
- }
3557
-
3558
- [729.707][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
3559
- "using": "xpath",
3560
- "value": ".//iframe"
3561
- }
3562
-
3563
- [729.707][FINER]: Waiting for all views to stop loading...
3564
- [729.707][FINER]: Done waiting for all views to stop loading
3565
- [729.712][FINER]: Waiting for all views to stop loading...
3566
- [729.712][FINER]: Done waiting for all views to stop loading
3567
- [729.712][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
3568
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3569
- "status": 0,
3570
- "value": [ ]
3571
- }
3572
-
3573
- [729.713][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with params {
3574
- "using": "xpath",
3575
- "value": ".//frame"
3576
- }
3577
-
3578
- [729.713][FINER]: Waiting for all views to stop loading...
3579
- [729.713][FINER]: Done waiting for all views to stop loading
3580
- [729.718][FINER]: Waiting for all views to stop loading...
3581
- [729.718][FINER]: Done waiting for all views to stop loading
3582
- [729.718][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/elements) with response {
3583
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3584
- "status": 0,
3585
- "value": [ ]
3586
- }
3587
-
3588
- [729.719][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3589
- "id": null
3590
- }
3591
-
3592
- [729.719][FINER]: Waiting for all views to stop loading...
3593
- [729.720][FINER]: Done waiting for all views to stop loading
3594
- [729.720][FINER]: Waiting for all views to stop loading...
3595
- [729.720][FINER]: Done waiting for all views to stop loading
3596
- [729.720][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3597
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3598
- "status": 0,
3599
- "value": {
3600
-
3601
- }
3602
- }
3603
-
3604
- [729.721][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3605
- "using": "id",
3606
- "value": "Research F & A"
3607
- }
3608
-
3609
- [729.721][FINER]: Waiting for all views to stop loading...
3610
- [729.721][FINER]: Done waiting for all views to stop loading
3611
- [729.725][FINER]: Waiting for all views to stop loading...
3612
- [729.726][FINER]: Done waiting for all views to stop loading
3613
- [729.726][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3614
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3615
- "status": 0,
3616
- "value": {
3617
- "ELEMENT": ":wdc:1369339511125"
3618
- }
3619
- }
3620
-
3621
- [729.727][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
3622
- [729.727][FINER]: Waiting for all views to stop loading...
3623
- [729.727][FINER]: Done waiting for all views to stop loading
3624
- [729.728][FINER]: Waiting for all views to stop loading...
3625
- [729.728][FINER]: Done waiting for all views to stop loading
3626
- [729.728][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
3627
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3628
- "status": 0,
3629
- "value": "table"
3630
- }
3631
-
3632
- [729.729][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3633
- "id": null
3634
- }
3635
-
3636
- [729.729][FINER]: Waiting for all views to stop loading...
3637
- [729.729][FINER]: Done waiting for all views to stop loading
3638
- [729.730][FINER]: Waiting for all views to stop loading...
3639
- [729.730][FINER]: Done waiting for all views to stop loading
3640
- [729.730][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3641
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3642
- "status": 0,
3643
- "value": {
3644
-
3645
- }
3646
- }
3647
-
3648
- [729.730][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3649
- "using": "id",
3650
- "value": "Research F & A"
3651
- }
3652
-
3653
- [729.730][FINER]: Waiting for all views to stop loading...
3654
- [729.731][FINER]: Done waiting for all views to stop loading
3655
- [729.736][FINER]: Waiting for all views to stop loading...
3656
- [729.736][FINER]: Done waiting for all views to stop loading
3657
- [729.736][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3658
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3659
- "status": 0,
3660
- "value": {
3661
- "ELEMENT": ":wdc:1369339511125"
3662
- }
3663
- }
3664
-
3665
- [729.737][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
3666
- [729.737][FINER]: Waiting for all views to stop loading...
3667
- [729.737][FINER]: Done waiting for all views to stop loading
3668
- [729.738][FINER]: Waiting for all views to stop loading...
3669
- [729.738][FINER]: Done waiting for all views to stop loading
3670
- [729.738][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
3671
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3672
- "status": 0,
3673
- "value": "table"
3674
- }
3675
-
3676
- [729.739][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
3677
- "using": "xpath",
3678
- "value": ".//tr"
3679
- }
3680
-
3681
- [729.739][FINER]: Waiting for all views to stop loading...
3682
- [729.740][FINER]: Done waiting for all views to stop loading
3683
- [729.746][FINER]: Waiting for all views to stop loading...
3684
- [729.746][FINER]: Done waiting for all views to stop loading
3685
- [729.746][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
3686
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3687
- "status": 0,
3688
- "value": [ {
3689
- "ELEMENT": ":wdc:1369339511126"
3690
- }, {
3691
- "ELEMENT": ":wdc:1369339511127"
3692
- }, {
3693
- "ELEMENT": ":wdc:1369339511128"
3694
- }, {
3695
- "ELEMENT": ":wdc:1369339511129"
3696
- }, {
3697
- "ELEMENT": ":wdc:1369339511130"
3698
- }, {
3699
- "ELEMENT": ":wdc:1369339511131"
3700
- }, {
3701
- "ELEMENT": ":wdc:1369339511132"
3702
- }, {
3703
- "ELEMENT": ":wdc:1369339511133"
3704
- }, {
3705
- "ELEMENT": ":wdc:1369339511134"
3706
- }, {
3707
- "ELEMENT": ":wdc:1369339511135"
3708
- }, {
3709
- "ELEMENT": ":wdc:1369339511136"
3710
- }, {
3711
- "ELEMENT": ":wdc:1369339511137"
3712
- }, {
3713
- "ELEMENT": ":wdc:1369339511138"
3714
- }, {
3715
- "ELEMENT": ":wdc:1369339511139"
3716
- } ]
3717
- }
3718
-
3719
- [729.747][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
3720
- [729.747][FINER]: Waiting for all views to stop loading...
3721
- [729.748][FINER]: Done waiting for all views to stop loading
3722
- [729.762][FINER]: Waiting for all views to stop loading...
3723
- [729.762][FINER]: Done waiting for all views to stop loading
3724
- [729.762][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
3725
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3726
- "status": 0,
3727
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
3728
- }
3729
-
3730
- [729.763][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
3731
- [729.763][FINER]: Waiting for all views to stop loading...
3732
- [729.763][FINER]: Done waiting for all views to stop loading
3733
- [729.787][FINER]: Waiting for all views to stop loading...
3734
- [729.788][FINER]: Done waiting for all views to stop loading
3735
- [729.788][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
3736
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3737
- "status": 0,
3738
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
3739
- }
3740
-
3741
- [729.788][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
3742
- [729.788][FINER]: Waiting for all views to stop loading...
3743
- [729.789][FINER]: Done waiting for all views to stop loading
3744
- [729.812][FINER]: Waiting for all views to stop loading...
3745
- [729.813][FINER]: Done waiting for all views to stop loading
3746
- [729.813][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
3747
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3748
- "status": 0,
3749
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
3750
- }
3751
-
3752
- [729.813][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
3753
- [729.813][FINER]: Waiting for all views to stop loading...
3754
- [729.814][FINER]: Done waiting for all views to stop loading
3755
- [729.837][FINER]: Waiting for all views to stop loading...
3756
- [729.837][FINER]: Done waiting for all views to stop loading
3757
- [729.837][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
3758
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3759
- "status": 0,
3760
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
3761
- }
3762
-
3763
- [729.838][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
3764
- [729.838][FINER]: Waiting for all views to stop loading...
3765
- [729.839][FINER]: Done waiting for all views to stop loading
3766
- [729.862][FINER]: Waiting for all views to stop loading...
3767
- [729.863][FINER]: Done waiting for all views to stop loading
3768
- [729.863][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
3769
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3770
- "status": 0,
3771
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
3772
- }
3773
-
3774
- [729.863][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name)
3775
- [729.863][FINER]: Waiting for all views to stop loading...
3776
- [729.864][FINER]: Done waiting for all views to stop loading
3777
- [729.867][FINER]: Waiting for all views to stop loading...
3778
- [729.867][FINER]: Done waiting for all views to stop loading
3779
- [729.867][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name) with response {
3780
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3781
- "status": 0,
3782
- "value": "tr"
3783
- }
3784
-
3785
- [729.868][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3786
- "id": null
3787
- }
3788
-
3789
- [729.868][FINER]: Waiting for all views to stop loading...
3790
- [729.868][FINER]: Done waiting for all views to stop loading
3791
- [729.868][FINER]: Waiting for all views to stop loading...
3792
- [729.869][FINER]: Done waiting for all views to stop loading
3793
- [729.869][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3794
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3795
- "status": 0,
3796
- "value": {
3797
-
3798
- }
3799
- }
3800
-
3801
- [729.869][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3802
- "using": "id",
3803
- "value": "Research F & A"
3804
- }
3805
-
3806
- [729.869][FINER]: Waiting for all views to stop loading...
3807
- [729.870][FINER]: Done waiting for all views to stop loading
3808
- [729.874][FINER]: Waiting for all views to stop loading...
3809
- [729.875][FINER]: Done waiting for all views to stop loading
3810
- [729.875][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3811
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3812
- "status": 0,
3813
- "value": {
3814
- "ELEMENT": ":wdc:1369339511125"
3815
- }
3816
- }
3817
-
3818
- [729.876][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
3819
- [729.876][FINER]: Waiting for all views to stop loading...
3820
- [729.876][FINER]: Done waiting for all views to stop loading
3821
- [729.877][FINER]: Waiting for all views to stop loading...
3822
- [729.877][FINER]: Done waiting for all views to stop loading
3823
- [729.877][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
3824
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3825
- "status": 0,
3826
- "value": "table"
3827
- }
3828
-
3829
- [729.878][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
3830
- "id": null
3831
- }
3832
-
3833
- [729.878][FINER]: Waiting for all views to stop loading...
3834
- [729.878][FINER]: Done waiting for all views to stop loading
3835
- [729.878][FINER]: Waiting for all views to stop loading...
3836
- [729.878][FINER]: Done waiting for all views to stop loading
3837
- [729.878][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
3838
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3839
- "status": 0,
3840
- "value": {
3841
-
3842
- }
3843
- }
3844
-
3845
- [729.879][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
3846
- "using": "id",
3847
- "value": "Research F & A"
3848
- }
3849
-
3850
- [729.879][FINER]: Waiting for all views to stop loading...
3851
- [729.879][FINER]: Done waiting for all views to stop loading
3852
- [729.884][FINER]: Waiting for all views to stop loading...
3853
- [729.884][FINER]: Done waiting for all views to stop loading
3854
- [729.884][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
3855
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3856
- "status": 0,
3857
- "value": {
3858
- "ELEMENT": ":wdc:1369339511125"
3859
- }
3860
- }
3861
-
3862
- [729.885][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
3863
- [729.885][FINER]: Waiting for all views to stop loading...
3864
- [729.885][FINER]: Done waiting for all views to stop loading
3865
- [729.886][FINER]: Waiting for all views to stop loading...
3866
- [729.886][FINER]: Done waiting for all views to stop loading
3867
- [729.886][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
3868
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3869
- "status": 0,
3870
- "value": "table"
3871
- }
3872
-
3873
- [729.887][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
3874
- "using": "xpath",
3875
- "value": ".//tr"
3876
- }
3877
-
3878
- [729.887][FINER]: Waiting for all views to stop loading...
3879
- [729.888][FINER]: Done waiting for all views to stop loading
3880
- [729.893][FINER]: Waiting for all views to stop loading...
3881
- [729.893][FINER]: Done waiting for all views to stop loading
3882
- [729.893][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
3883
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3884
- "status": 0,
3885
- "value": [ {
3886
- "ELEMENT": ":wdc:1369339511126"
3887
- }, {
3888
- "ELEMENT": ":wdc:1369339511127"
3889
- }, {
3890
- "ELEMENT": ":wdc:1369339511128"
3891
- }, {
3892
- "ELEMENT": ":wdc:1369339511129"
3893
- }, {
3894
- "ELEMENT": ":wdc:1369339511130"
3895
- }, {
3896
- "ELEMENT": ":wdc:1369339511131"
3897
- }, {
3898
- "ELEMENT": ":wdc:1369339511132"
3899
- }, {
3900
- "ELEMENT": ":wdc:1369339511133"
3901
- }, {
3902
- "ELEMENT": ":wdc:1369339511134"
3903
- }, {
3904
- "ELEMENT": ":wdc:1369339511135"
3905
- }, {
3906
- "ELEMENT": ":wdc:1369339511136"
3907
- }, {
3908
- "ELEMENT": ":wdc:1369339511137"
3909
- }, {
3910
- "ELEMENT": ":wdc:1369339511138"
3911
- }, {
3912
- "ELEMENT": ":wdc:1369339511139"
3913
- } ]
3914
- }
3915
-
3916
- [729.894][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
3917
- [729.894][FINER]: Waiting for all views to stop loading...
3918
- [729.894][FINER]: Done waiting for all views to stop loading
3919
- [729.907][FINER]: Waiting for all views to stop loading...
3920
- [729.908][FINER]: Done waiting for all views to stop loading
3921
- [729.908][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
3922
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3923
- "status": 0,
3924
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
3925
- }
3926
-
3927
- [729.909][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
3928
- [729.909][FINER]: Waiting for all views to stop loading...
3929
- [729.909][FINER]: Done waiting for all views to stop loading
3930
- [729.930][FINER]: Waiting for all views to stop loading...
3931
- [729.930][FINER]: Done waiting for all views to stop loading
3932
- [729.930][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
3933
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3934
- "status": 0,
3935
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
3936
- }
3937
-
3938
- [729.931][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
3939
- [729.931][FINER]: Waiting for all views to stop loading...
3940
- [729.931][FINER]: Done waiting for all views to stop loading
3941
- [729.953][FINER]: Waiting for all views to stop loading...
3942
- [729.953][FINER]: Done waiting for all views to stop loading
3943
- [729.953][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
3944
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3945
- "status": 0,
3946
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
3947
- }
3948
-
3949
- [729.954][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
3950
- [729.954][FINER]: Waiting for all views to stop loading...
3951
- [729.954][FINER]: Done waiting for all views to stop loading
3952
- [729.978][FINER]: Waiting for all views to stop loading...
3953
- [729.979][FINER]: Done waiting for all views to stop loading
3954
- [729.979][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
3955
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3956
- "status": 0,
3957
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
3958
- }
3959
-
3960
- [729.980][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
3961
- [729.980][FINER]: Waiting for all views to stop loading...
3962
- [729.980][FINER]: Done waiting for all views to stop loading
3963
- [730.001][FINER]: Waiting for all views to stop loading...
3964
- [730.001][FINER]: Done waiting for all views to stop loading
3965
- [730.002][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
3966
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3967
- "status": 0,
3968
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
3969
- }
3970
-
3971
- [730.002][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name)
3972
- [730.002][FINER]: Waiting for all views to stop loading...
3973
- [730.003][FINER]: Done waiting for all views to stop loading
3974
- [730.004][FINER]: Waiting for all views to stop loading...
3975
- [730.004][FINER]: Done waiting for all views to stop loading
3976
- [730.004][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name) with response {
3977
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3978
- "status": 0,
3979
- "value": "tr"
3980
- }
3981
-
3982
- [730.005][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/element) with params {
3983
- "using": "tag name",
3984
- "value": "input"
3985
- }
3986
-
3987
- [730.005][FINER]: Waiting for all views to stop loading...
3988
- [730.005][FINER]: Done waiting for all views to stop loading
3989
- [730.023][FINER]: Waiting for all views to stop loading...
3990
- [730.023][FINER]: Done waiting for all views to stop loading
3991
- [730.023][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/element) with response {
3992
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
3993
- "status": 0,
3994
- "value": {
3995
- "ELEMENT": ":wdc:1369339511142"
3996
- }
3997
- }
3998
-
3999
- [730.024][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/name)
4000
- [730.024][FINER]: Waiting for all views to stop loading...
4001
- [730.024][FINER]: Done waiting for all views to stop loading
4002
- [730.027][FINER]: Waiting for all views to stop loading...
4003
- [730.028][FINER]: Done waiting for all views to stop loading
4004
- [730.028][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/name) with response {
4005
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4006
- "status": 0,
4007
- "value": "input"
4008
- }
4009
-
4010
- [730.028][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/enabled)
4011
- [730.028][FINER]: Waiting for all views to stop loading...
4012
- [730.029][FINER]: Done waiting for all views to stop loading
4013
- [730.038][FINER]: Waiting for all views to stop loading...
4014
- [730.039][FINER]: Done waiting for all views to stop loading
4015
- [730.039][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/enabled) with response {
4016
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4017
- "status": 0,
4018
- "value": true
4019
- }
4020
-
4021
- [730.040][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
4022
- "id": null
4023
- }
4024
-
4025
- [730.040][FINER]: Waiting for all views to stop loading...
4026
- [730.040][FINER]: Done waiting for all views to stop loading
4027
- [730.040][FINER]: Waiting for all views to stop loading...
4028
- [730.040][FINER]: Done waiting for all views to stop loading
4029
- [730.040][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
4030
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4031
- "status": 0,
4032
- "value": {
4033
-
4034
- }
4035
- }
4036
-
4037
- [730.041][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
4038
- "using": "id",
4039
- "value": "Research F & A"
4040
- }
4041
-
4042
- [730.041][FINER]: Waiting for all views to stop loading...
4043
- [730.041][FINER]: Done waiting for all views to stop loading
4044
- [730.046][FINER]: Waiting for all views to stop loading...
4045
- [730.046][FINER]: Done waiting for all views to stop loading
4046
- [730.046][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
4047
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4048
- "status": 0,
4049
- "value": {
4050
- "ELEMENT": ":wdc:1369339511125"
4051
- }
4052
- }
4053
-
4054
- [730.047][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
4055
- [730.047][FINER]: Waiting for all views to stop loading...
4056
- [730.047][FINER]: Done waiting for all views to stop loading
4057
- [730.048][FINER]: Waiting for all views to stop loading...
4058
- [730.048][FINER]: Done waiting for all views to stop loading
4059
- [730.048][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
4060
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4061
- "status": 0,
4062
- "value": "table"
4063
- }
4064
-
4065
- [730.049][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
4066
- "id": null
4067
- }
4068
-
4069
- [730.049][FINER]: Waiting for all views to stop loading...
4070
- [730.049][FINER]: Done waiting for all views to stop loading
4071
- [730.049][FINER]: Waiting for all views to stop loading...
4072
- [730.049][FINER]: Done waiting for all views to stop loading
4073
- [730.049][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
4074
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4075
- "status": 0,
4076
- "value": {
4077
-
4078
- }
4079
- }
4080
-
4081
- [730.050][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
4082
- "using": "id",
4083
- "value": "Research F & A"
4084
- }
4085
-
4086
- [730.050][FINER]: Waiting for all views to stop loading...
4087
- [730.050][FINER]: Done waiting for all views to stop loading
4088
- [730.055][FINER]: Waiting for all views to stop loading...
4089
- [730.055][FINER]: Done waiting for all views to stop loading
4090
- [730.055][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
4091
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4092
- "status": 0,
4093
- "value": {
4094
- "ELEMENT": ":wdc:1369339511125"
4095
- }
4096
- }
4097
-
4098
- [730.056][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
4099
- [730.056][FINER]: Waiting for all views to stop loading...
4100
- [730.056][FINER]: Done waiting for all views to stop loading
4101
- [730.057][FINER]: Waiting for all views to stop loading...
4102
- [730.058][FINER]: Done waiting for all views to stop loading
4103
- [730.058][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
4104
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4105
- "status": 0,
4106
- "value": "table"
4107
- }
4108
-
4109
- [730.058][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
4110
- "using": "xpath",
4111
- "value": ".//tr"
4112
- }
4113
-
4114
- [730.058][FINER]: Waiting for all views to stop loading...
4115
- [730.059][FINER]: Done waiting for all views to stop loading
4116
- [730.063][FINER]: Waiting for all views to stop loading...
4117
- [730.064][FINER]: Done waiting for all views to stop loading
4118
- [730.064][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
4119
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4120
- "status": 0,
4121
- "value": [ {
4122
- "ELEMENT": ":wdc:1369339511126"
4123
- }, {
4124
- "ELEMENT": ":wdc:1369339511127"
4125
- }, {
4126
- "ELEMENT": ":wdc:1369339511128"
4127
- }, {
4128
- "ELEMENT": ":wdc:1369339511129"
4129
- }, {
4130
- "ELEMENT": ":wdc:1369339511130"
4131
- }, {
4132
- "ELEMENT": ":wdc:1369339511131"
4133
- }, {
4134
- "ELEMENT": ":wdc:1369339511132"
4135
- }, {
4136
- "ELEMENT": ":wdc:1369339511133"
4137
- }, {
4138
- "ELEMENT": ":wdc:1369339511134"
4139
- }, {
4140
- "ELEMENT": ":wdc:1369339511135"
4141
- }, {
4142
- "ELEMENT": ":wdc:1369339511136"
4143
- }, {
4144
- "ELEMENT": ":wdc:1369339511137"
4145
- }, {
4146
- "ELEMENT": ":wdc:1369339511138"
4147
- }, {
4148
- "ELEMENT": ":wdc:1369339511139"
4149
- } ]
4150
- }
4151
-
4152
- [730.065][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
4153
- [730.065][FINER]: Waiting for all views to stop loading...
4154
- [730.065][FINER]: Done waiting for all views to stop loading
4155
- [730.076][FINER]: Waiting for all views to stop loading...
4156
- [730.077][FINER]: Done waiting for all views to stop loading
4157
- [730.077][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
4158
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4159
- "status": 0,
4160
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
4161
- }
4162
-
4163
- [730.078][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
4164
- [730.078][FINER]: Waiting for all views to stop loading...
4165
- [730.078][FINER]: Done waiting for all views to stop loading
4166
- [730.098][FINER]: Waiting for all views to stop loading...
4167
- [730.099][FINER]: Done waiting for all views to stop loading
4168
- [730.099][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
4169
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4170
- "status": 0,
4171
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
4172
- }
4173
-
4174
- [730.099][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
4175
- [730.099][FINER]: Waiting for all views to stop loading...
4176
- [730.100][FINER]: Done waiting for all views to stop loading
4177
- [730.120][FINER]: Waiting for all views to stop loading...
4178
- [730.120][FINER]: Done waiting for all views to stop loading
4179
- [730.120][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
4180
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4181
- "status": 0,
4182
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
4183
- }
4184
-
4185
- [730.121][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
4186
- [730.121][FINER]: Waiting for all views to stop loading...
4187
- [730.121][FINER]: Done waiting for all views to stop loading
4188
- [730.142][FINER]: Waiting for all views to stop loading...
4189
- [730.142][FINER]: Done waiting for all views to stop loading
4190
- [730.142][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
4191
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4192
- "status": 0,
4193
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
4194
- }
4195
-
4196
- [730.143][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
4197
- [730.143][FINER]: Waiting for all views to stop loading...
4198
- [730.143][FINER]: Done waiting for all views to stop loading
4199
- [730.164][FINER]: Waiting for all views to stop loading...
4200
- [730.165][FINER]: Done waiting for all views to stop loading
4201
- [730.165][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
4202
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4203
- "status": 0,
4204
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
4205
- }
4206
-
4207
- [730.165][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name)
4208
- [730.165][FINER]: Waiting for all views to stop loading...
4209
- [730.166][FINER]: Done waiting for all views to stop loading
4210
- [730.166][FINER]: Waiting for all views to stop loading...
4211
- [730.167][FINER]: Done waiting for all views to stop loading
4212
- [730.167][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name) with response {
4213
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4214
- "status": 0,
4215
- "value": "tr"
4216
- }
4217
-
4218
- [730.167][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
4219
- "id": null
4220
- }
4221
-
4222
- [730.167][FINER]: Waiting for all views to stop loading...
4223
- [730.167][FINER]: Done waiting for all views to stop loading
4224
- [730.168][FINER]: Waiting for all views to stop loading...
4225
- [730.168][FINER]: Done waiting for all views to stop loading
4226
- [730.168][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
4227
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4228
- "status": 0,
4229
- "value": {
4230
-
4231
- }
4232
- }
4233
-
4234
- [730.168][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
4235
- "using": "id",
4236
- "value": "Research F & A"
4237
- }
4238
-
4239
- [730.168][FINER]: Waiting for all views to stop loading...
4240
- [730.169][FINER]: Done waiting for all views to stop loading
4241
- [730.178][FINER]: Waiting for all views to stop loading...
4242
- [730.178][FINER]: Done waiting for all views to stop loading
4243
- [730.178][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
4244
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4245
- "status": 0,
4246
- "value": {
4247
- "ELEMENT": ":wdc:1369339511125"
4248
- }
4249
- }
4250
-
4251
- [730.179][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
4252
- [730.179][FINER]: Waiting for all views to stop loading...
4253
- [730.179][FINER]: Done waiting for all views to stop loading
4254
- [730.180][FINER]: Waiting for all views to stop loading...
4255
- [730.180][FINER]: Done waiting for all views to stop loading
4256
- [730.180][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
4257
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4258
- "status": 0,
4259
- "value": "table"
4260
- }
4261
-
4262
- [730.181][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with params {
4263
- "id": null
4264
- }
4265
-
4266
- [730.181][FINER]: Waiting for all views to stop loading...
4267
- [730.181][FINER]: Done waiting for all views to stop loading
4268
- [730.181][FINER]: Waiting for all views to stop loading...
4269
- [730.182][FINER]: Done waiting for all views to stop loading
4270
- [730.182][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/frame) with response {
4271
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4272
- "status": 0,
4273
- "value": {
4274
-
4275
- }
4276
- }
4277
-
4278
- [730.182][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element) with params {
4279
- "using": "id",
4280
- "value": "Research F & A"
4281
- }
4282
-
4283
- [730.182][FINER]: Waiting for all views to stop loading...
4284
- [730.182][FINER]: Done waiting for all views to stop loading
4285
- [730.187][FINER]: Waiting for all views to stop loading...
4286
- [730.187][FINER]: Done waiting for all views to stop loading
4287
- [730.187][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element) with response {
4288
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4289
- "status": 0,
4290
- "value": {
4291
- "ELEMENT": ":wdc:1369339511125"
4292
- }
4293
- }
4294
-
4295
- [730.188][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name)
4296
- [730.188][FINER]: Waiting for all views to stop loading...
4297
- [730.188][FINER]: Done waiting for all views to stop loading
4298
- [730.189][FINER]: Waiting for all views to stop loading...
4299
- [730.190][FINER]: Done waiting for all views to stop loading
4300
- [730.190][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/name) with response {
4301
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4302
- "status": 0,
4303
- "value": "table"
4304
- }
4305
-
4306
- [730.190][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with params {
4307
- "using": "xpath",
4308
- "value": ".//tr"
4309
- }
4310
-
4311
- [730.190][FINER]: Waiting for all views to stop loading...
4312
- [730.191][FINER]: Done waiting for all views to stop loading
4313
- [730.195][FINER]: Waiting for all views to stop loading...
4314
- [730.196][FINER]: Done waiting for all views to stop loading
4315
- [730.196][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511125/elements) with response {
4316
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4317
- "status": 0,
4318
- "value": [ {
4319
- "ELEMENT": ":wdc:1369339511126"
4320
- }, {
4321
- "ELEMENT": ":wdc:1369339511127"
4322
- }, {
4323
- "ELEMENT": ":wdc:1369339511128"
4324
- }, {
4325
- "ELEMENT": ":wdc:1369339511129"
4326
- }, {
4327
- "ELEMENT": ":wdc:1369339511130"
4328
- }, {
4329
- "ELEMENT": ":wdc:1369339511131"
4330
- }, {
4331
- "ELEMENT": ":wdc:1369339511132"
4332
- }, {
4333
- "ELEMENT": ":wdc:1369339511133"
4334
- }, {
4335
- "ELEMENT": ":wdc:1369339511134"
4336
- }, {
4337
- "ELEMENT": ":wdc:1369339511135"
4338
- }, {
4339
- "ELEMENT": ":wdc:1369339511136"
4340
- }, {
4341
- "ELEMENT": ":wdc:1369339511137"
4342
- }, {
4343
- "ELEMENT": ":wdc:1369339511138"
4344
- }, {
4345
- "ELEMENT": ":wdc:1369339511139"
4346
- } ]
4347
- }
4348
-
4349
- [730.196][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text)
4350
- [730.196][FINER]: Waiting for all views to stop loading...
4351
- [730.197][FINER]: Done waiting for all views to stop loading
4352
- [730.209][FINER]: Waiting for all views to stop loading...
4353
- [730.209][FINER]: Done waiting for all views to stop loading
4354
- [730.209][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511126/text) with response {
4355
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4356
- "status": 0,
4357
- "value": " Description On CampusContract Fiscal Year Start Date Institute Rate * Applicable Rate"
4358
- }
4359
-
4360
- [730.210][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text)
4361
- [730.210][FINER]: Waiting for all views to stop loading...
4362
- [730.210][FINER]: Done waiting for all views to stop loading
4363
- [730.231][FINER]: Waiting for all views to stop loading...
4364
- [730.231][FINER]: Done waiting for all views to stop loading
4365
- [730.231][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511127/text) with response {
4366
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4367
- "status": 0,
4368
- "value": "MTDC\nNo\n2008\n07/01/2007\n0.00"
4369
- }
4370
-
4371
- [730.232][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text)
4372
- [730.232][FINER]: Waiting for all views to stop loading...
4373
- [730.232][FINER]: Done waiting for all views to stop loading
4374
- [730.253][FINER]: Waiting for all views to stop loading...
4375
- [730.253][FINER]: Done waiting for all views to stop loading
4376
- [730.253][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511128/text) with response {
4377
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4378
- "status": 0,
4379
- "value": "MTDC\nYes\n2008\n07/01/2007\n48.00"
4380
- }
4381
-
4382
- [730.254][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text)
4383
- [730.254][FINER]: Waiting for all views to stop loading...
4384
- [730.254][FINER]: Done waiting for all views to stop loading
4385
- [730.274][FINER]: Waiting for all views to stop loading...
4386
- [730.274][FINER]: Done waiting for all views to stop loading
4387
- [730.274][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511129/text) with response {
4388
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4389
- "status": 0,
4390
- "value": "MTDC\nNo\n2007\n01/07/2007\n0.00"
4391
- }
4392
-
4393
- [730.275][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text)
4394
- [730.275][FINER]: Waiting for all views to stop loading...
4395
- [730.275][FINER]: Done waiting for all views to stop loading
4396
- [730.295][FINER]: Waiting for all views to stop loading...
4397
- [730.296][FINER]: Done waiting for all views to stop loading
4398
- [730.296][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/text) with response {
4399
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4400
- "status": 0,
4401
- "value": "MTDC\nYes\n2007\n01/07/2007\n48.00"
4402
- }
4403
-
4404
- [730.296][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name)
4405
- [730.297][FINER]: Waiting for all views to stop loading...
4406
- [730.297][FINER]: Done waiting for all views to stop loading
4407
- [730.298][FINER]: Waiting for all views to stop loading...
4408
- [730.298][FINER]: Done waiting for all views to stop loading
4409
- [730.298][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/name) with response {
4410
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4411
- "status": 0,
4412
- "value": "tr"
4413
- }
4414
-
4415
- [730.299][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/element) with params {
4416
- "using": "tag name",
4417
- "value": "input"
4418
- }
4419
-
4420
- [730.299][FINER]: Waiting for all views to stop loading...
4421
- [730.299][FINER]: Done waiting for all views to stop loading
4422
- [730.303][FINER]: Waiting for all views to stop loading...
4423
- [730.304][FINER]: Done waiting for all views to stop loading
4424
- [730.304][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511130/element) with response {
4425
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4426
- "status": 0,
4427
- "value": {
4428
- "ELEMENT": ":wdc:1369339511142"
4429
- }
4430
- }
4431
-
4432
- [730.304][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/name)
4433
- [730.304][FINER]: Waiting for all views to stop loading...
4434
- [730.305][FINER]: Done waiting for all views to stop loading
4435
- [730.306][FINER]: Waiting for all views to stop loading...
4436
- [730.306][FINER]: Done waiting for all views to stop loading
4437
- [730.306][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/name) with response {
4438
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4439
- "status": 0,
4440
- "value": "input"
4441
- }
4442
-
4443
- [730.307][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/attribute/readonly)
4444
- [730.307][FINER]: Waiting for all views to stop loading...
4445
- [730.307][FINER]: Done waiting for all views to stop loading
4446
- [730.320][FINER]: Waiting for all views to stop loading...
4447
- [730.321][FINER]: Done waiting for all views to stop loading
4448
- [730.321][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/attribute/readonly) with response {
4449
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4450
- "status": 0,
4451
- "value": null
4452
- }
4453
-
4454
- [730.321][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/clear) with params {
4455
-
4456
- }
4457
-
4458
- [730.321][FINER]: Waiting for all views to stop loading...
4459
- [730.322][FINER]: Done waiting for all views to stop loading
4460
- [730.346][FINER]: Waiting for all views to stop loading...
4461
- [730.346][FINER]: Done waiting for all views to stop loading
4462
- [730.346][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/clear) with response {
4463
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4464
- "status": 0,
4465
- "value": null
4466
- }
4467
-
4468
- [730.347][FINE]: Command received (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/value) with params {
4469
- "value": [ "ass" ]
4470
- }
4471
-
4472
- [730.347][FINER]: Waiting for all views to stop loading...
4473
- [730.348][FINER]: Done waiting for all views to stop loading
4474
- [730.420][FINER]: Waiting for all views to stop loading...
4475
- [730.420][FINER]: Done waiting for all views to stop loading
4476
- [730.420][FINE]: Command finished (/session/517933b7dd80f8937c84a37beb7ca18d/element/:wdc:1369339511142/value) with response {
4477
- "sessionId": "517933b7dd80f8937c84a37beb7ca18d",
4478
- "status": 0,
4479
- "value": {
4480
-
4481
- }
4482
- }
4483
-