Skip to content
Taiko Documentation
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Start Here
Overview
Installing
Record and run tests
API Reference
Writing Tests
Assertions
Working with element lists
Taking Screenshots
File Upload and Download
Running scripts inside the browser
Running and Integrating
Integrating with test runners
Configuring Taiko
Taiko in Docker
Extending Taiko
Plugins
Writing plugins
Experimental Features
Help and Community
Frequently asked questions
Getting Help
Contributing
API Reference
above()
accept()
alert()
attach()
beforeunload()
below()
button()
ButtonWrapper class
checkBox()
CheckBoxWrapper class
clear()
clearHighlights()
clearIntercept()
clearPermissionOverrides()
click()
client()
closeBrowser()
closeIncognitoWindow()
closeTab()
color()
ColorWrapper class
confirm()
currentURL()
deleteCookies()
dismiss()
$()
DollarWrapper class
doubleClick()
dragAndDrop()
dropDown()
DropDownWrapper class
ElementWrapper class
emulateDevice()
emulateNetwork()
emulateTimezone()
evaluate()
fileField()
FileFieldWrapper class
focus()
getConfig()
getCookies()
goBack()
goForward()
goto()
highlight()
hover()
image()
ImageWrapper class
intercept()
into()
link()
LinkWrapper class
listItem()
ListItemWrapper class
loadPlugin()
mouseAction()
near()
openBrowser()
openIncognitoWindow()
openTab()
overridePermissions()
press()
prompt()
radioButton()
RadioButtonWrapper class
range()
RangeWrapper class
API Reference
RelativeSearchElement class
relativeSelector()
reload()
repl()
resizeWindow()
rightClick()
screenshot()
scrollDown()
scrollLeft()
scrollRight()
scrollTo()
scrollUp()
selector()
setConfig()
setCookie()
setLocation()
setViewPort()
switchTo()
tableCell()
TableCellWrapper class
tap()
text()
textBox()
TextBoxWrapper class
TextWrapper class
timeField()
TimeFieldWrapper class
title()
to()
toLeftOf()
toRightOf()
ValueWrapper class
waitFor()
within()
write()
GitHub
Select theme
Dark
Light
Auto
ImageWrapper class
Behaves the same as ElementWrapper. Represents HTML
img
tag.
Extends
ElementWrapper
.