Skip to content

Commit c81c96f

Browse files
authored
_WD_GetTable() - function header changes related to nested table (#500)
1 parent 8065364 commit c81c96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wd_helper.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,7 +2878,7 @@ EndFunc ;==>_WD_DispatchEvent
28782878

28792879
; #FUNCTION# ====================================================================================================================
28802880
; Name ..........: _WD_GetTable
2881-
; Description ...: Return all elements of a table.
2881+
; Description ...: Retrieve text from all matching elements of a table.
28822882
; Syntax ........: _WD_GetTable($sSession, $sStrategy, $sSelector[, $sRowsSelector = Default[, $sColsSelector = Default]])
28832883
; Parameters ....: $sSession - Session ID from _WD_CreateSession
28842884
; $sStrategy - Locator strategy. See defined constant $_WD_LOCATOR_* for allowed values
@@ -2891,7 +2891,7 @@ EndFunc ;==>_WD_DispatchEvent
28912891
; - $_WD_ERROR_NoMatch
28922892
; Author ........: danylarson
28932893
; Modified ......: water, danp2, mLipok
2894-
; Remarks .......:
2894+
; Remarks .......: The CSS selectors can be overridden to control the included elements. For example, a modified $sRowsSelector of ":scope > tbody > tr" can be used to bypass nested tables.
28952895
; Related .......: _WD_FindElement, _WD_ElementAction, _WD_LastHTTPResult
28962896
; Link ..........: https://www.autoitscript.com/forum/topic/191990-webdriver-udf-w3c-compliant-version-01182020/page/18/?tab=comments#comment-1415164
28972897
; Example .......: No

0 commit comments

Comments
 (0)