Skip to content

Commit

Permalink
DanielWagnerHall: Updating wire protocol to reflect reality
Browse files Browse the repository at this point in the history
r11680
  • Loading branch information
illicitonion committed Mar 13, 2011
1 parent b173be2 commit 2b1e7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def main():
|| *Strategy* || *Description* ||
|| class name || Returns an element whose class name contains the search \
value; compound class names are not permitted. ||
|| css || Returns an element matching a CSS selector. ||
|| css selector || Returns an element matching a CSS selector. ||
|| id || Returns an element whose ID attribute matches the search value. ||
|| name || Returns an element whose NAME attribute matches the search value. ||
|| link text || Returns an anchor element whose visible text matches the \
Expand Down Expand Up @@ -622,7 +622,7 @@ def main():
|| *Strategy* || *Description* ||
|| class name || Returns all elements whose class name contains the search \
value; compound class names are not permitted. ||
|| css || Returns all elements matching a CSS selector. ||
|| css selector || Returns all elements matching a CSS selector. ||
|| id || Returns all elements whose ID attribute matches the search value. ||
|| name || Returns all elements whose NAME attribute matches the search value. ||
|| link text || Returns all anchor elements whose visible text matches the \
Expand Down Expand Up @@ -666,7 +666,7 @@ def main():
|| *Strategy* || *Description* ||
|| class name || Returns an element whose class name contains the search \
value; compound class names are not permitted. ||
|| css || Returns an element matching a CSS selector. ||
|| css selector || Returns an element matching a CSS selector. ||
|| id || Returns an element whose ID attribute matches the search value. ||
|| name || Returns an element whose NAME attribute matches the search value. ||
|| link text || Returns an anchor element whose visible text matches the \
Expand Down Expand Up @@ -700,7 +700,7 @@ def main():
|| *Strategy* || *Description* ||
|| class name || Returns all elements whose class name contains the search \
value; compound class names are not permitted. ||
|| css || Returns all elements matching a CSS selector. ||
|| css selector || Returns all elements matching a CSS selector. ||
|| id || Returns all elements whose ID attribute matches the search value. ||
|| name || Returns all elements whose NAME attribute matches the search value. ||
|| link text || Returns all anchor elements whose visible text matches the \
Expand Down

0 comments on commit 2b1e7ba

Please sign in to comment.