Skip navigation links
B C F G N O S V 

B

BrowserWebDriverContainer - Class in org.rnorth.testcontainers.containers
A chrome/firefox/custom container based on SeleniumHQ's standalone container sets.
BrowserWebDriverContainer(String) - Constructor for class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
BrowserWebDriverContainer(DesiredCapabilities) - Constructor for class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
Create a container with desired capabilities.
BrowserWebDriverContainerRule - Class in org.rnorth.testcontainers.junit
 
BrowserWebDriverContainerRule(DesiredCapabilities) - Constructor for class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 
BrowserWebDriverContainerRule(DesiredCapabilities, BrowserWebDriverContainerRule.VncRecordingMode, File) - Constructor for class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 
BrowserWebDriverContainerRule.VncRecordingMode - Enum in org.rnorth.testcontainers.junit
 

C

containerIsStarting(ContainerInfo) - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 

F

failed(Throwable, Description) - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 
finished(Description) - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 

G

getContainerConfig() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getContainerId() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getDockerImageName() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getHostIpAddress() - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
Get the IP address that containers (browsers) can use to reference a service running on the local machine, i.e.
getLivenessCheckPort() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getPassword() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getSeleniumAddress() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getSeleniumURL(RemoteWebDriver) - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 
getVncAddress() - Method in class org.rnorth.testcontainers.containers.BrowserWebDriverContainer
 
getVncUrl(RemoteWebDriver) - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 

N

newDriver() - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
Obtain a new RemoteWebDriver instance that is bound to an instance of the browser running inside a new container.

O

org.rnorth.testcontainers.containers - package org.rnorth.testcontainers.containers
 
org.rnorth.testcontainers.junit - package org.rnorth.testcontainers.junit
 

S

succeeded(Description) - Method in class org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule
 

V

valueOf(String) - Static method in enum org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule.VncRecordingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rnorth.testcontainers.junit.BrowserWebDriverContainerRule.VncRecordingMode
Returns an array containing the constants of this enum type, in the order they are declared.
B C F G N O S V 
Skip navigation links

Copyright © 2015. All rights reserved.