Default Selector
Example
Using Selector
[Selector("#MyWindow")]
public class MyPageObject : PageObject
{}Omitting Selector
public class MyWindow : PageObject
{}Recommendations
Last updated
Was this helpful?