Skip to content

v1.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 21:38
b1fdad4
  • [NEW ✨] Elements can be located based on properties it doesn't have.
    • To find a div tag with "foo" as a class name: DivTag.WithClass("foo")
    • To find a div tag without "foo" as a class name: DivTag.WithClass("foo", false)
  • [HOUSEKEEPING 🧹] Added ability to configure "HideCommandPromptWindow". It is true by default.