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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
docs(webdriver): Add missing quotes in getAttribute doc. (#3620)
In getAttibute function documentation :
`expect(foo.getAttribute(class))...` was written.
This got me confused when getting a class attribute.
I just added quotes around the class word showing class as a string
and not a variable.
Close#3619
* Used to switch WebDriver's focus to a frame or window (e.g. an alert, an
308
-
* iframe, another window).
308
+
* iframe, another window).
309
309
*
310
310
* See [WebDriver's TargetLocator Docs](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/webdriver_exports_TargetLocator.html)
0 commit comments