initialize(); $browser-> get('/domain/index')-> isStatusCode(200)-> isRequestParameter('module', 'domain')-> isRequestParameter('action', 'index')-> checkResponseElement('body', '!/This is a temporary page/') ;