Skip to content

Commit

Permalink
compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummy committed Feb 19, 2019
1 parent 1358b6c commit 538b8df
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public interface IMethodChainContext : IAwaitable

int NodeCount { get; }

Exception LastEncounteredException { get; }

IEnumerable<IWebAutomationFrameworkInstance> Frameworks { get; }
IWebAutomationEngine AutomationEngine { get; }
TMethodChainNode Enqueue<TMethodChainNode>(TMethodChainNode node) where TMethodChainNode : IBaseMethodChainNode;
Expand Down

0 comments on commit 538b8df

Please sign in to comment.