I
I
inDeepCode2015-11-25 11:48:47
PHP
inDeepCode, 2015-11-25 11:48:47

How to continue executing cept test after redirect to https resource?

the script is executed, reaches the next piece and hangs:

$I->click('Complete Order');
//здесь идет редирект на https ресурс 
$I->wait(20);
$I->see('Thank you!');
$I->grabTextFrom('#addressCode'); //на этом виснет

Is the problem in the redirect or in the https of another resource?
Who came across in which direction to dig?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question