Hello
I have noticed that the crawlreqests do not contain the content found in frames. Is it possible to get this? Is there something I did not set right?
Thank you
OK, frames and iframes are different things.
http://stackoverflow.com/questions/1079128/whats-the-difference-between-iframe-and-frame
In this example, the iframe is an inline element - and if it isn't being populated it is very likely due to needing the associated JavaScript in the WebPage to do so.
Use the Renderers: http://arachnode.net/blogs/arachnode_net/archive/2015/04/01/ajax-dynamic-content.aspx
Mike
For best service when you require assistance:
Skype: arachnodedotnet
Which page, specifically?
Sorry been on Vacation... In my example, I cannot access the product description as the contents are in a frame
http://www.amazon.com/First-Baby-Annabell-Soft-Doll/dp/B00FBWB9A2
I can see the contents when I view source but when I look at the content dnloaded from AN it is missing
<iframe id="product-description-iframe" class="ap_never_hide" width="100%" scrolling="no" frameborder="0" style="height: 86px;">
</iframe>
The contents are missing....