File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,12 @@ This UDF will allow you to interact with any browser that supports the [W3C WebD
47
47
- _ WD_FrameLeave()
48
48
- _ WD_HighlightElement($sSession, $sElement[ , $iMethod = 1] )
49
49
- _ WD_HighlightElements($sSession, $aElements[ , $iMethod = 1] )
50
- - _ WD_jQuerify($sSession)
50
+ - _ WD_jQuerify($sSession[ , $sjQueryFile = Default [ , $iTimeout = Default ]] )
51
51
- _ WD_ElementOptionSelect($sSession, $sStrategy, $sSelector, $sStartElement = "")
52
52
- _ WD_ConsoleVisible($lVisible = False)
53
53
- _ WD_Screenshot($sSession, $sElement = '', $nOutputType = 1)
54
+ - _ WD_SelectFiles($sSession, $sStrategy, $sSelector, $sFilename)
55
+ - _ WD_GetShadowRoot($sSession, $sStrategy, $sSelector, $sStartElement = "")
54
56
55
57
# Source Code
56
58
You will always be able to find the latest version in the GitHub Repo https://github.com/Danp2/WebDriver
You can’t perform that action at this time.
0 commit comments