Please enable JavaScript.
Coggle requires JavaScript to display documents.
Automation Test - Coggle Diagram
Automation Test
Drop Down & Multiple Selects
o selectByIndex
o selectByValue
o selectByVisibleText
o isMultiple() - isMultiple(): Boolean
o getOptions() - getOptions(): List<WebElement>
o getFirstSelectedOption()
o getSelectedOptions()
o getAllSelectedOptions()
o deselectAll()
o deselectByIndex()
o deselectByValue()
o deselectByVisibleText()
get Element
o findElement(By by): WebElement - WebDriver
o clear( ) : void
o sendKeys(CharSequence… keysToSend ) : void
o click( ) : void
o submit( ) : void
o getText( ) : String
o getTagName( ) : String
o getCssvalue( ) : String
o getAttribute(String Name) : String
o getSize( ) : Dimension
o getLocation( ) : Point
Lệnh trình duyệt
o get(String arg0): void
o getTitle(): String
o getCurrentUrl(): String
o getPageSource(): String
o close(): void
o quit(): void
Lệnh điều hướng
o to(String arg0) : void
o forward() : void
o back() : void
o refresh() : void
Check Box & Radio buttons
o CSS Selectors()
o isDisplayed( ) : boolean
o isEnabled( ) : Boolean
o isSelected( ) : Boolean