Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tebeka/selenium
/ functions
Functions
284 in github.com/tebeka/selenium
⨍
Functions
284
◇
Types & classes
40
Method
Screenshot
Screenshot takes a screenshot of the attribute scroll'ing if necessary.
selenium.go:413
Method
Screenshot
()
remote.go:1175
Method
Screenshot
(scroll bool)
remote.go:1468
Method
SendKeys
(keys string)
remote.go:1281
Method
SendModifier
(modifier string, isDown bool)
remote.go:1047
Method
SessionId
SessionId returns the current session ID Deprecated: This identifier is not Go-style correct. Use SessionID instead.
selenium.go:226
Method
SessionId
SessionId returns the current session ID Deprecated: This identifier is not Go-style correct. Use SessionID instead.
remote.go:524
Method
SetAlertText
SetAlertText sets the current alert text.
selenium.go:348
Method
SetAlertText
(text string)
remote.go:1108
Method
SetAsyncScriptTimeout
(timeout time.Duration)
remote.go:553
Method
SetImplicitWaitTimeout
(timeout time.Duration)
remote.go:564
Method
SetPageLoadTimeout
(timeout time.Duration)
remote.go:575
Method
Size
()
remote.go:1411
Method
Status
()
remote.go:315
Method
Stop
Stop kills the background frame buffer process and removes the X authorization file.
service.go:395
Method
Submit
Submit submits the button.
selenium.go:378
Method
Submit
()
remote.go:1307
Method
SwitchFrame
(frame interface{})
remote.go:869
Method
SwitchSession
SwitchSession switches to the given session ID.
selenium.go:232
Method
SwitchSession
(sessionID string)
remote.go:533
Method
TagName
TagName returns the element's name.
selenium.go:391
Method
TagName
()
remote.go:1297
Function
TestChrome
(t *testing.T)
remote_test.go:134
Function
TestDocker
(t *testing.T)
remote_test.go:427
Function
TestEmptyCapabilities
(t *testing.T)
chrome/capabilities_test.go:8
Function
TestEmptyCapabilities
(t *testing.T)
sauce/sauce_test.go:8
Function
TestFirefoxGeckoDriver
(t *testing.T)
remote_test.go:236
Function
TestFirefoxSelenium3
(t *testing.T)
remote_test.go:218
Function
TestFrameBuffer
(t *testing.T)
service_test.go:77
Function
TestHTMLUnit
(t *testing.T)
remote_test.go:249
Function
TestIsDisplay
(t *testing.T)
service_test.go:12
Function
TestMain
(m *testing.M)
remote_test.go:52
Function
TestSauce
(t *testing.T)
sauce_test.go:20
Method
Text
()
remote.go:1302
Method
Title
()
remote.go:651
Method
Wait
(condition Condition)
remote.go:1223
Method
WaitWithTimeout
(condition Condition, timeout time.Duration)
remote.go:1219
Method
WaitWithTimeoutAndInterval
WaitWithTimeoutAndInterval waits for the condition to evaluate to true.
selenium.go:362
Method
WindowHandles
()
remote.go:605
Function
handler
(w http.ResponseWriter, r *http.Request)
remote_test.go:2076
Function
testAcceptAlert
(t *testing.T, c config)
remote_test.go:1927
Function
testActiveElement
(t *testing.T, c config)
remote_test.go:1607
Function
testAddCookie
(t *testing.T, c config)
remote_test.go:1218
Function
testCSSProperty
(t *testing.T, c config)
remote_test.go:1656
Function
testCapabilities
TODO(ekg): does this method work anymore in any browser? It is not part of the W3C standard.
remote_test.go:713
Function
testChromeExtension
(t *testing.T, c config)
remote_test.go:183
Function
testClick
(t *testing.T, c config)
remote_test.go:1097
Function
testDeleteCookie
(t *testing.T, c config)
remote_test.go:1271
Function
testDeleteSession
(t *testing.T, c config)
remote_test.go:632
Function
testDismissAlert
(t *testing.T, c config)
remote_test.go:1951
Function
testError
(t *testing.T, c config)
remote_test.go:639
Function
testExecuteScript
(t *testing.T, c config)
remote_test.go:1369
Function
testExecuteScriptOnElement
(t *testing.T, c config)
remote_test.go:1407
Function
testExecuteScriptWithNilArgs
(t *testing.T, c config)
remote_test.go:1393
Function
testExtendedErrorMessage
(t *testing.T, c config)
remote_test.go:684
Function
testFindElement
(t *testing.T, c config)
remote_test.go:995
Function
testFindElements
(t *testing.T, c config)
remote_test.go:1035
Function
testFirefoxPreferences
(t *testing.T, c config)
remote_test.go:345
Function
testFirefoxProfile
(t *testing.T, c config)
remote_test.go:388
Function
testGet
(t *testing.T, c config)
remote_test.go:893
Function
testGetAttributeNotFound
(t *testing.T, c config)
remote_test.go:1590
Function
testGetCookie
(t *testing.T, c config)
remote_test.go:1164
Function
testGetCookies
(t *testing.T, c config)
remote_test.go:1193
Function
testIsDisplayed
(t *testing.T, c config)
remote_test.go:1568
Function
testIsSelected
(t *testing.T, c config)
remote_test.go:1534
Function
testKeyDownUp
(t *testing.T, c config)
remote_test.go:1632
Function
testLocation
(t *testing.T, c config)
remote_test.go:1303
Function
testLocationInView
(t *testing.T, c config)
remote_test.go:1325
Function
testLog
(t *testing.T, c config)
remote_test.go:1469
Function
testNavigation
(t *testing.T, c config)
remote_test.go:911
Function
testNewSession
(t *testing.T, c config)
remote_test.go:598
Function
testPageSource
(t *testing.T, c config)
remote_test.go:977
Function
testProxy
(t *testing.T, c config)
remote_test.go:1704
Function
testScreenshot
(t *testing.T, c config)
remote_test.go:1449
Function
testSendKeys
(t *testing.T, c config)
remote_test.go:1065
Function
testSetAsyncScriptTimeout
(t *testing.T, c config)
remote_test.go:731
Function
testSetImplicitWaitTimeout
(t *testing.T, c config)
remote_test.go:740
Function
testSetPageLoadTimeout
(t *testing.T, c config)
remote_test.go:749
Function
testSize
(t *testing.T, c config)
remote_test.go:1347
Function
testStatus
(t *testing.T, c config)
remote_test.go:580
Function
testSwitchFrame
(t *testing.T, c config)
remote_test.go:1834
Function
testTitle
(t *testing.T, c config)
remote_test.go:958
Function
testWait
(t *testing.T, c config)
remote_test.go:1891
Function
testWindows
(t *testing.T, c config)
remote_test.go:758
← previous
201–284 of 284, ranked by callers