Controls

public class App : PageObject
{
// Controls with their interface
public ILabel myLabel { get; set; }
public ITextBox myTextBox { get; set; }
public IButton OKButton { get; set; }
}Last updated
Was this helpful?

public class App : PageObject
{
// Controls with their interface
public ILabel myLabel { get; set; }
public ITextBox myTextBox { get; set; }
public IButton OKButton { get; set; }
}Last updated
Was this helpful?
Was this helpful?