Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4095519
watchlist.page.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
304 B
Referenced Files
None
Subscribers
None
watchlist.page.js
View Options
'use strict'
;
const
Page
=
require
(
'wdio-mediawiki/Page'
);
class
WatchlistPage
extends
Page
{
get
titles
()
{
return
$
(
'.mw-changeslist'
)
.
$$
(
'.mw-changeslist-line .mw-title'
);
}
async
open
()
{
return
super
.
openTitle
(
'Special:Watchlist'
);
}
}
module
.
exports
=
new
WatchlistPage
();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 13:55 (4 w, 8 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
65/3e/4b251665838736a980f7adfbe56e
Default Alt Text
watchlist.page.js (304 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment