Skip to content

li223/XPathBuilder.Net

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages