namespace BrowserCompatabilityTests
{
public static class Selectors
{
public static string activateDeviceButton = "#root > div > div > div >
div.row.activate--full-page > div:nth-child(2) > form >
div.form__actions.flex > button";
}
}
I was asked to update this activateDevice field to a readonly getter property. Is there a C# convention to use {get,set} or lambda?