minor fix
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
<input id="greet" type="checkbox"/> Greet recipients (by proper names if possible)
|
<input id="greet" type="checkbox"/> Greet recipients (by proper names if possible)
|
||||||
</label>
|
</label>
|
||||||
<label for="recovery" class="pure-checkbox">
|
<label for="recovery" class="pure-checkbox">
|
||||||
<input id="recovery" type="checkbox"/> Try recover from a mismatched subject error
|
<input id="recovery" type="checkbox"/> Try recover from a mismatched address/subject error
|
||||||
</label>
|
</label>
|
||||||
<label for="slice" class="pure-checkbox">
|
<label for="slice" class="pure-checkbox">
|
||||||
<input id="slice" type="checkbox"/> Enable task slicing
|
<input id="slice" type="checkbox"/> Enable task slicing
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
<input id="nospam" type="checkbox"/> Avoid spamming
|
<input id="nospam" type="checkbox"/> Avoid spamming
|
||||||
</label>
|
</label>
|
||||||
<label for="save" class="pure-checkbox">
|
<label for="save" class="pure-checkbox">
|
||||||
<input id="save" type="checkbox" checked/> Save to file upon exit
|
<input id="save" type="checkbox" checked/> Save to file
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
2
main.py
2
main.py
@@ -371,7 +371,7 @@ def main(driver: WebDriver):
|
|||||||
if not parameters.get('recovery'): raise exception
|
if not parameters.get('recovery'): raise exception
|
||||||
tell(None, exception, level=1)
|
tell(None, exception, level=1)
|
||||||
# 打开存档
|
# 打开存档
|
||||||
click("li[data-id='default0/Archives'] li.folder:nth-child(1)", condition)
|
click("li[data-id='virtual/standard'] > .subfolders li:nth-child(6) li.folder:nth-child(1)", condition)
|
||||||
ready(driver)
|
ready(driver)
|
||||||
click("ul[aria-label='List view'] li[data-index='0']", condition)
|
click("ul[aria-label='List view'] li[data-index='0']", condition)
|
||||||
click("ul.classic-toolbar button[aria-label='More actions']", condition)
|
click("ul.classic-toolbar button[aria-label='More actions']", condition)
|
||||||
|
|||||||
Reference in New Issue
Block a user