This commit is contained in:
@ -100,7 +100,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
|
|||||||
sleep(5);
|
sleep(5);
|
||||||
$browser->waitForText("Sign in with Steam", 30, true);
|
$browser->waitForText("Sign in with Steam", 30, true);
|
||||||
sleep(3);
|
sleep(3);
|
||||||
$browser->driver->findElement(WebDriverBy::partialLinkText("Sign in with Steam"))->click();
|
$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();
|
||||||
sleep(5);
|
sleep(5);
|
||||||
|
|
||||||
// QR CODE SCANNING
|
// QR CODE SCANNING
|
||||||
|
Reference in New Issue
Block a user