Skip to content

Commit ca34806

Browse files
committed
Fix update dorf1/2 after navigation
1 parent 52e9e07 commit ca34806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TbsCore/Helpers/NavigationHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static async Task<bool> MainNavigate(Account acc, MainNavigationButton bu
2020
var nav = acc.Wb.Html.GetElementbyId("navigation");
2121
if (nav == null) return false;
2222
await DriverHelper.ClickByAttributeValue(acc, "accesskey", ((int)button).ToString());
23+
await TaskExecutor.PageLoaded(acc);
2324
return true;
2425
}
2526

0 commit comments

Comments
 (0)