How to extract checkbox value while data scrapping?

Hi,

I am trying to extract checkbox value while doing data scrapping and I am not able to get that value. Is it possible to get that value while performing data scrapping?

What do you want to extract from checkbox. Whether it is checked or not?? Or any anything try get attribute activity you might get your result.

I want to extract if it is checked or not.

Use get attribute activity. there will be some attribute value which will be different when checkbox is checked and when it is not checked. Get that attribute value.

Can it be possible while performing data scrapping?

Date scrapping is used when you want to extract pattern based data or tabular data. If you want to know whether the checkbox was checked or not get attribute should be used.

Okay. Thank you