init
This commit is contained in:
12
vendor/codeception/base/tests/support/WebHelper.php
vendored
Normal file
12
vendor/codeception/base/tests/support/WebHelper.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Codeception\Module;
|
||||
|
||||
// here you can define custom functions for WebGuy
|
||||
|
||||
class WebHelper extends \Codeception\Module
|
||||
{
|
||||
public function changeBrowser($browser)
|
||||
{
|
||||
$this->getModule('WebDriver')->_restart(['browser' => $browser]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user