Control Slice
When to use
Scenario
Desktop

Web

How to use
Last updated
Was this helpful?


Last updated
Was this helpful?
Was this helpful?
[Selector("MyContainerSelector", @"MyPath\MyImage.jpg")]
public IControlSlice MyControlSlice { get; set; }[Selector("MyContainerSelector", 10, 30)]
public IControlSlice MyControlSlice { get; set; }[Selector("MyContainerSelector", 10, 30, 50, 80)]
public IControlSlice MyControlSlice { get; set; }myPageObject.MyControlSlice.Click();