Skip to content

Commit 1e1f2fe

Browse files
committed
Increment version
1 parent 8351ca7 commit 1e1f2fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webdriver.au3

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#EndRegion Many thanks to:
3030

3131
#Region Global Constants
32-
Global Const $__WDVERSION = "0.1.0.1b-1"
32+
Global Const $__WDVERSION = "0.1.0.2"
3333

3434
Global Const $_WD_LOCATOR_ByID = "id"
3535
Global Const $_WD_LOCATOR_ByName = "name"
@@ -925,6 +925,7 @@ EndFunc
925925

926926
; #FUNCTION# ====================================================================================================================
927927
; Name ..........: _WD_NewTab
928+
; Description ...: Helper function to create new tab using Javascript
928929
; Syntax ........: _WD_NewTab($sSession[, $lSwitch = True])
929930
; Parameters ....: $sSession - Session ID from _WDCreateSession
930931
; $lSwitch - [optional] Switch session context to new tab? Default is True.

0 commit comments

Comments
 (0)