File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11.project
22.pydevproject
3+ .idea
34test /results
45* .pyc
56* .orig
Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ Release Notes
1010 did not complete.
1111 [Mika Batsman][elizaleong][emanlove]
1212
13- - Added support for negative indicies for rows and columns in table-related
13+ - Added support for negative indices for rows and columns in table-related
1414 keywords.
1515 [eweitz]
1616
17+ - Added strategy for locating elements by partial link text with locator
18+ prefix 'partial link'.
19+ [lina1]
20+
17211.5
1822---
1923- Copy Desired Capabilities before modifying to prevent affecting future
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class Selenium2Library(
5555 | xpath | Click Element `|` xpath=//div[@id='my_element'] | Matches with arbitrary XPath expression |
5656 | dom | Click Element `|` dom=document.images[56] | Matches with arbitrary DOM express |
5757 | link | Click Element `|` link=My Link | Matches anchor elements by their link text |
58+ | partial link | Click Element `|` partial link=y Lin | Matches anchor elements by their partial link text |
5859 | css | Click Element `|` css=div.my_class | Matches by CSS selector |
5960 | jquery | Click Element `|` jquery=div.my_class | Matches by jQuery/sizzle selector |
6061 | sizzle | Click Element `|` sizzle=div.my_class | Matches by jQuery/sizzle selector |
You can’t perform that action at this time.
0 commit comments