def exhume_bury_key(window, qtbot, image_file, password):
"""Test exhuming the key from inside the given image file."""
window.pages.setCurrentIndex(5)
window.advanced_page.image_path.setText(image_file)
window.advanced_page.key_password.setText(password)
button = window.advanced_page.exhume_button
qtbot.mouseClick(button, Qt.LeftButton)
评论列表
文章目录