Created
December 26, 2018 09:26
-
-
Save rdpanek/08999083fdaa07d57c048a9661e4a89f to your computer and use it in GitHub Desktop.
browser object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0-0] Browser { | |
sessionId: 'bff77899d9861c2be7bfad7349681f83', | |
capabilities: | |
{ acceptInsecureCerts: false, | |
acceptSslCerts: false, | |
applicationCacheEnabled: false, | |
browserConnectionEnabled: false, | |
browserName: 'chrome', | |
chrome: | |
{ chromedriverVersion: '2.44.609551 (5d576e9a44fe4c5b6a07e568f1ebc753f1214634)', | |
userDataDir: '/tmp/.org.chromium.Chromium.2Al5jy' }, | |
cssSelectorsEnabled: true, | |
databaseEnabled: false, | |
'goog:chromeOptions': { debuggerAddress: 'localhost:33413' }, | |
handlesAlerts: true, | |
hasTouchScreen: false, | |
javascriptEnabled: true, | |
locationContextEnabled: true, | |
mobileEmulationEnabled: false, | |
nativeEvents: true, | |
networkConnectionEnabled: false, | |
pageLoadStrategy: 'normal', | |
platform: 'Linux', | |
rotatable: false, | |
setWindowRect: true, | |
takesHeapSnapshot: true, | |
takesScreenshot: true, | |
unexpectedAlertBehaviour: 'ignore', | |
version: '70.0.3538.110', | |
webStorageEnabled: true, | |
'webdriver.remote.sessionid': 'bff77899d9861c2be7bfad7349681f83' }, | |
addCommand: [Function], | |
config: | |
{ hostname: '127.0.0.1', | |
port: 4444, | |
protocol: 'http', | |
sync: true, | |
specs: | |
[ '/Users/rdpanek/HTDOCS/clash-of-ibs/test/abank/cashloan.js' ], | |
suites: {}, | |
exclude: [], | |
logDir: undefined, | |
logLevel: 'error', | |
deprecationWarnings: true, | |
baseUrl: 'https://www.airbank.cz/', | |
bail: 1, | |
waitforInterval: 500, | |
waitforTimeout: 10000, | |
framework: 'mocha', | |
reporters: [ 'spec' ], | |
maxInstances: 10, | |
maxInstancesPerCapability: 100, | |
filesToWatch: [], | |
connectionRetryTimeout: 90000, | |
connectionRetryCount: 3, | |
debug: false, | |
execArgv: [], | |
runnerEnv: {}, | |
runner: 'local', | |
mochaOpts: | |
{ timeout: 60000, | |
ui: 'bdd', | |
bail: true, | |
compilers: [Array], | |
reporterOptions: undefined, | |
fullStackTrace: true, | |
files: [Array] }, | |
jasmineNodeOpts: { defaultTimeoutInterval: 10000 }, | |
cucumberOpts: { timeout: 10000 }, | |
onPrepare: [Function: NOOP], | |
before: [ [Function: bound before] ], | |
beforeSession: [], | |
beforeSuite: [], | |
beforeHook: [], | |
beforeTest: [], | |
beforeCommand: [], | |
afterCommand: [], | |
afterTest: [], | |
afterHook: [], | |
afterSuite: [], | |
afterSession: [], | |
after: [], | |
onComplete: [Function: NOOP], | |
onError: [], | |
onReload: [], | |
beforeFeature: [], | |
beforeScenario: [], | |
beforeStep: [], | |
afterFeature: [], | |
afterScenario: [], | |
afterStep: [], | |
_: [ 'wdio.conf.js' ], | |
spec: [ './test/abank/cashloan.js' ], | |
'$0': 'node_modules/.bin/wdio', | |
capabilities: { browserName: 'chrome' } } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment