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
sometimes there are more than one element with same criteria. There should be a scope method which let you find things within it. for example. If the text "All Stars" is displayed as a heading but also as clickable text in a dialog box and you want to click which is in the dialog box then it should be something like this
sometimes there are more than one element with same criteria. There should be a scope method which let you find things within it. for example. If the text "All Stars" is displayed as a heading but also as clickable text in a dialog box and you want to click which is in the dialog box then it should be something like this
Scope("#selectionDialogBox", () => Click(where => where.TextIs("All Stars") )
Scope should support both css selectors XenonElementsFinder Func
The text was updated successfully, but these errors were encountered: