I keep getting the error “Cannot find the UI element corresponding to this selector.” I have tried using an anchor, but the element still cannot be found.
I used UI Explorer to examine the selector. Here it is:
html app=‘chrome.exe’ title=‘Monthly Inventory: Monthly Inventory - Tableau Online’ />
Try to find more descriptive selectors. Uncheck the css-selector. See if it is working without it. Click around the other selector lines and try to find an attribute which has the name of the checkbox you are trying to click.
Thank you so much! I unchecked the css-selector, and it worked. To change which box I am unchecking I simply incremented the indx. I know that is not best practice, but it appears to be working. Thanks again.