Skip to content

Commit bbe8a74

Browse files
committed
Add step to skip password import on Windows
1 parent 695f71e commit bbe8a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/page_object_prefs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,8 @@ def import_bookmarks(self, browser_name: str, platform) -> BasePage:
557557

558558
self.click_on("migration-import-button")
559559
sleep(1)
560+
561+
# Tab to and use the Skip button
560562
for _ in range(3):
561563
self.actions.send_keys(Keys.TAB).perform()
562564
self.actions.send_keys(Keys.RETURN).perform()

0 commit comments

Comments
 (0)