Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ userAgentAny
Method
userAgentAny
src/main/java/com/github/javafaker/Internet.java:320–322 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
public
String userAgentAny() {
321
return
userAgent(null);
322
}
323
324
public
enum UserAgent {
325
AOL(
"aol"
),
Callers
1
testUserAgent
Method · 0.80
Calls
1
userAgent
Method · 0.95
Tested by
1
testUserAgent
Method · 0.64