Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am komlev on github.
* I am komlev (https://keybase.io/komlev) on keybase.
* I have a public key ASAgdxTd7buzfMae9CyWvcDy4cNNN2NPnv2YGB1MIBb0Wgo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am komlev on github.
* I am komlev (https://keybase.io/komlev) on keybase.
* I have a public key ASAgdxTd7buzfMae9CyWvcDy4cNNN2NPnv2YGB1MIBb0Wgo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am komlev on github.
* I am komlev (https://keybase.io/komlev) on keybase.
* I have a public key ASAgdxTd7buzfMae9CyWvcDy4cNNN2NPnv2YGB1MIBb0Wgo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am komlev on github.
* I am komlev (https://keybase.io/komlev) on keybase.
* I have a public key ASAgdxTd7buzfMae9CyWvcDy4cNNN2NPnv2YGB1MIBb0Wgo
To claim this, I am signing this object:
var webdriverio = require('webdriverio')
console.log('Starting')
webdriverio
.remote({ desiredCapabilities: {browserName: 'firefox'} })
.init()
.url('https://github.com/')
.getElementSize('.header-logo-wordmark').then(function (result) {
console.log(result)
})
.getTitle().then(function (title) {