Can’t Find Checkbox Elements with Selenium VBA (Works Fine on Local HTML)
I’m trying to use Selenium VBA to find checkbox elements on a web page. Interestingly, when I open a local HTML file, I can easily find and click the checkboxes without any issues. However, when I run the same code on a live website, Selenium cannot find the elements and nothing happens.
Can’t Find Checkbox Elements with Selenium VBA (Works Fine on Local HTML)
I’m trying to use Selenium VBA to find checkbox elements on a web page. Interestingly, when I open a local HTML file, I can easily find and click the checkboxes without any issues. However, when I run the same code on a live website, Selenium cannot find the elements and nothing happens.