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
Add an overload that takes a tuple like (By, value) as a locator so that we can save them in a test in the following way: private (By by, string value) startButtonLocator = (By.PATH, "//Content//Button_Primary");
Additional info
It would be nice to save the locators in a POM and switch easily from path to name for example.
The text was updated successfully, but these errors were encountered:
Description
Add an overload that takes a tuple like (By, value) as a locator so that we can save them in a test in the following way:
private (By by, string value) startButtonLocator = (By.PATH, "//Content//Button_Primary");
Additional info
It would be nice to save the locators in a POM and switch easily from
path
toname
for example.The text was updated successfully, but these errors were encountered: