There is a need to locate <table> element in a common way.
For this reason _WD_GetTable() should have the same possibility as others like _WD_FindElement() , _WD_WaitElement() and others.
Influences and relationship to other functionality
!!! SCRIPT BREAKING CHANGE !!!
All _WD_GetTable() usage requires to add new 2nd parameter $_WD_LOCATOR_ByXPath, and moving previously/recently the second parameter to the third position
Pull request
Proposed changes
There is a need to locate
<table>
element in a common way. For this reason_WD_GetTable()
should have the same possibility as others like_WD_FindElement()
,_WD_WaitElement()
and others.Checklist
Types of changes
What is the current behavior?
_WD_GetTable()
only support $_WD_LOCATOR_ByXPathWhat is the new behavior?
_WD_GetTable()
support all $_WDLOCATOR***Influences and relationship to other functionality
!!! SCRIPT BREAKING CHANGE !!!
All_WD_GetTable()
usage requires to add new 2nd parameter $_WD_LOCATOR_ByXPath, and moving previously/recently the second parameter to the third positionAdditional context
https://github.com/Danp2/au3WebDriver/issues/497
System under test
not related