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
Tue, Aug 18, 19:07 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
50/73/1af8afd3f961c34f3753958932d8
Default Alt Text
history.page.js (331 B)

Event Timeline