0

Can someone help me on web page automation.

I have a dynamic web page that needs to be automated using VBA Excel. But the problem is when it is dynamic and its className and Id's get changes every time web page refreshed.

I need to click on a drop down list (made from ul > li elements) on web page and select 1 item out of 3.

Attached is for your reference.

enter image description here

scunliffe
  • 62,582
  • 25
  • 126
  • 161
chichi
  • 1
  • Does the `
    ...
    ` remain constant? if so, you should be able to hook into this element, then click the "Nth" `
  • ` element nested child inside it.
  • – scunliffe Sep 24 '19 at 14:41
  • Hi scunliffe, will really appreciate if can you please help me with the code. – chichi Sep 26 '19 at 07:18