Open dgrl opened 3 years ago
Dim keyObj As Selenium.Keys Set keyObj = New Selenium.Keys driver.SendKeys keyObj.Control & "a"
This code fixed my issue
///////////////////////////////////////////////////////////////////////
I just run into an issue with sendkeys ctrl +a
I dont think its a bug but I get error 424 (VBA) with this code
driver.FindElementByName("seed").SendKeys (Keys.chord(Keys.Control, "a"))
I canput text in this box and even use the clear function but selecting all the text gives error 424.
This code fixed my issue
///////////////////////////////////////////////////////////////////////
I just run into an issue with sendkeys ctrl +a
I dont think its a bug but I get error 424 (VBA) with this code
driver.FindElementByName("seed").SendKeys (Keys.chord(Keys.Control, "a"))
I canput text in this box and even use the clear function but selecting all the text gives error 424.