How can I use Check/UnCheck at advanced level

I hope I was able to translate it in an understandable way in English.

I want to make a simple automation. I need your help.
I have an automation idea to sell products on the Steam marketplace. You can steal this idea, no problem. I wanted to develop a project in its simplest form so that I could improve myself further.

When selling the product, it is necessary to mark the “Steam sales agreement”. When the automation starts I sell 1 product successfully, but when it moves to selling the second product, the automation re-checks the already marked “Steam sales agreement” and unchecks the checkbox, and the automation fails to achieve its purpose.

How can I solve this problem? Can I bypass it after checking the box just once?

@kenanbayram

If there are multiple things to check use foe each ui elwment

Or if you dont what to uncheck if cheked …then you can use check or uncheck activity…or you can use get attribute and check if it is checked or not and accoridngly click or leave

Cheers

1 Like

Thank you. I’ll work on it.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.