-1

I want to automatically check a particular "check box" on a webpage, there are 100's of them with multiple options. I need to check one from all?

Example

In the picture, I need to select all the "approved" check boxes.

Jonathan Argentiero
  • 5,687
  • 8
  • 29
  • 34

2 Answers2

0

You might want to take a look at this answer: Check/Uncheck checkbox with javascript?

Using the built in console of google chrome you can select the wanted checkboxes on classname or id and then check/uncheck them as wanted.

Discobarry
  • 64
  • 3
-1

on that specific checkbox you can set as type="checkbox" name="vehicle" value="Car" checked

them this will be auto checked when opens that page

Thanks

  • 1
    boy this answer is going to be down voted. like a lot. To prevent this 1.read the question properly and wirte better answers or 2. You can use a picture of a girl as profile pic than people will go easy (Like they do with the bad question which is asked here) – hansTheFranz Jul 12 '17 at 11:29