Sub testEdgeAuto() Dim obj As New WebDriver obj.Start "edge", "" obj.Get "weblink/nvoices/43531" obj.FindElementById("change_exported").Click Element details <button id="change_exported" class="buttonAsLink" type="button"> (Change)</button> End Sub
my invoices links are in excel Sheet1 and from A1 - A500, the macro has to just open 1 by 1 invoices in Edge and just click the Change button.
Thanks
Baigm