I had this pop out box stated with "no such element error". I really don't know what's wrong with the code. This basic code is actually looking up for the search box and input text which is ABC. I hope I can find someone who can kindly guide me. Your help will be very much appreciated. TQ
Set mybrowser = New Selenium.ChromeDriver
sel.Start "chrome", "Carousell Singapore | Buy & Sell Goods, Cars, Services and Property"
sel.Get "/"
'Stop
sel.FindElementByCss("a.D_pG.D_pH.D_pT.D_mz").SendKeys "ABC"
Set mybrowser = New Selenium.ChromeDriver
sel.Start "chrome", "Carousell Singapore | Buy & Sell Goods, Cars, Services and Property"
sel.Get "/"
'Stop
sel.FindElementByCss("a.D_pG.D_pH.D_pT.D_mz").SendKeys "ABC"