We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f99a7 commit 7ab10e8Copy full SHA for 7ab10e8
grails-geb/src/testFixtures/groovy/grails/plugin/geb/WebDriverContainerHolder.groovy
@@ -269,7 +269,7 @@ class WebDriverContainerHolder {
269
}
270
try {
271
// Use reflection to access the VNC recording container field
272
- Field vncRecordingContainerField = BrowserWebDriverContainer.class.getDeclaredField('vncRecordingContainer')
+ Field vncRecordingContainerField = BrowserWebDriverContainer.getDeclaredField('vncRecordingContainer')
273
vncRecordingContainerField.setAccessible(true)
274
275
VncRecordingContainer vncContainer = vncRecordingContainerField.get(currentContainer) as VncRecordingContainer
0 commit comments