Selenium WebDriver commands
WebDiver Commands terbagi 3 :
1. Navigation
2. Interrogation
3. Manipulation
WebDriver Level Basics
1. Navigation
Navigation adalah ……
Navigation –> WebDriver :
- Get
- Navigate --> - .to
- .back
- .forward
- .refresh
2. Interrogation
Interrogation adalah ..
Interrogation –> WebDriver:
- .getTitle
- .getCurrentURL
- .getPageSource
Interrogation –> Location (WebDriver) :
- FindElement
- FindElements
- By : - .id
- .xpath
- .CssSelector
- .className
- .linkText
- .name
- .tagName
- .partialLinkText
- Support : - ByChained
- ByIdOrName
Written on June 19, 2017