You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to get rid of element.executeScript from the api to make it shorter, and at the same time be able to add its.executeScript to use when you want to execute script as an command, or a query inside a promise chain. Also as a benefit, we wrap passed script into an annon function, and at the same time implicitly pass there
Example:
The idea is to get rid of element.executeScript from the api to make it shorter, and at the same time be able to add
its.executeScript
to use when you want to execute script as an command, or a query inside a promise chain. Also as a benefit, we wrap passed script into an annon function, and at the same time implicitly pass thereExample:
The text was updated successfully, but these errors were encountered: