Package org.jenkinsci.test.acceptance.po
Class Login
java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageObject
org.jenkinsci.test.acceptance.po.Login
- All Implemented Interfaces:
CapybaraPortingLayer
Page object for login page.
- Author:
- Michael Prankl
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
CapybaraPortingLayerImpl.Finder<R>, CapybaraPortingLayerImpl.Resolver
-
Field Summary
Fields inherited from class org.jenkinsci.test.acceptance.po.PageObject
jsonParser, url
Fields inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
driver, injector, LABEL_TO_INPUT_XPATH, time
Fields inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayer
by
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoFailedLogin
(String user) doFailedLogin
(String user, String password) doFailedLogin
(User user) Login for a common case where the user name and the password are the sameLogin assuming "path" form element availability.
Paths are usually available when using the default Jenkins controller.
(Available thanks to pre-installed form-element-path plugin.)doLoginDespiteNoPaths
(String user, String password) Deprecated.doSuccessfulLogin
(String user) doSuccessfulLogin
(String user, String password) doSuccessfulLogin
(User user) Methods inherited from class org.jenkinsci.test.acceptance.po.PageObject
control, control, createPageArea, createRandomName, getContext, getJenkins, open, toString, url, url, visit
Methods inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
all, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, elasticSleep, executeScript, fillIn, find, findCaption, findCaption, findIfNotVisible, getCurrentUrl, getCurrentUrlWithFragment, getElement, getPageContent, getPageSource, getPageSource, getPath, handleAlert, isHiddenOrStale, isStale, last, lastIfNotVisible, newInstance, resource, runThenConfirmAlert, runThenConfirmAlert, runThenHandleAlert, runThenHandleAlert, runThenHandleDialog, sleep, visit, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCond
-
Constructor Details
-
Login
-
-
Method Details
-
doLogin
Login assuming "path" form element availability.
Paths are usually available when using the default Jenkins controller.
(Available thanks to pre-installed form-element-path plugin.) -
doLoginDespiteNoPaths
Deprecated.usedoLogin(String, String)
instead. It doesn't require form-element-path. -
doLogin
Login for a common case where the user name and the password are the same -
doLogin
-
doSuccessfulLogin
-
doSuccessfulLogin
-
doSuccessfulLogin
-
doFailedLogin
-
doFailedLogin
-
doFailedLogin
-
doLogin(String, String)
instead.