We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Imagine a field with 4 switch buttons. Like this:
I would like to declare the component just once.
My idea with Atata inside BasePage:
[FindByXPath] [Format("//h6[text()='{0}']//following-sibling::div")] public Clickable<string, TOwner> ChooseOption { get; private set; }
My idea inside test:
ChooseOption.Click("Option A");
It's only the concept, they don't work. I took the ideas above from Select component. There is a way to customize that with Clickable component?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Imagine a field with 4 switch buttons. Like this:
I would like to declare the component just once.
My idea with Atata inside BasePage:
My idea inside test:
It's only the concept, they don't work. I took the ideas above from Select component.
There is a way to customize that with Clickable component?
The text was updated successfully, but these errors were encountered: