Login
Remember
Register
Ask a Question
Which of the following is used to toggle a checkbox in a web form?
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
Which of the following is used to toggle a checkbox in a web form?
a) Element.toggle()
b) Element.click()
c) Element.set()
d) Element.select()
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
Element.click()
...