Sai Avinash

Results 1 issues of Sai Avinash

`click($("/html/body/input[0]"))` works, but `checkBox($("/html/body/input[0]")).check()` doesn't. `checkBox($("/html/body/input[0]")).check()` throws an error 'Uncaught You are passing a `ElementWrapper` to a `checkBox` selector. Refer https://docs.taiko.dev/api/checkbox/ for the correct parameter' Currently, checkBox extends `elementWrapper`. And,...