Skip to content

Commit

Permalink
Merge pull request #221 from mroskamp/patch-1
Browse files Browse the repository at this point in the history
Fix ConsiderInvisibleElements comment
  • Loading branch information
obstar committed Nov 22, 2021
2 parents 18afb37 + 38bd344 commit 926aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Coypu/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public TimeSpan WaitBeforeClick

/// <summary>
/// <para>By default Coypu will exclude any invisible elements, this allows you to override that behaviour</para>
/// <para>Default: true</para>
/// <para>Default: false</para>
/// </summary>
public bool ConsiderInvisibleElements
{
Expand Down Expand Up @@ -244,4 +244,4 @@ public override int GetHashCode()
return !Equals(left, right);
}
}
}
}

0 comments on commit 926aa2a

Please sign in to comment.