Fix post file input not found
All checks were successful
Push image to registry / build-image (push) Successful in 2m49s

This commit is contained in:
2025-09-08 16:16:40 +02:00
parent 1e52bb1ae9
commit 59993fc33c
2 changed files with 11 additions and 1 deletions

View File

@@ -344,7 +344,7 @@ class InstagramRepostJob extends InstagramAbstractJob implements ShouldBeUniqueU
$selectFileButton = $browser->driver->findElement(WebDriverBy::xpath('//button[contains(text(), "Select from computer")]'));
$selectFileButton->click();
sleep(2);
$browser->attach('input[type="file"]._ac69', $this->downloadFolder . $reel->reel_id . ".mp4");
$browser->attach('input[type="file"]', $this->downloadFolder . $reel->reel_id . ".mp4");
sleep(10); // TODO : Wait for the file to be uploaded