public class KeywordExecutor extends Object
Constructor and Description |
---|
KeywordExecutor(File file)
KeywordExecutor class constructor which accepts the following params
and sets the WebDriver object for the Keyword classes as null. |
KeywordExecutor(File file,
List<String> arguments) |
KeywordExecutor(File file,
String... args)
KeywordExecutor class constructor which accepts the following params
and sets the WebDriver object for the Keyword classes as null. |
KeywordExecutor(org.openqa.selenium.WebDriver driver,
File file)
KeywordExecutor class constructor which accepts the following params |
KeywordExecutor(org.openqa.selenium.WebDriver driver,
File file,
List<String> arguments) |
KeywordExecutor(org.openqa.selenium.WebDriver driver,
File file,
String... args)
Main
KeywordExecutor class constructor |
public KeywordExecutor(org.openqa.selenium.WebDriver driver, File file, String... args)
KeywordExecutor
class constructorpublic KeywordExecutor(File file, String... args)
KeywordExecutor
class constructor which accepts the following params
and sets the WebDriver
object for the Keyword classes as null.
Use this constructor when your Keyword implementation classes don't need WebDriver object for executing your keywords.
public KeywordExecutor(org.openqa.selenium.WebDriver driver, File file, List<String> arguments)
public KeywordExecutor(File file)
KeywordExecutor
class constructor which accepts the following params
and sets the WebDriver
object for the Keyword classes as null.
Use this constructor when your Keyword implementation classes don't need WebDriver object for executing your keywords.
file
- File
object of the keyword filepublic KeywordExecutor(org.openqa.selenium.WebDriver driver, File file)
KeywordExecutor
class constructor which accepts the following paramsdriver
- WebDriver
object to be set for Keyword classesfile
- File
object of the keyword filepublic void execute()
this
class.Copyright © 2014. All rights reserved.