Skip to content
Snippets Groups Projects
Verified Commit 4fe24285 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

fast

parent 9a48dc0d
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ from selenium.webdriver.support import expected_conditions as EC
RESET_PERIOD = '//input[@id="frmSelLog:qryPerSel:cmdBtnSlPerAllEntf"]'
FRENCH_PLEASE = '//a[@id="formServNav:j_idt22"]'
FRENCH_PLEASE = '//a[@id="formServNav:j_idt23"]'
CLEAR_MERCHANDISE_SELECTION = '//input[@id="frmSelLog:qryWaSel:cmdBtnSlWaAllEntf"]'
......@@ -171,11 +171,6 @@ class Parser:
searchBar.send_keys(self.selectedMerchandise)
self.w()
if not self.driver.find_element_by_xpath('//div[@id="formSelectionMain:j_idt159:j_idt185"]').is_displayed():
logger.warning("No data available for selected properties, forcing")
self.driver.find_element_by_xpath('//label[@id="formSelectionMain:j_idt159:outLblWaPerBez"]').click()
self.w()
logger.info("Selecting resulting merchandise")
merchandise = self.driver.find_element_by_xpath(MERCHANDISE_SELECT_ALL)
merchandise.click()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment