Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
PHP WebDriver::back Examples
Programming Language:
PHP
Class/Type:
WebDriver
Method/Function:
back
Examples at hotexamples.com:
1
PHP WebDriver::back - 1 examples found
. These are the top rated real world PHP examples of
WebDriver::back
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
connect(8)
get(7)
close(5)
GetJSONValue(4)
session(4)
getScreenshotAndSaveToFile(3)
getPageSource(3)
findElementBy(3)
CanonicalizeCSSColor(3)
LogDebug(3)
ParseLocator(3)
navigate(2)
WaitUntil(2)
takeScreenshot(2)
_initialize(2)
executeScript(2)
findElement(2)
QuoteXPath(2)
getTouch(2)
quit(2)
manage(2)
Curl(2)
back(1)
refresh(1)
matches(1)
prepareBrowserProfile(1)
ImplicitWaitMS(1)
switchTo(1)
validateConfig(1)
getWindowHandles(1)
getMouse(1)
getWindowHandle(1)
getTitle(1)
getKeyboard(1)
getCurrentURL(1)
getActiveElement(1)
forward(1)
focusFrame(1)
findElements(1)
executeAsyncScript(1)
execute(1)
curl(1)
create(1)
wait(1)
Frequently Used Methods
connect (8)
get (7)
close (5)
GetJSONValue (4)
session (4)
getScreenshotAndSaveToFile (3)
getPageSource (3)
findElementBy (3)
CanonicalizeCSSColor (3)
LogDebug (3)
Frequently Used Methods
ParseLocator (3)
navigate (2)
WaitUntil (2)
takeScreenshot (2)
_initialize (2)
executeScript (2)
findElement (2)
QuoteXPath (2)
getTouch (2)
quit (2)
manage (2)
Curl (2)
back (1)
refresh (1)
matches (1)
prepareBrowserProfile (1)
ImplicitWaitMS (1)
switchTo (1)
validateConfig (1)
getWindowHandles (1)
Frequently Used Methods
manage (2)
Curl (2)
back (1)
refresh (1)
matches (1)
prepareBrowserProfile (1)
ImplicitWaitMS (1)
switchTo (1)
validateConfig (1)
getWindowHandles (1)
getMouse (1)
getWindowHandle (1)
getTitle (1)
getKeyboard (1)
getCurrentURL (1)
getActiveElement (1)
forward (1)
focusFrame (1)
findElements (1)
executeAsyncScript (1)
execute (1)
curl (1)
create (1)
wait (1)
Frequently Used Methods
getMouse (1)
getWindowHandle (1)
getTitle (1)
getKeyboard (1)
getCurrentURL (1)
getActiveElement (1)
forward (1)
focusFrame (1)
findElements (1)
executeAsyncScript (1)
execute (1)
curl (1)
create (1)
wait (1)
Example #1
0
Show file
File:
CWebDriverTestCase.php
Project:
oguzhandemiroz/selenium
public function back() { $this->webdriver->back(); }
x