Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4102269
checkuserlog.page.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
626 B
Referenced Files
None
Subscribers
None
checkuserlog.page.js
View Options
'use strict'
;
const
Page
=
require
(
'wdio-mediawiki/Page'
);
class
CheckUserLogPage
extends
Page
{
get
hasPermissionErrors
()
{
return
$
(
'.permissions-errors'
);
}
get
targetInput
()
{
return
$
(
'#mw-target-user-or-ip input'
);
}
get
initiatorInput
()
{
return
$
(
'input[name=cuInitiator]'
);
}
get
startDateSelector
()
{
return
$
(
'#mw-date-start'
);
}
get
endDateSelector
()
{
return
$
(
'#mw-date-end'
);
}
get
search
()
{
return
$
(
'.mw-htmlform-submit button[value="Search"]'
);
}
async
open
()
{
await
super
.
openTitle
(
'Special:CheckUserLog'
);
}
}
module
.
exports
=
new
CheckUserLogPage
();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 17:21 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
57/80/429cfe39253ad5ed017909bdad92
Default Alt Text
checkuserlog.page.js (626 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment