Open GoogleCodeExporter opened 9 years ago
To register an event:
Not implemented
To get the source of an element:
Set ele = wd.findElementById("id")
src = ele.GetAttribute("innerHTML")
To get the source of the page:
src = wd.PageSource
To get a web element at coordinates:
Set ele = wd.executeScript("return document.elementFromPoint(arguments[0],
arguments[1]);", Array(215, 325))
Original comment by florentbr
on 24 Jan 2015 at 6:51
Original issue reported on code.google.com by
heesung2...@gmail.com
on 24 Jan 2015 at 4:23