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 a feature for checkBox to take xpath as a parameter. #2387

Closed
wants to merge 1 commit into from
Closed

Add a feature for checkBox to take xpath as a parameter. #2387

wants to merge 1 commit into from

Conversation

Avinash9271
Copy link

No description provided.

@@ -51,8 +51,17 @@ function getCheckBoxElementWithLabel(searchElement, label) {
* @extends {ElementWrapper}
*/
class CheckBoxWrapper extends ElementWrapper {
constructor(attrValuePairs, _options, ...args) {
constructor(attrValuePairs, dollarSelector, _options, ...args) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it generic so that other selectors like radiobutton, dropdown etc can also accept a $ selector ?

);
});
});
// describe('Parameters validation', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test case can be removed as it is not valid anymore

@saikrishna321
Copy link
Member

saikrishna321 commented Nov 22, 2021

@zabil
Copy link
Member

zabil commented May 13, 2022

Closing this as the DCO is not signed. Will re-open once that's done.

@zabil zabil closed this May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants