mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Add stop_downtime function
This commit is contained in:
parent
4081f8edc4
commit
a57436a3cb
@ -93,3 +93,7 @@ def search_planned_downtime(driver,name,type=None,date_from=None,date_to=None,sh
|
||||
driver.find_element_by_id("checkbox-archived").click()
|
||||
|
||||
driver.find_element_by_id("submit-search").click()
|
||||
|
||||
def stop_downtime(driver,name):
|
||||
search_planned_downtime(driver,name)
|
||||
driver.find_element_by_xpath('//*[@id="table3-0-stop"]/a/img').click()
|
||||
|
Loading…
x
Reference in New Issue
Block a user