forked from featurist/coypu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver_test_results.txt
460 lines (366 loc) · 30.8 KB
/
driver_test_results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
DriverSpecRunner
when testing each driver
and the driver is SeleniumWebDriver
and the browser is Firefox
cleans up
when inspecting content within scope
scope 1
finds content within scope - FAILED - Object reference not set to an instance of an object.
does not find content outside scope - FAILED - Object reference not set to an instance of an object.
scope 2
finds content within scope - FAILED - Object reference not set to an instance of an object.
does not find content outside scope - FAILED - Object reference not set to an instance of an object.
when finding sections
only finds div and section
finding sections by header text
finds by h1 text
finds by h2 text
finds by h3 text
finds by h6 text
finds section by id
when finding fields
finds text field by placeholder
finds radio button by value
finding by for attribute
finds text input
finds password field
finds select field
finds checkbox
finds radio button
finds textarea
finds file input
finding by container label
finds text input
finds password
finds checkbox
finds radio
finds select
finds textarea
finds file field
finding by id
finds field
finds textarea
finds select
finds checkbox
finds radio
finds password
finds file
finds by id ends with
finding by name
finds text input
finds textarea
finds select
finds checkbox
finds radio button
finds password input
finds file input
when finding an element by css
finds present examples
does not find missing examples
only finds visible elements
when finding iframes
finds by header text
finds by id
finds by title
when inspecting content
does not find missing text
finds text with parts marked up variously
finds text in a table row
finds text in a list
finds text split over multiple lines in source
finds text displayed over multiple lines in source
does not find single line text displayed over multiple lines in source
finds text by regex
when finding sections as divs
finds by div by id
finding sections by header text
finds by h1 text
finds by h2 text
finds by h3 text
finds by h6 text
finds by h2 text within child link
when using iframes as scope
finds elements among multiple scopes - FAILED - Object reference not set to an instance of an object.
finds clears scope back to the whole window - FAILED - Object reference not set to an instance of an object.
can fill in a text input within an IFrame - FAILED - Object reference not set to an instance of an object.
elements withing iframes are not found in outer scope
does not find something in an iframe
when interacting with dialogs
accepts alerts
confirms
when accepting
clears dialog - FAILED - Object reference not set to an instance of an object.
returns true - FAILED - Object reference not set to an instance of an object.
when cancelling
clears dialog - FAILED - Object reference not set to an instance of an object.
returns false - FAILED - Object reference not set to an instance of an object.
when accessing attributes
exposes element attributes
when finding buttons within scope
within scope1
finds button by name - FAILED - Object reference not set to an instance of an object.
finds input button by value - FAILED - Object reference not set to an instance of an object.
finds button by text - FAILED - Object reference not set to an instance of an object.
within scope2
finds button by name - FAILED - Object reference not set to an instance of an object.
finds input button by value - FAILED - Object reference not set to an instance of an object.
finds button by text - FAILED - Object reference not set to an instance of an object.
when executing script
runs the script in the browser
returns the result
when checking
checks an unchecked checkbox
leaves a checked checkbox checked
unchecks a checked checkbox
leaves an unchecked checkbox unchecked
fires onclick event
fires onclick event
when hovering
mouses over the underlying element - FAILED - Cannot perform native interaction: Could not load native events component.
when inspecting xpath
does not find missing examples
only finds visible elements
finds present examples
when inspecting css
does not find missing examples
finds present examples
only finds visible elements
when finding an element by xpath
finds present examples
does not find missing examples
only finds visible elements
when finding all elements by xpath
returns empty if no matches
returns all matches by xpath
when uploading files
sets the path to be uploaded - FAILED - No response from server for url http://localhost:7055/hub/session/49f6208d-5ad2-42fd-b9ae-1861db93b142/element/%7Bc26131f7-15cc-47e3-ac72-9d2e54ac3cb9%7D/value
when finding fields within scope
within scope1
finds text input by for - FAILED - Object reference not set to an instance of an object.
finds text input in container label - FAILED - Object reference not set to an instance of an object.
finds text input by placeholder - FAILED - Object reference not set to an instance of an object.
finds text input by name - FAILED - Object reference not set to an instance of an object.
finds radio button by value - FAILED - Object reference not set to an instance of an object.
finds not find text input by id outside scope - FAILED - Object reference not set to an instance of an object.
within scope2
finds text input - FAILED - Object reference not set to an instance of an object.
finds text input in container label - FAILED - Object reference not set to an instance of an object.
finds text input by placeholder - FAILED - Object reference not set to an instance of an object.
finds text input by name - FAILED - Object reference not set to an instance of an object.
finds radio button by value - FAILED - Object reference not set to an instance of an object.
finds not find text input by id outside scope - FAILED - Object reference not set to an instance of an object.
when setting fields
sets value of text input field
sets value of textarea field
selects option by text or value
fires change event when selecting an option
when selecting options
sets text of selected option
when clicking
clicks the underlying element
when finding all elements by css
returns empty if no matches
returns all matches by css
when finding fieldsets
finds by legend text
finds by id
finds only fieldsets
when forced to find invisible elements
does find hidden inputs - FAILED - No such field: firstHiddenInputId
does find invisible elements - FAILED - No such button: firstInvisibleInputId
when finding links
finds link by text
does not find display:none
does not find visibility:hidden links
finds a link with both types of quote in its text
when choosing
chooses radio button from list
fires onclick event
when getting cookies
gets all the cookies
gets the cookie path
when inspecting dialog text
finds exact text in alert
finds exact text in confirm - FAILED - Object reference not set to an instance of an object.
when finding buttons
finds a particular button by its text
finds a particular button by its id
finds a particular button by its name
finds a particular input button by its value
finds a particular input button by its id
finds a particular input button by id ends with
finds a particular input button by its name
finds a particular submit button by its value
finds a particular submit button by its id
finds a particular submit button by its name
finds image buttons
does not find text inputs
does not find hidden inputs
does not find invisible inputs
finds img elements with role='button' by alt text
finds any elements with role='button' by text
finds an image button with both types of quote in my value
when inspecting location
gets the current browser location
not just when set by visit
**** FAILURES ****
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when inspecting content within scope. scope 1. finds content within scope.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_inspecting_content_within_scope.<>c__DisplayClass8.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_inspecting_content_within_scope.cs:line 14
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when inspecting content within scope. scope 1. does not find content outside scope.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_inspecting_content_within_scope.<>c__DisplayClass8.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_inspecting_content_within_scope.cs:line 14
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when inspecting content within scope. scope 2. finds content within scope.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_inspecting_content_within_scope.<>c__DisplayClass8.<Specs>b__5() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_inspecting_content_within_scope.cs:line 27
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when inspecting content within scope. scope 2. does not find content outside scope.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_inspecting_content_within_scope.<>c__DisplayClass8.<Specs>b__5() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_inspecting_content_within_scope.cs:line 27
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when using iframes as scope. finds elements among multiple scopes.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_using_iframes_as_scope.<Specs>b__3() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_using_iframes_as_scope.cs:line 21
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when using iframes as scope. finds clears scope back to the whole window.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_using_iframes_as_scope.<Specs>b__4() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_using_iframes_as_scope.cs:line 30
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when using iframes as scope. can fill in a text input within an IFrame.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_using_iframes_as_scope.<Specs>b__5() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_using_iframes_as_scope.cs:line 38
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when interacting with dialogs. confirms. when accepting. clears dialog.
Object reference not set to an instance of an object.
at Coypu.Drivers.Selenium.ElementFinder.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\ElementFinder.cs:line 26
at Coypu.Drivers.Selenium.SeleniumWebDriver.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 127
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindLink(String linkText, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 83
at Coypu.Drivers.Tests.When_interacting_with_dialogs.<Specs>b__3() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_interacting_with_dialogs.cs:line 29
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when interacting with dialogs. confirms. when accepting. returns true.
Object reference not set to an instance of an object.
at Coypu.Drivers.Selenium.ElementFinder.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\ElementFinder.cs:line 26
at Coypu.Drivers.Selenium.SeleniumWebDriver.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 127
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindLink(String linkText, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 83
at Coypu.Drivers.Tests.When_interacting_with_dialogs.<Specs>b__4() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_interacting_with_dialogs.cs:line 39
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when interacting with dialogs. confirms. when cancelling. clears dialog.
Object reference not set to an instance of an object.
at Coypu.Drivers.Selenium.ElementFinder.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\ElementFinder.cs:line 26
at Coypu.Drivers.Selenium.SeleniumWebDriver.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 127
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindLink(String linkText, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 83
at Coypu.Drivers.Tests.When_interacting_with_dialogs.<Specs>b__6() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_interacting_with_dialogs.cs:line 51
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when interacting with dialogs. confirms. when cancelling. returns false.
Object reference not set to an instance of an object.
at Coypu.Drivers.Selenium.ElementFinder.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\ElementFinder.cs:line 26
at Coypu.Drivers.Selenium.SeleniumWebDriver.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 127
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindLink(String linkText, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 83
at Coypu.Drivers.Tests.When_interacting_with_dialogs.<Specs>b__7() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_interacting_with_dialogs.cs:line 61
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding buttons within scope. within scope1. finds button by name.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_buttons_within_scope.<>c__DisplayClassa.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_buttons_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding buttons within scope. within scope1. finds input button by value.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_buttons_within_scope.<>c__DisplayClassa.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_buttons_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding buttons within scope. within scope1. finds button by text.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_buttons_within_scope.<>c__DisplayClassa.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_buttons_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding buttons within scope. within scope2. finds button by name.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_buttons_within_scope.<>c__DisplayClassa.<Specs>b__6() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_buttons_within_scope.cs:line 32
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding buttons within scope. within scope2. finds input button by value.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_buttons_within_scope.<>c__DisplayClassa.<Specs>b__6() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_buttons_within_scope.cs:line 32
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding buttons within scope. within scope2. finds button by text.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_buttons_within_scope.<>c__DisplayClassa.<Specs>b__6() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_buttons_within_scope.cs:line 32
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when hovering. mouses over the underlying element.
Cannot perform native interaction: Could not load native events component.
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(DriverCommand driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteMouse.MouseMove(ICoordinates where)
at OpenQA.Selenium.Interactions.MoveMouseAction.Perform()
at OpenQA.Selenium.Interactions.CompositeAction.Perform()
at Coypu.Drivers.Selenium.MouseControl.Hover(Element element) in C:\dev\coypu\src\Coypu\Drivers\Selenium\MouseControl.cs:line 19
at Coypu.Drivers.Selenium.SeleniumWebDriver.Hover(Element element) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 194
at Coypu.Drivers.Tests.When_hovering.<Specs>b__0() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_hovering.cs:line 13
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when uploading files. sets the path to be uploaded.
No response from server for url http://localhost:7055/hub/session/49f6208d-5ad2-42fd-b9ae-1861db93b142/element/%7Bc26131f7-15cc-47e3-ac72-9d2e54ac3cb9%7D/value
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest request)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.Firefox.Internal.ExtensionConnection.Execute(Command commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(DriverCommand driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebElement.SendKeys(String text)
at Coypu.Drivers.Selenium.SeleniumWebDriver.Set(Element element, String value) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 207
at Coypu.Drivers.Tests.When_uploading_files.<Specs>b__0() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_uploading_files.cs:line 20
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope1. finds text input by for.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope1. finds text input in container label.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope1. finds text input by placeholder.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope1. finds text input by name.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope1. finds radio button by value.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope1. finds not find text input by id outside scope.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope2. finds text input.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__a() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 44
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope2. finds text input in container label.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__a() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 44
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope2. finds text input by placeholder.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__a() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 44
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope2. finds text input by name.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__a() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 44
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope2. finds radio button by value.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__a() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 44
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when finding fields within scope. within scope2. finds not find text input by id outside scope.
Object reference not set to an instance of an object.
at Coypu.DriverScope..ctor(ElementFinder elementFinder, DriverScope outer) in C:\dev\coypu\src\Coypu\DriverScope.cs:line 54
at Coypu.Drivers.Tests.When_finding_fields_within_scope.<>c__DisplayClass12.<Specs>b__a() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_finding_fields_within_scope.cs:line 44
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when forced to find invisible elements. does find hidden inputs.
No such field: firstHiddenInputId
at Coypu.Drivers.Selenium.SeleniumWebDriver.BuildElement(IWebElement element, String failureMessage) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 133
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindField(String locator, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 68
at Coypu.Drivers.Tests.When_forced_to_find_invisible_elements.<Specs>b__0() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_forced_to_consider_invisible_elements.cs:line 15
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when forced to find invisible elements. does find invisible elements.
No such button: firstInvisibleInputId
at Coypu.Drivers.Selenium.SeleniumWebDriver.BuildElement(IWebElement element, String failureMessage) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 133
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindButton(String locator, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 73
at Coypu.Drivers.Tests.When_forced_to_find_invisible_elements.<Specs>b__2() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_forced_to_consider_invisible_elements.cs:line 27
DriverSpecRunner. when testing each driver. and the driver is SeleniumWebDriver. and the browser is Firefox. when inspecting dialog text. finds exact text in confirm.
Object reference not set to an instance of an object.
at Coypu.Drivers.Selenium.ElementFinder.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\ElementFinder.cs:line 26
at Coypu.Drivers.Selenium.SeleniumWebDriver.Find(By by, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 127
at Coypu.Drivers.Selenium.SeleniumWebDriver.FindLink(String linkText, DriverScope scope) in C:\dev\coypu\src\Coypu\Drivers\Selenium\SeleniumWebDriver.cs:line 83
at Coypu.Drivers.Tests.When_inspecting_dialog_text.<Specs>b__1() in C:\dev\coypu\src\Coypu.Drivers.Tests\When_inspecting_dialog_text.cs:line 23
153 Examples, 34 Failed, 0 Pending