I have a problem using VBA with method Selenium, I come across the error "No such Element Error"
this is the code.
.FindElementById("requiredPlaca", 500).SwitchToFrame .FindElementByName("COD_PLACA_VCL", 500).Click
.FindElementByXPath("requiredPlaca", 500).Click .FindElementByName("value(COD_PLACA_VCL)", 500).Click .FindElementById("requiredPlaca", 500).Click .FindElementById("requiredRenavam", 500000).Click .SendKeys (renavam)
HTML from the site I'm trying to search on.
How can I solve this problem?