webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

"Navigate to" should explicitly check the "url" property is a string

Open gsnedders opened this issue 5 years ago • 0 comments

At the moment the validation step is:

If url is not an absolute URL or is not an absolute URL with fragment or not a local scheme, return error with error code invalid argument.

We should explicit check that it's a string, in case anyone does anything with toString or valueOf in an object.

gsnedders avatar Oct 01 '20 16:10 gsnedders