All Downloads are FREE. Search and download functionalities are using the official Maven repository.

im.yagni.driveby.driver.NakedDriver.scala Maven / Gradle / Ivy

The newest version!
package im.yagni.driveby.driver

import im.yagni.driveby.By
import java.io.File

trait NakedDriver {
  def close()
  def findElements(by: By): Seq[NakedElement]
  def goto(url: String)
  def html: String
  def refresh()
  def maximise()
  def screenshot(file: File)
  def title: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy