Open GoogleCodeExporter opened 9 years ago
There was a fix related to an element collection.
The collection now requires the Set in front of the variable.
In your case :
Set objCollection =
driver.findElementById("test_id").findElementsByTagName("option")
The same one optimized :
Set objCollection = driver.findElementsByCssSelector("#test_id option")
Original comment by florentbr
on 12 Dec 2013 at 2:30
Thnx a lot for your prompt reply
Original comment by rohan.ka...@gmail.com
on 12 Dec 2013 at 3:17
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
rohan.ka...@gmail.com
on 11 Dec 2013 at 7:58