You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set the content of the address toolbar and filename combos to point to an existing file
trigger a click on the "Open" button
Chances are the dialog closes fast enough for the Logger.Info(..._ calls in TryClick... methods in CruciatusCommands.cs to find a now-invalid Element, which will cause an exception while trying to format the message. In my case, it happened more often than not.
Suggestion: format the message in advance into a local variable before performing the click action, use the formatted message with Logger.Info after performing the click action.
The text was updated successfully, but these errors were encountered:
acolomitchi
added a commit
to acolomitchi/Winium.Cruciatus
that referenced
this issue
Mar 16, 2018
Repro using the standard "FileOpenDialog":
Chances are the dialog closes fast enough for the
Logger.Info(..._
calls inTryClick...
methods inCruciatusCommands.cs
to find a now-invalid Element, which will cause an exception while trying to format the message. In my case, it happened more often than not.Suggestion: format the message in advance into a local variable before performing the click action, use the formatted message with Logger.Info after performing the click action.
The text was updated successfully, but these errors were encountered: