Skip to content

Commit 2f2951e

Browse files
committed
Update ReadMe
1 parent ecc32de commit 2f2951e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This UDF will allow you to interact with any browser that supports the [W3C WebD
3434

3535
## Helper Functions
3636

37-
- _WD_NewTab($sSession, $lSwitch = True)
37+
- _WD_NewTab($sSession, $lSwitch = True, $iTimeout = -1, $sURL = "", $sFeatures = "")
3838
- _WD_Attach($sSession, $sString, $sMode = 'title')
3939
- _WD_LinkClickByText($sSession, $sText, $lPartial = True)
4040
- _WD_WaitElement($sSession, $sElement, $sStrategy, $sSelector[, $iDelay = 0[, $iTimeout = -1]])
@@ -47,6 +47,8 @@ This UDF will allow you to interact with any browser that supports the [W3C WebD
4747
- _WD_FrameLeave()
4848
- _WD_HighlightElement($sSession, $sElement[, $iMethod = 1])
4949
- _WD_HighlightElements($sSession, $aElements[, $iMethod = 1])
50+
- _WD_jQuerify($sSession)
51+
- WD_ElementOptionSelect($sSession, $sStrategy, $sSelector, $sStartElement = "")
5052

5153
# Source Code
5254
You will always be able to find the latest version in the GitHub Repo https://github.com/Danp2/WebDriver

0 commit comments

Comments
 (0)