Files
DefinitelyTyped/selenium-webdriver
krauseStefan 832d3c938a types(selenium): fix typings error Level class in logging namespace
The 'name' and 'value' properties should not be defined as function, they
are inplemented using es6 get functions

get value() {
  return this.value_;
}

see ba56ad1ae0/javascript/node/selenium-webdriver/lib/logging.js (L95)
2016-11-02 18:22:44 +01:00
..