@@ -1144,12 +1144,14 @@ public GetAttributeOptions setTimeout(double timeout) {
11441144 }
11451145 class GetByAltTextOptions {
11461146 /**
1147- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1147+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1148+ * expression.
11481149 */
11491150 public Boolean exact ;
11501151
11511152 /**
1152- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1153+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1154+ * expression.
11531155 */
11541156 public GetByAltTextOptions setExact (boolean exact ) {
11551157 this .exact = exact ;
@@ -1158,12 +1160,14 @@ public GetByAltTextOptions setExact(boolean exact) {
11581160 }
11591161 class GetByLabelOptions {
11601162 /**
1161- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1163+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1164+ * expression.
11621165 */
11631166 public Boolean exact ;
11641167
11651168 /**
1166- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1169+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1170+ * expression.
11671171 */
11681172 public GetByLabelOptions setExact (boolean exact ) {
11691173 this .exact = exact ;
@@ -1172,12 +1176,14 @@ public GetByLabelOptions setExact(boolean exact) {
11721176 }
11731177 class GetByPlaceholderOptions {
11741178 /**
1175- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1179+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1180+ * expression.
11761181 */
11771182 public Boolean exact ;
11781183
11791184 /**
1180- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1185+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1186+ * expression.
11811187 */
11821188 public GetByPlaceholderOptions setExact (boolean exact ) {
11831189 this .exact = exact ;
@@ -1326,12 +1332,14 @@ public GetByRoleOptions setSelected(boolean selected) {
13261332 }
13271333 class GetByTextOptions {
13281334 /**
1329- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1335+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1336+ * expression.
13301337 */
13311338 public Boolean exact ;
13321339
13331340 /**
1334- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1341+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1342+ * expression.
13351343 */
13361344 public GetByTextOptions setExact (boolean exact ) {
13371345 this .exact = exact ;
@@ -1340,12 +1348,14 @@ public GetByTextOptions setExact(boolean exact) {
13401348 }
13411349 class GetByTitleOptions {
13421350 /**
1343- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1351+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1352+ * expression.
13441353 */
13451354 public Boolean exact ;
13461355
13471356 /**
1348- * Whether to find an exact match: case-sensitive and whole-string. Default to false.
1357+ * Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular
1358+ * expression.
13491359 */
13501360 public GetByTitleOptions setExact (boolean exact ) {
13511361 this .exact = exact ;
0 commit comments