Fix post file input not found
All checks were successful
Push image to registry / build-image (push) Successful in 2m49s
All checks were successful
Push image to registry / build-image (push) Successful in 2m49s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user