Skip to content

Commit ecdc4e9

Browse files
committed
Update function list
1 parent 0bb09a8 commit ecdc4e9

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

README.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,32 @@ This UDF will allow you to interact with any browser that supports the [W3C WebD
99
- Chrome WebDriver https://sites.google.com/a/chromium.org/chromedriver/downloads
1010
- FireFox WebDriver https://github.com/mozilla/geckodriver/releases
1111

12-
# Function List
13-
- _WDStartup()
14-
- _WDShutdown()
15-
- _WDStatus()
16-
- _WDCreateSession($sDesiredCapabilities='{}')
17-
- _WDDeleteSession($sSession)
18-
- _WDNavigate($sSession, $sURL)
19-
- _WDAction($sSession, $sCommand)
20-
- _WDWindow($sSession, $sCommand, $sOption)
21-
- _WDFindElement($sSession, $sStrategy, $sSelector, $sStartElement = "", $lMultiple = False)
22-
- _WDElementAction($sSession, $sElement, $sCommand, $sOption='')
23-
- _WDExecuteScript($sSession, $sScript, $aArguments)
24-
- _WDAlert($sSession, $sCommand)
25-
- _WDGetSource($sSession)
26-
- _WDCookies($sSession, $sCommand, $sOption = '')
27-
- _WDTimeouts($sSession, $sTimeouts = '')
28-
- _WDOption($sOption, $vValue = "")
29-
30-
31-
# Source Code
32-
You will always be able to find the latest version in the GitHub Repo https://github.com/Danp2/WebDriver
12+
# Function List
13+
14+
## Core Functions
15+
16+
- _WD_CreateSession($sDesiredCapabilities='{}')
17+
- _WD_DeleteSession($sSession)
18+
- _WD_Status()
19+
- _WD_Timeouts($sSession, $sTimeouts = '')
20+
- _WD_Navigate($sSession, $sURL)
21+
- _WD_Action($sSession, $sCommand)
22+
- _WD_Window($sSession, $sCommand, $sOption = '')
23+
- _WD_FindElement($sSession, $sStrategy, $sSelector, $sStartElement = "", $lMultiple = False)
24+
- _WD_ElementAction($sSession, $sElement, $sCommand, $sOption='')
25+
- _WD_ExecuteScript($sSession, $sScript, $sArguments="[]")
26+
- _WD_Alert($sSession, $sCommand, $sOption = '')
27+
- _WD_GetSource($sSession)
28+
- _WD_Cookies($sSession, $sCommand, $sOption = '')
29+
- _WD_Option($sOption, $vValue = "")
30+
- _WD_Startup()
31+
- _WD_Shutdown()
32+
33+
## Helper Functions
34+
35+
- _WD_NewTab($sSession, $lSwitch = True)
36+
- _WD_Attach($sSession, $sString, $sMode = 'title')
37+
- _WD_LinkClickByText($sSession, $sText, $lPartial = True)
38+
39+
# Source Code
40+
You will always be able to find the latest version in the GitHub Repo https://github.com/Danp2/WebDriver

0 commit comments

Comments
 (0)