Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - oswalsh

Pages: [1]
1
Other Plugins / RoboB - GetElementByClassName
« on: July 03, 2015, 10:24:27 AM »
Hey,

I just started messing around with Robo Browser, and its awesome! However I'm trying to get it to read the news, and on the CBC, the news is contained in <div class="story-content">. Is there a way to get an element by class name?

I'm not sure how to use regex to match a single class name, when I try things like (?:^|\W)story-content(?:$|\W), I get all the text from the page, though I would think this would be the way to do it.

Pages: [1]