Skip to content

Instantly share code, notes, and snippets.

@Lodo4ka
Created August 13, 2018 09:21
Show Gist options
  • Save Lodo4ka/af0c268adc53c82ddbdbfd7094eb8141 to your computer and use it in GitHub Desktop.
Save Lodo4ka/af0c268adc53c82ddbdbfd7094eb8141 to your computer and use it in GitHub Desktop.
const selectCompaniesLocated = await driver.wait(until.elementLocated(By.xpath("//div[@id='modalAddCompany']/div[@role='document']//form[@role='form']/div[@class='panel-body']/div/div[1]/div/div//select[@name='5']/option[@value='6']")), TIMEOUT);
const selectCompaniesVisible = await driver.wait(until.elementIsVisible(selectCompaniesLocated), TIMEOUT);
selectCompaniesVisible.click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment