| | Index of all elements[ % ]
	[ a ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ h ]
	[ i ]
	[ k ]
	[ m ]
	[ o ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ w ]
	[ _ ]top
 
 
 
		topa
							addLocationStrategyin file Selenium.php, method Testing_Selenium::addLocationStrategy()Defines a new function for Selenium to locate elements on the page.
addSelectionin file Selenium.php, method Testing_Selenium::addSelection()Add a selection to the set of selected options in a multi-select element using an option locator.
allowNativeXpathin file Selenium.php, method Testing_Selenium::allowNativeXpath()Specifies whether Selenium should use the native in-browser implementation  of XPath (if any native version is available); if you pass "false" to  this function, we will always use our pure-JavaScript xpath library.
altKeyDownin file Selenium.php, method Testing_Selenium::altKeyDown()Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
altKeyUpin file Selenium.php, method Testing_Selenium::altKeyUp()Release the alt key.
answerOnNextPromptin file Selenium.php, method Testing_Selenium::answerOnNextPrompt()Instructs Selenium to return the specified answer string in response to  the next JavaScript prompt [window.prompt()].
assignIdin file Selenium.php, method Testing_Selenium::assignId()Temporarily sets the "id" attribute of the specified element, so you can locate it in the future  using its ID rather than a slow/complicated XPath.  This ID will disappear once the page is  reloaded.
 
 
 
		topc
							captureScreenshotin file Selenium.php, method Testing_Selenium::captureScreenshot()Captures a PNG screenshot to the specified file.
checkin file Selenium.php, method Testing_Selenium::check()Check a toggle-button (checkbox/radio)
chooseCancelOnNextConfirmationin file Selenium.php, method Testing_Selenium::chooseCancelOnNextConfirmation()By default, Selenium's overridden window.confirm() function will
chooseOkOnNextConfirmationin file Selenium.php, method Testing_Selenium::chooseOkOnNextConfirmation()Undo the effect of calling chooseCancelOnNextConfirmation.  Note
clickin file Selenium.php, method Testing_Selenium::click()Clicks on a link, button, checkbox or radio button. If the click action  causes a new page to load (like a link usually does), call  waitForPageToLoad.
clickAtin file Selenium.php, method Testing_Selenium::clickAt()Clicks on a link, button, checkbox or radio button. If the click action  causes a new page to load (like a link usually does), call  waitForPageToLoad.
closein file Selenium.php, method Testing_Selenium::close()Simulates the user clicking the "close" button in the titlebar of a popup  window or tab.
controlKeyDownin file Selenium.php, method Testing_Selenium::controlKeyDown()Press the control key and hold it down until doControlUp() is called or a new page is loaded.
controlKeyUpin file Selenium.php, method Testing_Selenium::controlKeyUp()Release the control key.
createCookiein file Selenium.php, method Testing_Selenium::createCookie()Create a new cookie whose path and domain are same with those of current page  under test, unless you specified a path for this cookie explicitly.
 
 
 
		topd
							deleteCookiein file Selenium.php, method Testing_Selenium::deleteCookie()Delete a named cookie with specified path.
doCommandin file Selenium.php, method Testing_Selenium::doCommand()doubleClickin file Selenium.php, method Testing_Selenium::doubleClick()Double clicks on a link, button, checkbox or radio button. If the double click action  causes a new page to load (like a link usually does), call  waitForPageToLoad.
doubleClickAtin file Selenium.php, method Testing_Selenium::doubleClickAt()Doubleclicks on a link, button, checkbox or radio button. If the action  causes a new page to load (like a link usually does), call  waitForPageToLoad.
dragAndDropin file Selenium.php, method Testing_Selenium::dragAndDrop()Drags an element a certain distance and then drops it
dragAndDropToObjectin file Selenium.php, method Testing_Selenium::dragAndDropToObject()Drags an element and drops it on another element
dragdropin file Selenium.php, method Testing_Selenium::dragdrop()deprecated - use dragAndDrop instead
 
 top
 
 
 
		topf
							fireEventin file Selenium.php, method Testing_Selenium::fireEvent()Explicitly simulate an event, to trigger the corresponding "onevent"  handler.
 
 
 
		topg
							getAlertin file Selenium.php, method Testing_Selenium::getAlert()Retrieves the message of a JavaScript alert generated during the previous action, or fail if there were no alerts.
getAllButtonsin file Selenium.php, method Testing_Selenium::getAllButtons()Returns the IDs of all buttons on the page.
getAllFieldsin file Selenium.php, method Testing_Selenium::getAllFields()Returns the IDs of all input fields on the page.
getAllLinksin file Selenium.php, method Testing_Selenium::getAllLinks()Returns the IDs of all links on the page.
getAllWindowIdsin file Selenium.php, method Testing_Selenium::getAllWindowIds()Returns the IDs of all windows that the browser knows about.
getAllWindowNamesin file Selenium.php, method Testing_Selenium::getAllWindowNames()Returns the names of all windows that the browser knows about.
getAllWindowTitlesin file Selenium.php, method Testing_Selenium::getAllWindowTitles()Returns the titles of all windows that the browser knows about.
getAttributein file Selenium.php, method Testing_Selenium::getAttribute()Gets the value of an element attribute.
getAttributeFromAllWindowsin file Selenium.php, method Testing_Selenium::getAttributeFromAllWindows()Returns every instance of some attribute from all known windows.
getBodyTextin file Selenium.php, method Testing_Selenium::getBodyText()Gets the entire text of the page.
getConfirmationin file Selenium.php, method Testing_Selenium::getConfirmation()Retrieves the message of a JavaScript confirmation dialog generated during the previous action.
getCookiein file Selenium.php, method Testing_Selenium::getCookie()Return all cookies of the current page under test.
getCursorPositionin file Selenium.php, method Testing_Selenium::getCursorPosition()Retrieves the text cursor position in the given input element or textarea; beware, this may not work perfectly on all browsers.
getElementHeightin file Selenium.php, method Testing_Selenium::getElementHeight()Retrieves the height of an element
getElementIndexin file Selenium.php, method Testing_Selenium::getElementIndex()Get the relative index of an element to its parent (starting from 0). The comment node and empty text node  will be ignored.
getElementPositionLeftin file Selenium.php, method Testing_Selenium::getElementPositionLeft()Retrieves the horizontal position of an element
getElementPositionTopin file Selenium.php, method Testing_Selenium::getElementPositionTop()Retrieves the vertical position of an element
getElementWidthin file Selenium.php, method Testing_Selenium::getElementWidth()Retrieves the width of an element
getEvalin file Selenium.php, method Testing_Selenium::getEval()Gets the result of evaluating the specified JavaScript snippet.  The snippet may have multiple lines, but only the result of the last line will be returned.
getExpressionin file Selenium.php, method Testing_Selenium::getExpression()Returns the specified expression.
getHtmlSourcein file Selenium.php, method Testing_Selenium::getHtmlSource()Returns the entire HTML source between the opening and  closing "html" tags.
getLocationin file Selenium.php, method Testing_Selenium::getLocation()Gets the absolute URL of the current page.
getMouseSpeedin file Selenium.php, method Testing_Selenium::getMouseSpeed()Returns the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
getPromptin file Selenium.php, method Testing_Selenium::getPrompt()Retrieves the message of a JavaScript question prompt dialog generated during the previous action.
getSelectedIdin file Selenium.php, method Testing_Selenium::getSelectedId()Gets option element ID for selected option in the specified select element.
getSelectedIdsin file Selenium.php, method Testing_Selenium::getSelectedIds()Gets all option element IDs for selected options in the specified select or multi-select element.
getSelectedIndexin file Selenium.php, method Testing_Selenium::getSelectedIndex()Gets option index (option number, starting at 0) for selected option in the specified select element.
getSelectedIndexesin file Selenium.php, method Testing_Selenium::getSelectedIndexes()Gets all option indexes (option number, starting at 0) for selected options in the specified select or multi-select element.
getSelectedLabelin file Selenium.php, method Testing_Selenium::getSelectedLabel()Gets option label (visible text) for selected option in the specified select element.
getSelectedLabelsin file Selenium.php, method Testing_Selenium::getSelectedLabels()Gets all option labels (visible text) for selected options in the specified select or multi-select element.
getSelectedValuein file Selenium.php, method Testing_Selenium::getSelectedValue()Gets option value (value attribute) for selected option in the specified select element.
getSelectedValuesin file Selenium.php, method Testing_Selenium::getSelectedValues()Gets all option values (value attributes) for selected options in the specified select or multi-select element.
getSelectOptionsin file Selenium.php, method Testing_Selenium::getSelectOptions()Gets all option labels in the specified select drop-down.
getSpeedin file Selenium.php, method Testing_Selenium::getSpeed()Get execution speed (i.e., get the millisecond length of the delay following each selenium operation).  By default, there is no such delay, i.e.,  the delay is 0 milliseconds.
getTablein file Selenium.php, method Testing_Selenium::getTable()Gets the text from a cell of a table. The cellAddress syntax  tableLocator.row.column, where row and column start at 0.
getTextin file Selenium.php, method Testing_Selenium::getText()Gets the text of an element. This works for any element that contains  text. This command uses either the textContent (Mozilla-like browsers) or  the innerText (IE-like browsers) of the element, which is the rendered  text shown to the user.
getTitlein file Selenium.php, method Testing_Selenium::getTitle()Gets the title of the current page.
getValuein file Selenium.php, method Testing_Selenium::getValue()Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
getWhetherThisFrameMatchFrameExpressionin file Selenium.php, method Testing_Selenium::getWhetherThisFrameMatchFrameExpression()Determine whether current/locator identify the frame containing this running code.
getWhetherThisWindowMatchWindowExpressionin file Selenium.php, method Testing_Selenium::getWhetherThisWindowMatchWindowExpression()Determine whether currentWindowString plus target identify the window containing this running code.
getXpathCountin file Selenium.php, method Testing_Selenium::getXpathCount()Returns the number of nodes that match the specified xpath, eg. "//table" would give  the number of tables.
goBackin file Selenium.php, method Testing_Selenium::goBack()Simulates the user clicking the "back" button on their browser.
 
 
 
		toph
							highlightin file Selenium.php, method Testing_Selenium::highlight()Briefly changes the backgroundColor of the specified element yellow.  Useful for debugging.
 
 
 
		topi
							isAlertPresentin file Selenium.php, method Testing_Selenium::isAlertPresent()Has an alert occurred?
isCheckedin file Selenium.php, method Testing_Selenium::isChecked()Gets whether a toggle-button (checkbox/radio) is checked.  Fails if the specified element doesn't exist or isn't a toggle-button.
isConfirmationPresentin file Selenium.php, method Testing_Selenium::isConfirmationPresent()Has confirm() been called?
isEditablein file Selenium.php, method Testing_Selenium::isEditable()Determines whether the specified input element is editable, ie hasn't been disabled.
isElementPresentin file Selenium.php, method Testing_Selenium::isElementPresent()Verifies that the specified element is somewhere on the page.
isOrderedin file Selenium.php, method Testing_Selenium::isOrdered()Check if these two elements have same parent and are ordered siblings in the DOM. Two same elements will  not be considered ordered.
isPromptPresentin file Selenium.php, method Testing_Selenium::isPromptPresent()Has a prompt occurred?
isSomethingSelectedin file Selenium.php, method Testing_Selenium::isSomethingSelected()Determines whether some option in a drop-down menu is selected.
isTextPresentin file Selenium.php, method Testing_Selenium::isTextPresent()Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
isVisiblein file Selenium.php, method Testing_Selenium::isVisible()Determines if the specified element is visible. An
 
 top
 
 
 
		topm
							metaKeyDownin file Selenium.php, method Testing_Selenium::metaKeyDown()Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
metaKeyUpin file Selenium.php, method Testing_Selenium::metaKeyUp()Release the meta key.
mouseDownin file Selenium.php, method Testing_Selenium::mouseDown()Simulates a user pressing the mouse button (without releasing it yet) on  the specified element.
mouseDownAtin file Selenium.php, method Testing_Selenium::mouseDownAt()Simulates a user pressing the mouse button (without releasing it yet) at  the specified location.
mouseMovein file Selenium.php, method Testing_Selenium::mouseMove()Simulates a user pressing the mouse button (without releasing it yet) on  the specified element.
mouseMoveAtin file Selenium.php, method Testing_Selenium::mouseMoveAt()Simulates a user pressing the mouse button (without releasing it yet) on  the specified element.
mouseOutin file Selenium.php, method Testing_Selenium::mouseOut()Simulates a user moving the mouse pointer away from the specified element.
mouseOverin file Selenium.php, method Testing_Selenium::mouseOver()Simulates a user hovering a mouse over the specified element.
mouseUpin file Selenium.php, method Testing_Selenium::mouseUp()Simulates the event that occurs when the user releases the mouse button (i.e., stops  holding the button down) on the specified element.
mouseUpAtin file Selenium.php, method Testing_Selenium::mouseUpAt()Simulates the event that occurs when the user releases the mouse button (i.e., stops  holding the button down) at the specified location.
 
 
 
		topo
							openin file Selenium.php, method Testing_Selenium::open()Opens an URL in the test frame. This accepts both relative and absolute  URLs.
openWindowin file Selenium.php, method Testing_Selenium::openWindow()Opens a popup window (if a window with that ID isn't already open).
 
 top
 
 
 
		tops
							selectin file Selenium.php, method Testing_Selenium::select()Select an option from a drop-down using an option locator.
selectFramein file Selenium.php, method Testing_Selenium::selectFrame()Selects a frame within the current window.  (You may invoke this command  multiple times to select nested frames.)  To select the parent frame, use  "relative=parent" as a locator; to select the top frame, use "relative=top".
selectWindowin file Selenium.php, method Testing_Selenium::selectWindow()Selects a popup window; once a popup window has been selected, all commands go to that window. To select the main window again, use null as the target.
setBrowserLogLevelin file Selenium.php, method Testing_Selenium::setBrowserLogLevel()Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded.
setContextin file Selenium.php, method Testing_Selenium::setContext()Writes a message to the status bar and adds a note to the browser-side  log.
setCursorPositionin file Selenium.php, method Testing_Selenium::setCursorPosition()Moves the text cursor to the specified position in the given input element or textarea.
setMouseSpeedin file Selenium.php, method Testing_Selenium::setMouseSpeed()Configure the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
setSpeedin file Selenium.php, method Testing_Selenium::setSpeed()Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation).  By default, there is no such delay, i.e.,  the delay is 0 milliseconds.
setTimeoutin file Selenium.php, method Testing_Selenium::setTimeout()Specifies the amount of time that Selenium will wait for actions to complete.
shiftKeyDownin file Selenium.php, method Testing_Selenium::shiftKeyDown()Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
shiftKeyUpin file Selenium.php, method Testing_Selenium::shiftKeyUp()Release the shift key.
startin file Selenium.php, method Testing_Selenium::start()Run the browser and set session id.
stopin file Selenium.php, method Testing_Selenium::stop()Close the browser and set session id null
submitin file Selenium.php, method Testing_Selenium::submit()Submit the specified form. This is particularly useful for forms without  submit buttons, e.g. single-input "Search" forms.
Selenium.phpprocedural page Selenium.php 
 
 
		topt
							Testing_Seleniumin file Selenium.php, class Testing_SeleniumDefines an object that runs Selenium commands.
Testing_Selenium_Exceptionin file Exception.php, class Testing_Selenium_ExceptionTesting_Selenium_Exception
typein file Selenium.php, method Testing_Selenium::type()Sets the value of an input field, as though you typed it in.
typeKeysin file Selenium.php, method Testing_Selenium::typeKeys()Simulates keystroke events on the specified element, as though you typed the value key-by-key.
 
 top
 
 top
 
 top
 
 
		    
 
		    Documentation generated on Mon, 11 Mar 2019 15:39:52 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       | 
 |