1 - I have scrapped data into a datatable (Process_ID and Process_Status) → done
2 - Stored the Process_ID where Process_Status = “running” in a variable → done
3 - now I want to click/select - in an other browser-window - on a checkbox where the Process_ID is
similar as stored in my variable).
How can I use my variable to click on the correct check-box (same process_id), when I have a list of check-boxes in an browser window. The variable is set global, but what activities can/should I use to click on the correct check-box?