I am working on PowerShell script for website automation, i need to click on a checkbox that is inside a lot of tables. How to achieve it, please help…
I have exapnded the DOM explorer and did a COPY-XPATH, COPY Selector options for the checkbox element, below are the details. How to update in powershell to select this check box
Copy - Xpath //*[@id=“G0_1_R0”]/td[1]/div/input
Copy _ selector #G0_1_R0 > td.JSSelectGrid > div > input[type=“checkbox”]
Copy _ Element
input type=“checkbox” name=“grs0_1” tabindex=“3”