Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add overload to the FindObject command #1678

Open
gomboskriszta15 opened this issue Jul 25, 2024 · 0 comments
Open

Add overload to the FindObject command #1678

gomboskriszta15 opened this issue Jul 25, 2024 · 0 comments

Comments

@gomboskriszta15
Copy link
Contributor

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 to name for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant