Skip to content

Repository files navigation

XPathBuilder.Net

Simple builder for creating XPaths because the strings are annoying.

Simple usage:

var builder = new PathBuilder();
builder.HasComponent(PathComponentType.Window, window =>
{
  window.WithName("TestWindow");
  window.WithClassName("TestClass");
});

Congrats.

About

Builds XPaths

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages