39


What is IWebDriver and IWebElement?



  • Click: Clicks this element.
  • GetAttribute: Gets the value of the specified attribute for this element.
  • FindElement: Finds the first IWebElement using the given method. (Inherited from IsearchContext.)
  • SendKeys: Simulates typing text into the element.
  • Clear: Clears the content of this element.
  • Submit: Submits this element to the webserver.
  • Control of the browser itself
  • Selection of IWebElements
  • Debugging aids
  • FindElement: Finds the first IWebElement using the given method.
  • Close: Close the current window and quit the browser if it is the last open window.
  • Navigate: Instructs the driver to navigate the browser to another location.

Comments

Popular posts from this blog