Este dilema se puede resolver de diferentes maneras, pero te dejamos la respuesta más completa para nosotros.
Ejemplo 1: casilla de verificación y botón de radio en selenio
- I locate it as just another web element AND CLICK.
- I would verify if checkbox is selected or not by
- .isSelected() method will return true if checkbox is selected.
- .isSelected() method will return false if checkbox is NOT selected.
syntax: checkbox.click();
syntax: checkbox.isSelected(); --> will return boolean: true/false
Ejemplo 2: cómo manejar la casilla de verificación y el botón de opción en selenio
- I locate it as just another web element AND CLICK.
- I would verify if checkbox is selected or not by
- .isSelected() method will return true if checkbox is selected.
- .isSelected() method will return false if checkbox is NOT selected.
syntax: checkbox.click();
syntax: checkbox.isSelected(); --> will return boolean: true/false
Aquí puedes ver las comentarios y valoraciones de los lectores
Recuerda algo, que te permitimos valorar esta sección si topaste tu atolladero a tiempo.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)