Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tebeka/selenium
/ SetDebug
Function
SetDebug
common.go:11–13 ·
view source on GitHub ↗
SetDebug sets debug mode
(debug bool)
Source
from the content-addressed store, hash-verified
9
10
// SetDebug sets debug mode
11
func
SetDebug(debug bool) {
12
debugFlag = debug
13
}
14
15
func
debugLog(format string, args ...
interface
{}) {
16
if
!debugFlag {
Callers
5
Example
Function · 0.92
TestChrome
Function · 0.85
TestHTMLUnit
Function · 0.85
runFirefoxTests
Function · 0.85
TestSauce
Function · 0.85
Calls
no outgoing calls
Tested by
5
Example
Function · 0.74
TestChrome
Function · 0.68
TestHTMLUnit
Function · 0.68
runFirefoxTests
Function · 0.68
TestSauce
Function · 0.68