Need help in selecting drop down menu with VBA

easwer

New Member
Joined
Dec 12, 2019
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I am trying to write a code using VBA to extract a specific status using VBA Selenium in Chrome. But i am stuck at one place. I am unable to automate to click on drop down menu.

Sorry i cant share the website link as its confidential. However, I have found similar website with similar situation.

Website: Most Preferred Courier Company in India - DTDC India
once this website is open, it should go to Tracking menu and from drop down it should select/open/click E-tracking.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

since no one can visibly see the css/html this is probably the best answer you will recieve.
hard to tell without seeing but i assume you need to look for "li" or list objects rather than options.
either way query select seems the way to go
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top