This commit is contained in:
@ -38,7 +38,7 @@ class HellcaseJob extends BrowserJob
|
|||||||
$this->jobRun->save();
|
$this->jobRun->save();
|
||||||
|
|
||||||
$browser->visit('https://hellcase.com');
|
$browser->visit('https://hellcase.com');
|
||||||
sleep(5);
|
$browser->waitForText("Store", 30, true);
|
||||||
$this->removePopups($browser);
|
$this->removePopups($browser);
|
||||||
sleep(5);
|
sleep(5);
|
||||||
$this->signin($browser);
|
$this->signin($browser);
|
||||||
@ -58,8 +58,9 @@ class HellcaseJob extends BrowserJob
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$browser->visit('https://hellcase.com');
|
$browser->visit('https://hellcase.com');
|
||||||
$browser->waitForText("Free Giveaway", 30, true);
|
$browser->waitForText("REFILL", 30, true);
|
||||||
$this->removePopups($browser);
|
$this->removePopups($browser);
|
||||||
|
sleep(2);
|
||||||
$this->signin($browser);
|
$this->signin($browser);
|
||||||
return $this->makeSimpleJobRun(
|
return $this->makeSimpleJobRun(
|
||||||
true,
|
true,
|
||||||
|
Reference in New Issue
Block a user