Lines Matching defs:text
58 * Select all options that display text matching the argument. That is, when given "Bar" this would
63 * @param string $text The visible text to match against.
67 public function selectByVisibleText($text);
70 * Select all options that display text partially matching the argument. That is, when given "Bar" this would
75 * @param string $text The visible text to match against.
79 public function selectByVisiblePartialText($text);
108 * Deselect all options that display text matching the argument. That is, when given "Bar" this would
113 * @param string $text The visible text to match against.
116 public function deselectByVisibleText($text);
119 * Deselect all options that display text matching the argument. That is, when given "Bar" this would
124 * @param string $text The visible text to match against.
127 public function deselectByVisiblePartialText($text);