cyphfell icon indicating copy to clipboard operation
cyphfell copied to clipboard

Support for property accessors (getters)

Open amalik2 opened this issue 7 years ago • 0 comments

Support for property accessors (get)

ex:

Class X {

  get something() {
      return browser.element(".abc");
  }

}

amalik2 avatar Nov 04 '18 18:11 amalik2