UNPKG

page-chauffeur

Version:

A cross browser library for writing functional tests using webdriver

15 lines (11 loc) 335 B
var inherits = require('util').inherits, Module = require('../../../../lib/module.js'); function ParagraphSectionModule() { this.baseSelector = '#paragraphsSection'; this.required = true; this._content = { 'paragraphs': 'p' }; } inherits(ParagraphSectionModule, Module); module.exports = ParagraphSectionModule;