How to select a checkbox in an HTML document?
Hey Dipen,
Each checkbox in an HTML document has an attribute type set to the value of checkbox. A checkbox must first be located using any locator before the click () method can be used to select it.
How to select a checkbox in an HTML document?
Hey Dipen,
Each checkbox in an HTML document has an attribute type set to the value of checkbox. A checkbox must first be located using any locator before the click () method can be used to select it.