Module

Lunapark.LunaparkF

Package
purescript-lunapark
Repository
slamdata/purescript-lunapark

#_lunapark Source

_lunapark :: SProxy "lunapark"

#WithLunapark Source

type WithLunapark r a = Run (lunapark :: LUNAPARK | r) a

#liftLunapark Source

liftLunapark :: forall r a. LunaparkF a -> WithLunapark r a

#quit Source

quit :: forall r. WithLunapark r Unit

#setTimeouts Source

#getTimeouts Source

#go Source

go :: forall r. String -> WithLunapark r Unit

#getUrl Source

getUrl :: forall r. WithLunapark r String

#forward Source

forward :: forall r. WithLunapark r Unit

#back Source

back :: forall r. WithLunapark r Unit

#refresh Source

refresh :: forall r. WithLunapark r Unit

#getTitle Source

#getWindowHandle Source

#getWindowHandles Source

#closeWindow Source

#switchToWindow Source

#switchToFrame Source

#switchToParentFrame Source

#getWindowRectangle Source

#setWindowRectangle Source

#maximizeWindow Source

#minimizeWindow Source

#fullscreenWindow Source

#executeScript Source

#executeScriptAsync Source

#getAllCookies Source

#getCookie Source

#addCookie Source

addCookie :: forall r. Cookie -> WithLunapark r Unit

#deleteCookie Source

#deleteAllCookies Source

#dismissAlert Source

#acceptAlert Source

#getAlertText Source

#sendAlertText Source

#screenshot Source

#elementScreenshot Source

#findElement Source

#findElements Source

#childElement Source

#childElements Source

#isSelected Source

#getAttribute Source

#getProperty Source

#getCss Source

getCss :: forall r. Element -> String -> WithLunapark r String

#getText Source

#getTagName Source

#getRectangle Source

#isEnabled Source

#clickElement Source

#clearElement Source

#sendKeysElement Source

#isDisplayed Source

#submitElement Source

#performActions Source

#releaseActions Source