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
-__WD_ConsoleWrite: Utilize new ConsoleSuffix setting
22
22
-__WD_Error: Refactored for improved functionality
23
23
-_WD_CapabilitiesDump: Adhere to debug level settings
24
-
25
-
### Deprecated
24
+
-_WD_Startup: Additional logging when error detected
26
25
27
26
### Fixed
28
27
29
28
-_WD_Startup: Display of webdriver bit level (32 / 64)
30
-
- wd_capabilities: Validate initialization result
31
29
-_WD_UpdateDriver: Set @extended correctly
32
30
-_WD_GetBrowserVersion: Binary type checking
31
+
-_WD_Cookies: Deletion corrected
32
+
- wd_capabilities: Validate initialization result
33
+
- wd_demo: Updated routines to ensure proper functionality
33
34
34
-
### Removed
35
-
36
-
37
-
### Security
35
+
### Project
38
36
37
+
- Scripts should use _WD_LastHTTPResult() to obtain the result of the most recent HTTP request as Webdriver functions no longer set @extended to last HTTP request result.
38
+
- Improved logging / error reporting by making sure that functions call __WD_Error.
39
39
40
-
### Project
41
40
## [0.7.0] - 2022-03-03
42
41
43
42
### Added
@@ -888,7 +887,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
0 commit comments