VBA macro how to click on button on website on chrome, using Selenium
I am trying to program to click on one button on website on chrome. The name of the button is "Add to Cart".
Please see HTML of the website: enter image description here
And this is the VBA code:
CD.FindElementByCss("div.addToCartButtons clearAfter > button blue right s-addToCart > span.Add to Cart").Click
How can I do this?
Comments
Post a Comment