TestAutomationEssentials.Selenium.BrowserElement.CreateActionsSequence C# (CSharp) 메소드

CreateActionsSequence() 개인적인 메소드

private CreateActionsSequence ( ) : OpenQA.Selenium.Interactions.Actions
리턴 OpenQA.Selenium.Interactions.Actions
        private Actions CreateActionsSequence()
        {
            return new Actions(DOMRoot.Browser.GetWebDriver());
        }