Skip to content

Commit c2ae9b4

Browse files
committed
Chore: Update readme
1 parent 2c11689 commit c2ae9b4

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
@@ -47,10 +47,12 @@ 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)
50+
- _WD_jQuerify($sSession[, $sjQueryFile = Default[, $iTimeout = Default]])
5151
- _WD_ElementOptionSelect($sSession, $sStrategy, $sSelector, $sStartElement = "")
5252
- _WD_ConsoleVisible($lVisible = False)
5353
- _WD_Screenshot($sSession, $sElement = '', $nOutputType = 1)
54+
- _WD_SelectFiles($sSession, $sStrategy, $sSelector, $sFilename)
55+
- _WD_GetShadowRoot($sSession, $sStrategy, $sSelector, $sStartElement = "")
5456

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

0 commit comments

Comments
 (0)