Page MenuHomeWickedGov Phorge

history.page.js
No OneTemporary

Size
331 B
Referenced Files
None
Subscribers
None

history.page.js

'use strict';
const Page = require( 'wdio-mediawiki/Page' );
class HistoryPage extends Page {
get heading() {
return $( '#firstHeading' );
}
get comment() {
return $( '#pagehistory .comment' );
}
async open( title ) {
return super.openTitle( title, { action: 'history' } );
}
}
module.exports = new HistoryPage();

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 13:23 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
93/1f/4ac00a96310c77e922e9928470dd
Default Alt Text
history.page.js (331 B)

Event Timeline