Compare commits
2 Commits
fcc78fd560
...
6b9b5a60e9
Author | SHA1 | Date | |
---|---|---|---|
6b9b5a60e9 | |||
6d92eb76d8 |
@ -99,7 +99,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
|
||||
sleep(5);
|
||||
$browser->waitForText("Sign in with Steam", 30, true);
|
||||
sleep(3);
|
||||
$browser->driver->findElement(WebDriverBy::xpath('//button[contains(@class,"_base_zvftr_1 _accent-1_zvftr_105 _m_zvftr_52 _full_zvftr_94 _primary_zvftr_100")]'))->click();
|
||||
$browser->driver->findElement(WebDriverBy::xpath("//button[. = 'Sign in with Steam']"))->click();
|
||||
sleep(5);
|
||||
|
||||
// QR CODE SCANNING
|
||||
|
@ -171,7 +171,10 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
|
||||
$downloadInfos
|
||||
];
|
||||
|
||||
$this->describeReel($repost, $downloadInfos);
|
||||
if ($downloadInfos !== null) {
|
||||
$this->describeReel($repost, $downloadInfos);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
$this->jobRun->addArtifact(new JobArtifact([
|
||||
|
Reference in New Issue
Block a user