class PageRecord::AttributeNotFound

This {::Exception} is raised when the specfied attribute is not found on the page. Check your selector, filter and HTML code for details.

“‘html <div data-team-id=’10’>

<div data-attribute-for='name'>Ajax</div>

</div> “‘ When the following code is executed, the {AttributeNotFound} exception is raised.

“‘ruby TeamPage.find(10).ranking “`