DKarap / web-driver

crawler that use the webdriver, ghostdriver/phantomJS
0 stars 1 forks source link

GetLinks from page: we should get info also for the childnodes of each link element, such as the alt atr text for img elements #12

Closed DKarap closed 10 years ago

DKarap commented 10 years ago

Check ProcessPage.java on the old Amedoo backend for improvements

DKarap commented 10 years ago

solution:a function that calls specific tags from an element and add their info to it.

weblement.findElementsBy() => Problem: we need to update only the attributes that dont exist in the original element(i.e. alt attribute of an image element)

DKarap commented 10 years ago

this fix produce a noSuchElementException and also is too slow..if img element is not existing