Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
체크박스가 여러개 있는 화면에서 특정 체크박스가 체크되어 있는지 확인하려면 어떻게 해야 할까요?
아래와 같은 화면에서 CSS 항목에 체크가 되어있는지 확인하고 싶어요.
@yuri
object 인식 모드에서 "확인(match)" 기능을 사용하면 체크박스의 값을 확인할 수 있습니다. 아래와 같은 순서로 스크립트를 생성 후 실행하면 변수창에 "ToggleState"라는 변수값이 생깁니다. 체크박스에 체크가 된 경우 "On" 체크되지 않은 경우는 "Off"로 표시가 됩니다.