We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d5d93 commit 4fd734dCopy full SHA for 4fd734d
pytest_splunk_addon_ui_smartx/components/controls/checkboxgroup.py
@@ -28,6 +28,7 @@ class CheckboxGroup(BaseControl):
28
29
This class represents a group of checkboxes, allowing for expanding groups,
30
selecting/deselecting checkboxes, and setting or retrieving values.
31
+ Note: Please use xpath as locator for this component.
32
"""
33
34
def __init__(self, browser, container) -> None:
0 commit comments