I need to access a web page using Excel VBA that is only compatible with Chrome or Firefox, not Internet Explorer. I have successfully accessed the website using Selenium, but I am having trouble navigating through the drop-down menu to reach the section where I need to upload the data.
The menu link I need to click on is as follows: drop-down menu element's code
I have attempted to use FindElementByLinkText without success. I assume I need to call a JavaScript function (such as on_load_form), but I am unsure how to do that. Can anyone provide assistance?
Thank you in advance!