1 2 3 4 5 6
namespace IOL.GreatOffice.IntegrationTests.Helpers; public static class Element { public static string ByName(string name) => $"[pw-name='{name}']"; }