Should fix HellcaseJob login
All checks were successful
Push image to registry / build-image (push) Successful in 3m21s

This commit is contained in:
2025-07-02 12:29:36 +02:00
parent 6d92eb76d8
commit 6b9b5a60e9

View File

@ -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