Screen Scraper Extractor Pattern for div
I have one question that screen scraper does not support pattern where div directly called without any table or tr or td. So does screen scraper support div pattern or not? Any extra thing we have to install for div support. Thanks
In the extractor pattern
In the extractor pattern textbox, you should be able to put anything that you want. That includes "table"/"tr"/"td" tags, but also "div" or "span" or "img" or literally anything.
Just be sure that your extractor pattern text is exactly like the HTML.
Tim