Method Unmask
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Unmask()
Unmasks the element that is linked to the dummy.
public virtual void Unmask()
Examples
Element element = engine.FindElement(400, 2000);
element.Unmask();