Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getPort
Method
getPort
java/src/org/openqa/selenium/docker/Port.java:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public
int
getPort() {
41
return
port;
42
}
43
44
public
String toString() {
45
return
port +
"/"
+ protocol;
Callers
15
getHostAndPort
Method · 0.45
asProxy
Method · 0.45
testShouldBeAbleToSetDomainToTheCurrentDomain
Method · 0.45
testShouldIgnoreThePortNumberOfTheHostWhenSettingTheCookie
Method · 0.45
canReturnAppropriateFallbackResponseWithMultipleThreads
Method · 0.45
shouldBeAbleToHandleARequest
Method · 0.45
shouldBeAbleToRetryARequestOnInternalServerError
Method · 0.45
shouldBeAbleToGetTheErrorResponseOnInternalServerError
Method · 0.45
shouldNotRetryRequestOnInternalServerErrorWithContent
Method · 0.45
shouldRetryRequestOnServerUnavailableError
Method · 0.45
shouldGetTheErrorResponseOnServerUnavailableError
Method · 0.45
shouldAllowUrlsWithSchemesToBeUsed
Method · 0.45
Calls
no outgoing calls
Tested by
15
getHostAndPort
Method · 0.36
asProxy
Method · 0.36
testShouldBeAbleToSetDomainToTheCurrentDomain
Method · 0.36
testShouldIgnoreThePortNumberOfTheHostWhenSettingTheCookie
Method · 0.36
canReturnAppropriateFallbackResponseWithMultipleThreads
Method · 0.36
shouldBeAbleToHandleARequest
Method · 0.36
shouldBeAbleToRetryARequestOnInternalServerError
Method · 0.36
shouldBeAbleToGetTheErrorResponseOnInternalServerError
Method · 0.36
shouldNotRetryRequestOnInternalServerErrorWithContent
Method · 0.36
shouldRetryRequestOnServerUnavailableError
Method · 0.36
shouldGetTheErrorResponseOnServerUnavailableError
Method · 0.36
shouldAllowUrlsWithSchemesToBeUsed
Method · 0.36