| LocatorExtensionsToBy Method |
Framework to automate tests using Selenium WebDriver
From the locator to selenium by converter.
Namespace: Ocaramba.ExtensionsAssembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax Example Using standard method FindElement, even we have locator as ElementLocator:
private readonly ElementLocator searchTextbox = new ElementLocator(Locator.Id, "SearchTextBoxId");
this.Driver.FindElement(searchTextbox.ToBy());
See Also