MCPcopy Create free account

hub / github.com/tebeka/selenium / functions

Functions284 in github.com/tebeka/selenium

MethodScreenshot
Screenshot takes a screenshot of the attribute scroll'ing if necessary.
selenium.go:413
MethodScreenshot
()
remote.go:1175
MethodScreenshot
(scroll bool)
remote.go:1468
MethodSendKeys
(keys string)
remote.go:1281
MethodSendModifier
(modifier string, isDown bool)
remote.go:1047
MethodSessionId
SessionId returns the current session ID Deprecated: This identifier is not Go-style correct. Use SessionID instead.
selenium.go:226
MethodSessionId
SessionId returns the current session ID Deprecated: This identifier is not Go-style correct. Use SessionID instead.
remote.go:524
MethodSetAlertText
SetAlertText sets the current alert text.
selenium.go:348
MethodSetAlertText
(text string)
remote.go:1108
MethodSetAsyncScriptTimeout
(timeout time.Duration)
remote.go:553
MethodSetImplicitWaitTimeout
(timeout time.Duration)
remote.go:564
MethodSetPageLoadTimeout
(timeout time.Duration)
remote.go:575
MethodSize
()
remote.go:1411
MethodStatus
()
remote.go:315
MethodStop
Stop kills the background frame buffer process and removes the X authorization file.
service.go:395
MethodSubmit
Submit submits the button.
selenium.go:378
MethodSubmit
()
remote.go:1307
MethodSwitchFrame
(frame interface{})
remote.go:869
MethodSwitchSession
SwitchSession switches to the given session ID.
selenium.go:232
MethodSwitchSession
(sessionID string)
remote.go:533
MethodTagName
TagName returns the element's name.
selenium.go:391
MethodTagName
()
remote.go:1297
FunctionTestChrome
(t *testing.T)
remote_test.go:134
FunctionTestDocker
(t *testing.T)
remote_test.go:427
FunctionTestEmptyCapabilities
(t *testing.T)
chrome/capabilities_test.go:8
FunctionTestEmptyCapabilities
(t *testing.T)
sauce/sauce_test.go:8
FunctionTestFirefoxGeckoDriver
(t *testing.T)
remote_test.go:236
FunctionTestFirefoxSelenium3
(t *testing.T)
remote_test.go:218
FunctionTestFrameBuffer
(t *testing.T)
service_test.go:77
FunctionTestHTMLUnit
(t *testing.T)
remote_test.go:249
FunctionTestIsDisplay
(t *testing.T)
service_test.go:12
FunctionTestMain
(m *testing.M)
remote_test.go:52
FunctionTestSauce
(t *testing.T)
sauce_test.go:20
MethodText
()
remote.go:1302
MethodTitle
()
remote.go:651
MethodWait
(condition Condition)
remote.go:1223
MethodWaitWithTimeout
(condition Condition, timeout time.Duration)
remote.go:1219
MethodWaitWithTimeoutAndInterval
WaitWithTimeoutAndInterval waits for the condition to evaluate to true.
selenium.go:362
MethodWindowHandles
()
remote.go:605
Functionhandler
(w http.ResponseWriter, r *http.Request)
remote_test.go:2076
FunctiontestAcceptAlert
(t *testing.T, c config)
remote_test.go:1927
FunctiontestActiveElement
(t *testing.T, c config)
remote_test.go:1607
FunctiontestAddCookie
(t *testing.T, c config)
remote_test.go:1218
FunctiontestCSSProperty
(t *testing.T, c config)
remote_test.go:1656
FunctiontestCapabilities
TODO(ekg): does this method work anymore in any browser? It is not part of the W3C standard.
remote_test.go:713
FunctiontestChromeExtension
(t *testing.T, c config)
remote_test.go:183
FunctiontestClick
(t *testing.T, c config)
remote_test.go:1097
FunctiontestDeleteCookie
(t *testing.T, c config)
remote_test.go:1271
FunctiontestDeleteSession
(t *testing.T, c config)
remote_test.go:632
FunctiontestDismissAlert
(t *testing.T, c config)
remote_test.go:1951
FunctiontestError
(t *testing.T, c config)
remote_test.go:639
FunctiontestExecuteScript
(t *testing.T, c config)
remote_test.go:1369
FunctiontestExecuteScriptOnElement
(t *testing.T, c config)
remote_test.go:1407
FunctiontestExecuteScriptWithNilArgs
(t *testing.T, c config)
remote_test.go:1393
FunctiontestExtendedErrorMessage
(t *testing.T, c config)
remote_test.go:684
FunctiontestFindElement
(t *testing.T, c config)
remote_test.go:995
FunctiontestFindElements
(t *testing.T, c config)
remote_test.go:1035
FunctiontestFirefoxPreferences
(t *testing.T, c config)
remote_test.go:345
FunctiontestFirefoxProfile
(t *testing.T, c config)
remote_test.go:388
FunctiontestGet
(t *testing.T, c config)
remote_test.go:893
FunctiontestGetAttributeNotFound
(t *testing.T, c config)
remote_test.go:1590
FunctiontestGetCookie
(t *testing.T, c config)
remote_test.go:1164
FunctiontestGetCookies
(t *testing.T, c config)
remote_test.go:1193
FunctiontestIsDisplayed
(t *testing.T, c config)
remote_test.go:1568
FunctiontestIsSelected
(t *testing.T, c config)
remote_test.go:1534
FunctiontestKeyDownUp
(t *testing.T, c config)
remote_test.go:1632
FunctiontestLocation
(t *testing.T, c config)
remote_test.go:1303
FunctiontestLocationInView
(t *testing.T, c config)
remote_test.go:1325
FunctiontestLog
(t *testing.T, c config)
remote_test.go:1469
FunctiontestNavigation
(t *testing.T, c config)
remote_test.go:911
FunctiontestNewSession
(t *testing.T, c config)
remote_test.go:598
FunctiontestPageSource
(t *testing.T, c config)
remote_test.go:977
FunctiontestProxy
(t *testing.T, c config)
remote_test.go:1704
FunctiontestScreenshot
(t *testing.T, c config)
remote_test.go:1449
FunctiontestSendKeys
(t *testing.T, c config)
remote_test.go:1065
FunctiontestSetAsyncScriptTimeout
(t *testing.T, c config)
remote_test.go:731
FunctiontestSetImplicitWaitTimeout
(t *testing.T, c config)
remote_test.go:740
FunctiontestSetPageLoadTimeout
(t *testing.T, c config)
remote_test.go:749
FunctiontestSize
(t *testing.T, c config)
remote_test.go:1347
FunctiontestStatus
(t *testing.T, c config)
remote_test.go:580
FunctiontestSwitchFrame
(t *testing.T, c config)
remote_test.go:1834
FunctiontestTitle
(t *testing.T, c config)
remote_test.go:958
FunctiontestWait
(t *testing.T, c config)
remote_test.go:1891
FunctiontestWindows
(t *testing.T, c config)
remote_test.go:758
← previous201–284 of 284, ranked by callers