You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webtau-docs/znai/UI/finders-and-filters.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,33 @@ type: two-sides
6
6
7
7
Finders in webtau is the initial web element selection that could select one or more elements.
8
8
9
-
# By CSS
9
+
# CSS Finder
10
10
11
-
Use `$` to select an element by a given `css` selector.
11
+
Use `$` to select an element by a given `css` selector ([Read W3Schools CSS selectors](https://www.w3schools.com/cssref/css_selectors.asp) to learn all kind of CSS selection techniques).
Copy file name to clipboardExpand all lines: webtau-feature-testing/src/test/groovy/org/testingisdocumenting/webtau/featuretesting/WebTauBrowserFeaturesTestBase.groovy
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,8 @@ class WebTauBrowserFeaturesTestBase {
0 commit comments