mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
reset value after testing keyword
This commit is contained in:
parent
149e6484f0
commit
0fe4ae72af
1 changed files with 4 additions and 0 deletions
|
|
@ -118,6 +118,10 @@ try:
|
|||
log_error("Setting https port should not be match.")
|
||||
exit(1)
|
||||
|
||||
# Reset
|
||||
input_keyword.send_keys(Keys.CONTROL, "a")
|
||||
input_keyword.send_keys(Keys.BACKSPACE)
|
||||
|
||||
log_info("Matching a setting done, try context global filter ...")
|
||||
|
||||
select_context = safe_get_element(DRIVER, By.XPATH, "//button[@data-global-config-setting-select='context']")
|
||||
|
|
|
|||
Loading…
Reference in a new issue