ls $clips_in/*.mp4 | while read D
do
echo "$D"
# остальное что вам надо от $D
done
ls $clips_in/*.mp4 | while read D
do
echo "$D"
# остальное что вам надо от $D
done
NS_ERROR_FAILURE (0x80004005) Componenthttps://forums.virtualbox.org › viewtopic
Apr 19, 2019 — Result Code: NS_ERROR_FAILURE (0x80004005) Component: MachineWrap. Interface: IMachine {5047460a-265d-4538-b23e-ddba5fb84976}.
id = "ferstHeading" # "firstHeading"
element = WebDriverWait(driver,10).until(
expected_conditions.presence_of_element_located((
By.ID, "ferstHeading")), 'element with id {} is not found'.format('ferstHeading'))
print( 'Found element "{}"'.format(element.get_attribute('outerHTML')))
Found element "<h1 id="firstHeading" class="firstHeading">Main Page</h1>"
traceback (most recent call last):
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException:
Message: element with id ferstHeading is not found