BO
Size: a a a
ab
m
BO
m
ab
ab
AP
AP
BO
AP
m
AP
AP
AP
AP
setScreenshotProvider(browser.screenshot.bind(browser))AP
setScreenshotProvider(browser.screenshot)ab
class Foo {
constructor() {
this.val = 'foo'
this.method = function() {console.log(this.val)}
}
}
const foo = new Foo()
const func = function (){foo.method()}
foo.method()
func()m