File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+
2
+ v0.3.0.6
3
+ - Fixed (__WD_Get, __WD_Post, __WD_Delete): Correctly pass detected errors to calling routine
4
+ - Changed (__WD_Get): Eliminated optional $iMode parameter
5
+
1
6
v0.3.0.5
2
7
- Added: _WD_GetTable (danylarson / water)
3
8
- Fixed (_WD_FindElement): Enforce relative xpath when utilizing a starting element
95
100
- Changed: Added backslash to list of characters to escape
96
101
- Changed: Modified _WD_jQuerify with additional parameters for timeout / alternate jQuery source
97
102
98
- v0.1.0.21
99
- - Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _ WD_Window
100
- - Fixed: Prevent runtime error dialog from appearing when function call succeeded
103
+ v0.1.0.21
104
+ - Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
105
+ - Fixed: Prevent runtime error dialog from appearing when function call succeeded
101
106
102
107
V0.1.0.20
103
108
- Fixed: Escape string passed to _WD_ElementAction when setting element's value
104
- - Fixed: Return value from _ WD_Window should be "" on error
105
- - Fixed: Current tab handling in _ WD_Attach
109
+ - Fixed: Return value from _WD_Window should be "" on error
110
+ - Fixed: Current tab handling in _WD_Attach
106
111
107
112
V0.1.0.19
108
113
- Added: _WD_ConsoleVisible
121
126
- Changed: Rework coding of _WD_ElementAction
122
127
- Fixed: Error handling in __WD_Get
123
128
- Fixed: _WD_NewTab failed in some situations
124
- - Fixed: _WD_Window error handling
129
+ - Fixed: _WD_Window error handling
125
130
- Added: _WD_Screenshot
126
131
127
132
V0.1.0.16
Original file line number Diff line number Diff line change 94
94
95
95
96
96
#Region Global Constants
97
- Global Const $__WDVERSION = " 0.3.0.5 "
97
+ Global Const $__WDVERSION = " 0.3.0.6 "
98
98
99
99
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
100
100
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments