I am using to Celerity to screen scrape a web page and I'm attempting to scrape all of the text elements within a particular div class. The following line of code I'm using is throwing the following error: wrong argument type String (expected Module) (TypeError)
Code: puts browser.text if browser.frame(:id, 'bottomframe').div.class.include? 'ClassName'
Can anyone tell me what this error means or more importantly how to fix my line of code.