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
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@
17
17
18
18
## Description
19
19
20
-
This au3WebDriver UDF (project) allows to interact with any browser that supports the [W3C WebDriver specifications](https://www.w3.org/TR/webdriver/).<br>
21
-
Supporting multiple browsers via the same code base is now possible with just a few configuration settings.
20
+
This au3WebDriver UDF (project) allows to interact with any browser that supports the [W3C WebDriver specifications](https://www.w3.org/TR/webdriver/). Supporting multiple browsers via the same code base is now possible with just a few configuration settings.
22
21
23
22
## Documentation
24
23
@@ -34,7 +33,7 @@ Supporting multiple browsers via the same code base is now possible with just a
[^1]: "Microsoft Edge" (is chromium based) which means it's a WebDriver implementation derived from ChromeDriver. The status or limitations are at least the same as for ChromeDriver.
168
+
[^1]: Login Required
170
169
[^2]: Not all WebDriver functions have been implemented by each browser. Keep that in mind and check the "WebDriver specification status" for your desired WebDriver of choice.
171
170
172
171
#### *Installation*
@@ -236,3 +235,10 @@ Distributed under the MIT License. See [LICENSE](https://github.com/Danp2/au3Web
0 commit comments