Hey Guys,
I'm trying to build a code that will remove all the items in my cart at Overstock.com.
There are Remove buttons under each item, but I can't seem to figure out how to click them with VB.
I have code that determines how many items are actually in the cart, so I was hoping there'd be a way to just loop through and click all the Remove buttons.
Looping through the code below, and multiple other attempts, doesn't do anything. So I'm struggling to come up with the correct element designation.
Thanks!!
I'm trying to build a code that will remove all the items in my cart at Overstock.com.
There are Remove buttons under each item, but I can't seem to figure out how to click them with VB.
I have code that determines how many items are actually in the cart, so I was hoping there'd be a way to just loop through and click all the Remove buttons.
Looping through the code below, and multiple other attempts, doesn't do anything. So I'm struggling to come up with the correct element designation.
Code:
ObjIE.document.getElementsbyClassName("cart-edit-options").GetElementsByTagName("a").Click