private static String pathPastaPagina;
@BeforeClass
public static void setUp() throws Exception {
pathPastaPagina = new File("").getAbsolutePath() + File.separator;
checkout = new RedecardCheckout(BigDecimal.ONE, RedecardFormaPagamento
.newPagamentoAVista(), RedecardBandeira.MASTERCARD, "123456", "");
// seleniumHelper.iniciarSelenium().configurarContextoDoTeste("file:///"+pathPastaPagina,"Testando integracao com Komerci");
}