A B C D E F G H I J K L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptCancellation() - Method in class com.facilita.fc.runtime.backgroundScripting.CustomCancellationToken
-
This is to be called by the background script when it finished with the current job and accepted the cancellation request.
- acceptCancellation() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Called to accept the script response to the requested cancellation.
- ACT_ERROR - com.facilita.fc.runtime.ActionType
-
Generates an error message.
- ACT_EXIT_VU - com.facilita.fc.runtime.ActionType
-
Causes the
VirtualUser
to exit. - ACT_FINISH_ITERATING - com.facilita.fc.runtime.ActionType
-
Causes the
VirtualUser
to finish iterating. - ACT_NEXT_ITERATION - com.facilita.fc.runtime.ActionType
-
Causes the
VirtualUser
to move onto the next iteration. - ACT_NEXT_SCRIPT - com.facilita.fc.runtime.ActionType
-
Causes the
VirtualUser
to move onto the next script. - ACT_NEXT_SEQUENCE - com.facilita.fc.runtime.ActionType
-
Causes the
VirtualUser
to move onto the next sequence of scripts. - ACT_NONE - com.facilita.fc.runtime.ActionType
-
Takes no action.
- ACT_RAISE_EXCEPTION - com.facilita.fc.runtime.ActionType
-
Raises an exception.
- ACT_WARNING - com.facilita.fc.runtime.ActionType
-
Generates a warning message.
- ActionType - Enum in com.facilita.fc.runtime
-
Describes various actions that can be taken in the event of an error.
- add(int, int, String) - Method in class com.facilita.fc.web.OffsetEditSequence
-
Appends an edit instruction to replace
length
bytes, starting at positionoffset
, with the bytes contained innewValue
. - add(RegExpMatch) - Method in class com.facilita.fc.jni.RegExpMatchList
-
Adds a
RegExpMatch
to the list. - add(DataDictionary) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Merges the specified
DataDictionary
into thisDataDictionary
. - add(DataDictionary) - Method in class com.facilita.fc.runtime.VirtualUser
- add(DataDictionary) - Method in class com.facilita.fc.runtime.VirtualUserScript
- add(String, int) - Method in class com.facilita.fc.runtime.MetricCollection
-
Adds a metric value to this collection
- add(String, int, boolean) - Method in class com.facilita.fc.runtime.MetricCollection
-
Adds a metric value to this collection, specifying whether the metric passed or failed.
- add(String, QueryData) - Method in class com.facilita.fc.web.QueryData
-
Adds a name/value pair to the end of the list, using a value extracted from another
QueryData
object. - add(String, String) - Method in class com.facilita.fc.web.QueryData
-
Adds a name/value pair to the end of the list.
- addDefaultKeepSubRequestContentType(String) - Method in class com.facilita.fc.web.WebBrowser
-
Adds a Content-Type fragment, so the content of sub-request responses that match the specified Content-Type fragment will be kept by default for any subsequent
Request
objects created by thisWebBrowser
. - addDefaultKeepSubRequestContentUrl(String) - Method in class com.facilita.fc.web.WebBrowser
-
Adds a URL, so the content of sub-request responses that match the specified URL fragment will be kept by default for any subsequent
Request
objects created by thisWebBrowser
. - addElement(HtmlElement) - Method in class com.facilita.fc.web.Form
-
Appends the specified
HtmlElement
to the end of thisForm
. - addFile(String, String) - Method in class com.facilita.fc.web.FileElement
-
Adds a file to the list of files to upload.
- addFile(String, String, String) - Method in class com.facilita.fc.web.FileElement
-
Adds a file to the list of files to upload.
- addFile(String, String, String, String) - Method in class com.facilita.fc.web.FileElement
-
Adds a file to the list of files to upload.
- addFirst(String, String) - Method in class com.facilita.fc.runtime.SharedData
-
Adds a value to the start of the specified value list in the Shared Data Server.
- addKeepSubRequestContentType(String) - Method in class com.facilita.fc.web.Request
-
Adds a Content-Type fragment, so the content of sub-request responses that match the specified Content-Type fragment will be kept.
- addKeepSubRequestContentUrl(String) - Method in class com.facilita.fc.web.Request
-
Adds a URL, so the content of sub-request responses that match the specified URL fragment will be kept.
- addLast(String, String) - Method in class com.facilita.fc.runtime.SharedData
-
Adds a value to the end of the specified value list in the Shared Data Server.
- addMany(Iterable<Metric>) - Method in class com.facilita.fc.runtime.MetricCollection
-
Adds a collection of metrics to this collection.
- addMetaTag(String, String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Add a user-defined tag associated with devices as recorded in eggCloud.
- addOptionElement(OptionElement) - Method in class com.facilita.fc.web.SelectElement
-
Adds an
OptionElement
to the list of availableOptionElement
objects. - addParameter(String, String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Add an additional parameter to add to the Connect command.
- addRequest(Request) - Method in class com.facilita.fc.web.ConcurrentRequestSender
-
Add a
Request
to the list of requests that will be sent to the web server by a call toConcurrentRequestSender.sendRequests()
. - addResponseToCache(CachedResponse) - Method in class com.facilita.fc.web.WebBrowser
-
Adds an entry to this
WebBrowser
object's cache. - addressType() - Method in class com.facilita.fc.jni.IpEndPoint
-
Gets the address type.
- AddressType() - Constructor for class com.facilita.fc.jni.IpEndPoint.AddressType
- addSubRequest(Protocol, IpEndPoint, String) - Method in class com.facilita.fc.web.Request
-
Adds a URL to the list of sub-requests that will be fetched from the web server by this request.
- addSubRequest(Url) - Method in class com.facilita.fc.web.Request
-
Adds a
Url
to the list of sub-requests that will be fetched from the web server by this request. - addSubRequest(String) - Method in class com.facilita.fc.web.Request
-
Adds a URL to the list of sub-requests that will be fetched from the web server by this request.
- ALL_CLIENT_ERRORS - com.facilita.fc.web.HttpStatusRange
-
Range special code meaning all 4xx codes
- ALL_INFORMATIONALS - com.facilita.fc.web.HttpStatusRange
-
Range special code meaning all 1xx codes
- ALL_REDIRECTS - com.facilita.fc.web.HttpStatusRange
-
Range special code meaning all 3xx codes
- ALL_SERVER_ERRORS - com.facilita.fc.web.HttpStatusRange
-
Range special code meaning all 5xx codes
- ALL_SUCCESSES - com.facilita.fc.web.HttpStatusRange
-
Range special code meaning all 2xx codes
- AllConnectionInfo() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- AllConnectionInfo() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get a list of information about all the current connections.
- AllConnectionInfo() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ALLOWLIST - com.facilita.fc.web.HostFilteringMode
-
Only follow requests to hosts that have been explicitly included by calls to
WebBrowser.includeHost(String)
orWebBrowser.includeHostRegexp(String)
. - appendPath(String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedpath
appended to the existing path. - atEndOfIteration() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- atEndOfIteration() - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called at the end of every iteration.
- atStartOfIteration() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- atStartOfIteration() - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called at the start of every iteration.
- atStartOfIteration() - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- attachImageSender(IImageSender) - Method in class com.facilita.fc.eggPlant.EggplantResultsFolderWatcher
- attachLogMessageSender(IMessageSender) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- attachLogMessageSender(IMessageSender) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- attachLogMessageSender(IMessageSender) - Method in class com.facilita.fc.web.WebBrowserVirtualUser
-
For internal use only.
- attachMessageSender(IMessageSender) - Method in class com.facilita.fc.eggPlant.EggplantVUWatcher
- attachMessageSender(IMessageSender) - Method in interface com.facilita.fc.eggPlant.IEggplantVUWatcher
- attachMessageSender(IMessageSender) - Method in class com.facilita.fc.eggPlant.NullEggplantVUWatcher
- AutomaticStopCriteria - Enum in com.facilita.fc.runtime.backgroundScripting
-
This enumeration is used to control automatic background script stop behaviour.
- Availability() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The last-known availability status of the SUT.
B
- B() - Method in class com.facilita.fc.eggPlant.Color
-
Returns the blue component of this
Color
. - back() - Method in class com.facilita.fc.selenium.Navigation
-
Move back a single "item" in the browser's history.
- BadValueException - Exception in com.facilita.exception
-
Thrown when an input value is incorrect.
- BadValueException() - Constructor for exception com.facilita.exception.BadValueException
- BadValueException(String) - Constructor for exception com.facilita.exception.BadValueException
- BLOCKLIST - com.facilita.fc.web.HostFilteringMode
-
Follow requests to all hosts, except those that have been explicitly excluded by calls to
WebBrowser.ignoreHost(String)
orWebBrowser.ignoreHostRegexp(String)
- Bonjour() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Whether or not the SUT was found via Bonjour or zeroconf.
- bottomRight() - Method in class com.facilita.fc.eggPlant.Rectangle
-
Get a Point representing the location of the top left corner of the Rectangle.
- button - com.facilita.fc.web.InputElement.InputElementType
-
Represents a clickable button.
C
- cacheContentTypeDirectory(String) - Method in class com.facilita.fc.web.WebBrowser
-
Adds a Content-Type media type for which cached content is stored.
- cacheContentTypeDirectory(String, boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Adds or removes a Content-Type media type for which cached content is stored.
- CachedResponse - Class in com.facilita.fc.web
-
Represents an HTTP response that has been cached by the
WebBrowser
. - CachedResponse(long, boolean) - Constructor for class com.facilita.fc.web.CachedResponse
-
For internal use only.
- CachedResponse(Url) - Constructor for class com.facilita.fc.web.CachedResponse
-
Creates a
CachedResponse
object with the specifiedUrl
. - CachedResponse(String) - Constructor for class com.facilita.fc.web.CachedResponse
-
Creates a
CachedResponse
object with the specifiedurl
. - cacheSecureData() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if secure (HTTPS) data will be cached. - cancel() - Method in class com.facilita.fc.runtime.backgroundScripting.CustomCancellationToken
-
Used to initiate a cancellation request to the background script.
- Canceled - com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- capacity() - Method in class com.facilita.fc.jni.RegExpMatchList
-
Gets the capacity of the list.
- CaptureDate() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
The date the image was captured.
- CaptureHost() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Capture host.
- CaptureLocation() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Screen coordinates of the image when it was captured.
- CaptureScreen(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- CaptureScreen(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Capture an area of screen and save to file.
- CaptureScreen(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- CaptureScreen(String, Rectangle, boolean, ImageInfo) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- CaptureScreen(String, Rectangle, boolean, ImageInfo) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Capture an area of screen and save to file.
- CaptureScreen(String, Rectangle, boolean, ImageInfo) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- CaptureTextImage(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- CaptureTextImage(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Capture text image.
- CaptureTextImage(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- checkbox - com.facilita.fc.web.InputElement.InputElementType
-
Represents a box that can be either checked or unchecked.
- checkIfCancellationRequested() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
For internal use only.
- Chrome - com.facilita.fc.selenium.WebDriverType
- clear() - Method in class com.facilita.fc.runtime.MetricCollection
-
Removes all metrics from this
MetricCollection
. - clear() - Method in class com.facilita.fc.runtime.SharedData
-
Clears all keys and values from a running instance of the Shared Data Server.
- clear() - Method in class com.facilita.fc.selenium.WebElement
-
If this element is a text entry element, this will clear the value.
- clear() - Method in class com.facilita.fc.web.OffsetEditSequence
-
Removes all of the edits in the sequence.
- clear() - Method in class com.facilita.fc.web.QueryData
-
Removes all of the name/value pairs from the list.
- clear(String) - Method in class com.facilita.fc.runtime.SharedData
-
Clears all values which are associated with the specified
key
from the Shared Data Server. - clearCache() - Method in class com.facilita.fc.web.WebBrowser
-
Clears the HTTP cache.
- clearCookies() - Method in class com.facilita.fc.web.WebBrowser
-
Clears the cookie cache.
- clearDefaultHeaders() - Method in class com.facilita.fc.web.WebBrowser
-
Removes all of the default HTTP headers.
- clearErrorMessage() - Method in class com.facilita.fc.jni.ExtractionCursor
-
Clears the current error message.
- clearFiles() - Method in class com.facilita.fc.web.FileElement
-
Clears the list of files to be uploaded.
- clearHeaders() - Method in class com.facilita.fc.web.CachedResponse
-
Removes all the HTTP response headers from this
CachedResponse
. - clearHeaders() - Method in class com.facilita.fc.web.Request
-
Clears the list of HTTP headers for this
Request
. - clearHeaders() - Method in class com.facilita.fc.web.WebSocket
-
Clears the list of HTTP headers for this WebSocket.
- clearProgressPoint() - Method in class com.facilita.fc.runtime.VirtualUser
-
Clears the current progress point set for this Virtual User.
- clearProgressPoint() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Clears the current progress point set for this Virtual User.
- click() - Method in class com.facilita.fc.selenium.WebElement
-
Click this element.
- Click(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Click(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Click on a point on the screen.
- Click(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Click(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Click(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Click on a point on the screen.
- Click(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Click(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Click(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Clicks on an image.
- Click(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- clone() - Method in class com.facilita.fc.web.FileElement
- clone() - Method in class com.facilita.fc.web.HtmlElement
-
Creates a copy of this HTML element.
- clone() - Method in class com.facilita.fc.web.ImageButtonElement
- clone() - Method in class com.facilita.fc.web.InputElement
- clone() - Method in class com.facilita.fc.web.OptionElement
- clone() - Method in class com.facilita.fc.web.SelectElement
- clone() - Method in class com.facilita.fc.web.TextAreaElement
- close() - Method in class com.facilita.fc.runtime.SharedData
-
Deprecated.
- close() - Method in class com.facilita.fc.selenium.WebDriver
-
Close the current window, quitting the browser if it's the last window currently open.
- close() - Method in class com.facilita.fc.web.WebSocket
-
(non-Javadoc)
- close() - Method in class com.facilita.fc.web.WebSocketMessage
-
(non-Javadoc)
- close(String) - Method in class com.facilita.fc.web.WebSocket
-
Closes the WebSocket.
- closeAllConnections() - Method in class com.facilita.fc.web.WebBrowser
-
Closes all of the open TCP/IP connections to the web server.
- CloseSuite(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- CloseSuite(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Close an eggPlant suite.
- CloseSuite(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- code() - Method in class com.facilita.fc.web.HttpStatus
-
Gets the numeric code for this
HttpStatus
. - Coder - Class in com.facilita.fc.web
-
Provides static methods for encoding and decoding
String
data. - Coder(long, boolean) - Constructor for class com.facilita.fc.web.Coder
-
For internal use only.
- Color - Class in com.facilita.fc.eggPlant
-
Represents a color as an RGB value.
- Color(int, int, int) - Constructor for class com.facilita.fc.eggPlant.Color
-
Creates a
Color
object. - ColorAtLocation(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ColorAtLocation(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the color at a location.
- ColorAtLocation(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ColorAtLocation(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ColorAtLocation(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the color at a location.
- ColorAtLocation(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ColorDepth() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The color depth with which the SUT is shown in the Viewer window.
- columnCount() - Method in class com.facilita.fc.web.TextAreaElement
-
Gets the number of columns that this
TextAreaElement
has space for. - com.facilita.exception - package com.facilita.exception
-
Contains exception classes that are thrown by the eggPlant Performance engine.
- com.facilita.fc.eggPlant - package com.facilita.fc.eggPlant
-
The eggPlant API provides classes and methods for GUI automation, using eggPlant Drive to communicate with eggPlant Functional.
- com.facilita.fc.jni - package com.facilita.fc.jni
-
Contains useful utility classes.
- com.facilita.fc.runtime - package com.facilita.fc.runtime
-
Contains classes for controlling Virtual Users within a test run.
- com.facilita.fc.runtime.backgroundScripting - package com.facilita.fc.runtime.backgroundScripting
-
Helper classes and enums for Virtual User scripts which run in the background.
- com.facilita.fc.selenium - package com.facilita.fc.selenium
-
The eggPlant Performance Selenium API provides class and methods for automating Web Browsers using Selenium WebDriver.
- com.facilita.fc.web - package com.facilita.fc.web
-
The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server.
- com.facilita.util - package com.facilita.util
-
Contains useful utility classes.
- concatString(String[], String) - Static method in class com.facilita.util.StringUtils
-
Concatenates a
String
array into a singleString
, using thetoken
parameter as a separator. - ConcurrentRequestSender - Class in com.facilita.fc.web
-
Provides methods for sending multiple
Request
objects to the web server concurrently. - ConcurrentRequestSender() - Constructor for class com.facilita.fc.web.ConcurrentRequestSender
-
Creates a new
ConcurrentRequestSender
. - ConcurrentRequestSender(int) - Constructor for class com.facilita.fc.web.ConcurrentRequestSender
-
Creates a new
ConcurrentRequestSender
, specifying the maximum number of concurrent requests to send to the web server. - ConcurrentRequestSender(long, boolean) - Constructor for class com.facilita.fc.web.ConcurrentRequestSender
-
For internal use only.
- connect() - Method in class com.facilita.fc.runtime.SharedData
-
Deprecated.
- Connect(ConnectionProperties) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(ConnectionProperties) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(ConnectionProperties) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, int, ConnectionType, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, int, ConnectionType, String, String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, int, ConnectionType, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, int, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, int, String, String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, int, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, int, String, String, String, String, String, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, int, String, String, String, String, String, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, int, String, String, String, String, String, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, int, String, String, String, String, String, int, ConnectionType, int, int, String[]) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, int, String, String, String, String, String, int, ConnectionType, int, int, String[]) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, int, String, String, String, String, String, int, ConnectionType, int, int, String[]) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, ConnectionType, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, ConnectionType, String, String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, ConnectionType, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connect(String, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Connect(String, String, String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Connect to the SUT.
- Connect(String, String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Connected() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Whether or not Eggplant is connected to the SUT..
- ConnectionInfo - Class in com.facilita.fc.eggPlant
-
Represents a connection property list created by eggPlant.
- ConnectionInfo(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ConnectionInfo(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get connection info for a connection.
- ConnectionInfo(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ConnectionProperties - Class in com.facilita.fc.eggPlant
-
Defines the properties used to connect to the SUT.
- ConnectionProperties() - Constructor for class com.facilita.fc.eggPlant.ConnectionProperties
-
Instantiates a new ConnectionProperties object.
- ConnectionType - Enum in com.facilita.fc.eggPlant
- ConnectionType - Enum in com.facilita.fc.web
-
Represents an HTTP or HTTPS connection handler.
- contains(String) - Method in class com.facilita.fc.runtime.MetricCollection
-
Returns
true
if the specified metric is contained in thisMetricCollection
. - containsDefaultHeader(String) - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if the specified HTTP header is set by default onRequest
objects created by thisWebBrowser
. - containsHeader(String) - Method in class com.facilita.fc.web.CachedResponse
-
Returns
true
if thisCachedResponse
contains the specified HTTP header. - containsHeader(String) - Method in class com.facilita.fc.web.Request
-
Returns
true
if thisRequest
contains a particular HTTP header. - containsHeader(String) - Method in class com.facilita.fc.web.Response
-
Returns
true
if thisResponse
contains a particular HTTP response header. - containsHeader(String) - Method in class com.facilita.fc.web.WebSocket
-
Determines whether this WebSocket contains a particular HTTP header.
- ContextTerminationException - Exception in com.facilita.exception
-
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.
- ContextTerminationException() - Constructor for exception com.facilita.exception.ContextTerminationException
- ContextTerminationException(String) - Constructor for exception com.facilita.exception.ContextTerminationException
- createBackgroundScript(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Creates a new background script and starts it.
- createBackgroundScript(String, String, AutomaticStopCriteria, EnumSet<ExecutionFlags>, Duration, Duration) - Method in class com.facilita.fc.runtime.VirtualUser
-
Creates a new background script and starts it if requested.
- createBackgroundScript(String, String, AutomaticStopCriteria, EnumSet<ExecutionFlags>, Duration, Duration) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Creates a new background script and starts it if requested.
- Created - com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- createMonitorSnapshot() - Method in class com.facilita.fc.runtime.VirtualUser
- createRequest(HttpMethod, Url) - Method in class com.facilita.fc.web.WebBrowser
-
Creates a
Request
object that can be used to send an HTTP request to the web server. - createRequest(HttpMethod, Url, int) - Method in class com.facilita.fc.web.WebBrowser
-
Creates a
Request
object that can be used to send an HTTP request to the web server, specifying a unique identifier that can be used to track the request. - createWebSocket(Url, int) - Method in class com.facilita.fc.web.WebBrowser
-
Creates a
WebSocket
object that can be used to send/receive WebSocket messages to/from the web server. - createWebSocketMessage(byte[]) - Method in class com.facilita.fc.web.WebBrowser
-
Creates a
WebSocketMessage
object that can be sent to the server. - createWebSocketMessage(byte[], boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Creates a
WebSocketMessage
object that can be sent to the server. - createWebSocketMessage(String) - Method in class com.facilita.fc.web.WebBrowser
-
Creates a
WebSocketMessage
object that can be sent to the server. - ct - Variable in class com.facilita.fc.runtime.VirtualUserScript
-
A helper object used to communicate between main and foreground scripts.
- CustomCancellationToken - Class in com.facilita.fc.runtime.backgroundScripting
-
This is helper class to allow the background script to monitor cancellation requests from the main script (or VU) and signal back that it accepted cancellation.
- CustomCancellationToken() - Constructor for class com.facilita.fc.runtime.backgroundScripting.CustomCancellationToken
D
- DataDictionary - Interface in com.facilita.fc.runtime
-
The
DataDictionary
interface is implemented by all Eggplant PerformanceVirtualUserScript
classes and theDataTable
interface. - DataTable - Interface in com.facilita.fc.runtime
-
Provides script functionality to allow direct control over a Data Table by a Virtual User.
- decodeHTML(String) - Static method in class com.facilita.fc.web.Coder
-
Decodes special characters within the specified HTML
String
. - decrement(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Decrements an
integer
value associated with the specifiedkey
in the Shared Data Server. - delete() - Method in class com.facilita.fc.jni.ExtractionCursor
- delete() - Method in class com.facilita.fc.jni.IpEndPoint
- delete() - Method in class com.facilita.fc.jni.RegExpMatch
- delete() - Method in class com.facilita.fc.jni.RegExpMatchList
- delete() - Method in class com.facilita.fc.web.CachedResponse
- delete() - Method in class com.facilita.fc.web.Coder
- delete() - Method in class com.facilita.fc.web.ConcurrentRequestSender
- delete() - Method in class com.facilita.fc.web.FileElement
- delete() - Method in class com.facilita.fc.web.Form
- delete() - Method in class com.facilita.fc.web.HtmlElement
- delete() - Method in class com.facilita.fc.web.HttpStatus
- delete() - Method in class com.facilita.fc.web.ImageButtonElement
- delete() - Method in class com.facilita.fc.web.InputElement
- delete() - Method in class com.facilita.fc.web.NameValuePair
- delete() - Method in class com.facilita.fc.web.OffsetEditSequence
- delete() - Method in class com.facilita.fc.web.OptionElement
- delete() - Method in class com.facilita.fc.web.QueryData
- delete() - Method in class com.facilita.fc.web.Request
- delete() - Method in class com.facilita.fc.web.Response
- delete() - Method in class com.facilita.fc.web.SelectElement
- delete() - Method in class com.facilita.fc.web.TextAreaElement
- delete() - Method in class com.facilita.fc.web.Url
- delete() - Method in class com.facilita.fc.web.WebBrowser
- delete() - Method in class com.facilita.fc.web.WebSocket
- delete() - Method in class com.facilita.fc.web.WebSocketMessage
- DELETE - com.facilita.fc.web.HttpMethod
-
Represents the HTTP DELETE method.
- description() - Method in class com.facilita.fc.web.HttpStatus
-
Gets the text that describes the status.
- DeviceManufacturer() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The manufacturer of a mobile device you are connected to.
- DeviceModel() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The manufacturer of a mobile device you are connected to.
- DeviceSupportsPointerEvents() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Whether or not a mobile device supports pointer events such as MoveTo..
- DeviceVersion() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The version of the mobile device you are connected to.
- Disconnect() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Disconnect() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Disconnect from the SUT.
- Disconnect() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Disconnect(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Disconnect(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Disconnect from the SUT.
- Disconnect(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- DoubleClick(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- DoubleClick(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Double click a point on the screen.
- DoubleClick(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- DoubleClick(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- DoubleClick(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Double click a point on the screen.
- DoubleClick(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- DoubleClick(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- DoubleClick(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Double click on an image.
- DoubleClick(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Drag(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Drag(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drag a point on the screen.
- Drag(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Drag(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Drag(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drag a point on the screen.
- Drag(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Drag(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Drag(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drag an image.
- Drag(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- DragAndDrop(Point, Point...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- DragAndDrop(Point, Point...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drag and drop from one point to another.
- DragAndDrop(Point, Point...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- DragAndDrop(String, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- DragAndDrop(String, String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drag and drop from one image to another.
- DragAndDrop(String, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Drop(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Drop(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drop a point on the screen.
- Drop(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Drop(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Drop(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drop a point on the screen.
- Drop(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Drop(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Drop(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Drop an image.
- Drop(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- duration() - Method in class com.facilita.fc.eggPlant.EggplantReturnData
-
Get the duration in milliseconds of the call to eggPlant.
- Duration() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
The length of time the script ran (or has been running) given in seconds
E
- EggplantDriveRunner - Class in com.facilita.fc.eggPlant
- EggplantDriveRunner(File, int, int, File, File, String, boolean) - Constructor for class com.facilita.fc.eggPlant.EggplantDriveRunner
- EggplantException - Exception in com.facilita.fc.eggPlant
-
An exception representing an error that occurred within eggPlant
- EggplantException(String) - Constructor for exception com.facilita.fc.eggPlant.EggplantException
-
Instantiates a new eggplant exception.
- EggplantResultsFolderWatcher - Class in com.facilita.fc.eggPlant
-
Watches a directory, and detects when ePF creates any image files Image files created will be sent as a message via the attached IMessageSender
- EggplantResultsFolderWatcher(File) - Constructor for class com.facilita.fc.eggPlant.EggplantResultsFolderWatcher
- EggplantReturnData - Class in com.facilita.fc.eggPlant
-
Represents the data returned by a call to the eggPlant system, as returned by
EggplantVirtualUserInterface.execute(String)
- EggPlantVersion() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- EggPlantVersion() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get eggPlant version information Consult the Eggplant Functional documentation for details.
- EggPlantVersion() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- EggplantVirtualUser - Class in com.facilita.fc.eggPlant
-
An eggPlant Virtual User.
- EggplantVirtualUser() - Constructor for class com.facilita.fc.eggPlant.EggplantVirtualUser
-
INTERNAL USE ONLY.
- EggplantVirtualUserInitialiser - Class in com.facilita.fc.eggPlant
- EggplantVirtualUserInitialiser() - Constructor for class com.facilita.fc.eggPlant.EggplantVirtualUserInitialiser
- EggplantVirtualUserInterface - Interface in com.facilita.fc.eggPlant
-
Describes the methods that can be called in an
EggplantVirtualUserScript
or customEggplantVirtualUser
. - EggplantVirtualUserScript - Class in com.facilita.fc.eggPlant
-
An eggPlant VirtualUserScript.
- EggplantVirtualUserScript() - Constructor for class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- EggplantVUWatcher - Class in com.facilita.fc.eggPlant
- EggplantVUWatcher(EggplantResultsFolderWatcher, EggplantVirtualUser) - Constructor for class com.facilita.fc.eggPlant.EggplantVUWatcher
- end() - Method in class com.facilita.fc.web.Request
-
Ends this request - this method should be called when either
Request.sendTopLevel()
orRequest.sendSubRequests(Response)
has been called. - endEggplantSession() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- endEggplantSession() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
End the current eggPlant session.
- endEggplantSession() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- endRequest(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- endRequest(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
For internal use only.
- endRequest(String, MetricCollection) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- endRequest(String, MetricCollection) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
For internal use only.
- endRequest(String, MetricCollection, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- endTiming(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end timing event to the VU event log.
- endTiming(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an end timing event to the VU event log.
- endTiming(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end timing event to the VU event log, specifying whether the timing passed.
- endTiming(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an end timing event to the VU event log, specifying whether the timing passed.
- endTiming(String, boolean, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end timing event to the VU event log, specifying whether the timing passed.
- endTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end transaction event to the VU event log.
- endTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an end transaction event to the VU event log.
- endTransaction(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end transaction event to the VU event log, specifying whether the transaction passed.
- endTransaction(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an end transaction event to the VU event log, specifying whether the transaction passed.
- endTransaction(String, boolean, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end transaction event to the VU event log, specifying whether the transaction passed, and specifying a
tag
which appears in the Info column. - endTransaction(String, boolean, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an end transaction event to the VU event log, specifying whether the transaction passed, and specifying a
tag
which appears in the Info column. - endTransaction(String, boolean, String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an end transaction event to the VU event log, specifying whether the transaction passed, and specifying a
tag
which appears in the Info column. - equals(Object) - Method in class com.facilita.fc.eggPlant.Point
- equals(Object) - Method in class com.facilita.fc.eggPlant.Rectangle
- equals(Object) - Method in class com.facilita.fc.eggPlant.Size
- error(Exception) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an error message to the VU event log, which will consist of the details of the specified Exception.
- error(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an error message to the VU event log.
- error(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an error message to the VU event log.
- error(String, Exception) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an error message to the VU event log, which will include the stack trace of the specified
Exception
. - error(String, Exception) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an error message to the VU event log, which will include the stack trace of the specified
Exception
. - error(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an error message to the VU event log, specifying an identifier which appears in the ID column.
- error(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an error message to the VU event log, specifying an identifier which appears in the ID column.
- error(String, String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an error message and an image link to the VU event log, specifying an identifier which appears in the ID column.
- error(String, String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an error message and an image link to the VU event log, specifying an identifier which appears in the ID column.
- error(Throwable) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an error message to the VU event log, which will consist of the details of the specified Exception.
- ERROR_CODE - com.facilita.fc.web.HttpStatusCategory
-
To treat the specified HTTP status code as error code
- ErrorMessage() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
The value of any error message logged for the script
- Errors() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
A count of errors logged for that run.
- EveryImageLocation(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- EveryImageLocation(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get a list of image locations.
- EveryImageLocation(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- EveryImageRectangle(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- EveryImageRectangle(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get a list of image rectangles.
- EveryImageRectangle(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- Exceptions() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
A count of the eggPlant caught and uncaught exceptions raised
- excludeContentTypeFromCache(String) - Method in class com.facilita.fc.web.WebBrowser
-
Adds a Content-Type for which cached content is not stored.
- execute(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- execute(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Execute some eggPlant script code on the SUT.
- execute(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- executeCommand() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- executeCommand(VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- ExecutionFlags - Enum in com.facilita.fc.runtime.backgroundScripting
-
Values from the enumeration can be used in combination as bitwise flags to control execution of the background script.
- EXIT_CODE_INSUFFICIENT_LICENSES - Static variable in class com.facilita.fc.eggPlant.EggplantDriveRunner
- exitVU() - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of this Virtual User.
- exitVU() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of this Virtual User.
- exitVU(boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of this Virtual User, specifying whether the script completed successfully.
- exitVU(boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of this Virtual User, specifying whether the script completed successfully.
- exitVU(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of this Virtual User, specifying whether the script completed successfully and a message to display at the end of the event log.
- exitVU(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of this Virtual User, specifying whether the script completed successfully and a message to display at the end of the event log.
- expandEnvironmentVariables(String) - Static method in class com.facilita.util.StringUtils
-
Expands any environment variables in the specified text.
- extract(ExtractionCursor, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found. - extract(ExtractionCursor, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
before
andafter
string objects. - extract(ExtractionCursor, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
before
andafter
string objects, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, String, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying what action to take in case of failure. - extract(ExtractionCursor, String, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
before
andafter
string objects specifying what action to take in case of failure. - extract(ExtractionCursor, String, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, specifying whether the search will be case-sensitive, and specifying what action to take in case of failure. - extract(ExtractionCursor, String, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
before
andafter
string objects, specifying whether the search will be case-sensitive, and what action to take in case of failure. - extract(ExtractionCursor, String, String, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found. - extract(ExtractionCursor, String, String, SearchFlags, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, String, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning thedefaultValue
if they cannot be found. - extract(ExtractionCursor, String, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
before
andafter
string objects - returning thedefaultValue
if they cannot be found. - extract(ExtractionCursor, String, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning thedefaultValue
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, String, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
before
andafter
string objects - returning thedefaultValue
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, List<String>, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found. - extract(ExtractionCursor, List<String>, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified list of
before
andafter
string objects. - extract(ExtractionCursor, List<String>, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, List<String>, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified list of
before
andafter
string objects, specifying whether the search will be case-sensitive. - extract(ExtractionCursor, List<String>, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying what action to take in case of failure. - extract(ExtractionCursor, List<String>, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified list of
before
andafter
string objects, and specifying what action to take in case of failure. - extract(ExtractionCursor, List<String>, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found, specifying whether the search will be case-sensitive, and what action to take in case of failure. - extract(ExtractionCursor, List<String>, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified list of
before
andafter
string objects, specifying whether the search will be case-sensitive, and specifying what action to take in case of failure. - extract(ExtractionCursor, List<String>, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning thedefaultValue
if they cannot be found. - extract(ExtractionCursor, List<String>, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified list of
before
andafter
string objects - returning thedefaultValue
if they cannot be found. - extract(ExtractionCursor, List<String>, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning thedefaultValue
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(ExtractionCursor, List<String>, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified list of
before
andafter
string objects - returning thedefaultValue
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found. - extract(String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(String, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying what action to take in case of failure. - extract(String, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, specifying whether the search will be case-sensitive, and specifying what action to take in case of failure. - extract(String, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning thedefaultValue
if they cannot be found. - extract(String, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning thedefaultValue
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(List<String>, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found. - extract(List<String>, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying whether the search will be case-sensitive. - extract(List<String>, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found, specifying whether the search will be case-sensitive, and what action to take in case of failure. - extract(List<String>, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning an emptyString
if they cannot be found, specifying whether the search will be case-sensitive, and what action to take in case of failure. - extract(List<String>, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning thedefaultValue
if they cannot be found. - extract(List<String>, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified list of
before
andafter
String
objects - returning thedefaultValue
if they cannot be found, and specifying whether the search will be case-sensitive. - extractForm(int) - Method in class com.facilita.fc.web.Response
-
Extracts the nth HTML
Form
from the response content. - extractForm(int, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts the nth HTML
Form
from the response content, and takes the specifiedfailAction
if no matching form can be found. - extractForm(String) - Method in class com.facilita.fc.web.Response
-
Extracts an HTML
Form
with the specifiedformName
from the response content. - extractForm(String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts an HTML
Form
with the specifiedformName
from the response content, and takes the specifiedfailAction
if no matching form can be found. - extractForms() - Method in class com.facilita.fc.web.Response
-
Extracts all the HTML
Form
objects from the response content. - extractFromEnd(ExtractionCursor, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, ActionType, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content, starting from the end.
- extractFromEnd(ExtractionCursor, String, String, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, ActionType, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content starting from the end.
- extractFromEnd(ExtractionCursor, List<String>, String, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, ActionType, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(String, String, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content, starting from the end.
- extractFromEnd(List<String>, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, ActionType, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- extractFromEnd(List<String>, String, String, boolean, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content starting from the end.
- ExtractionCursor - Class in com.facilita.fc.jni
-
Stores details of an extraction from a
Response
. - ExtractionCursor() - Constructor for class com.facilita.fc.jni.ExtractionCursor
-
Creates an
ExtractionCursor
object. - ExtractionCursor(long, boolean) - Constructor for class com.facilita.fc.jni.ExtractionCursor
-
For internal use only.
- extractList(ExtractionCursor, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, SearchFlags, String) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, SearchFlags, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, SearchFlags, String, boolean, int) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, String) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(ExtractionCursor, String, String, String, boolean, int) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(String, String) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
. - extractList(String, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
, specifying whether the search should be case-sensitive. - extractList(String, String, boolean, int) - Method in class com.facilita.fc.web.Response
-
Extracts a list of items from this
Response
, specifying whether the search should be case-sensitive, and the maximum number of items to extract. - extractRegExp(ExtractionCursor, String) - Method in class com.facilita.fc.web.Response
-
Extracts multiple
String
objects from the response content, wherever the specified regular expression matches. - extractRegExp(ExtractionCursor, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts multiple string objects from the message content, wherever the specified regular expression matches.
- extractRegExp(ExtractionCursor, String, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts multiple
String
objects from the response content, wherever the specified regular expression matches, and specifying whether the search will be case-sensitive. - extractRegExp(ExtractionCursor, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts multiple string objects from the message content, wherever the specified regular expression matches, and specifying whether the search will be case-sensitive.
- extractRegExp(ExtractionCursor, String, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
beforeRegExp
andafterRegExp
string objects - returning an empty string if they cannot be found. - extractRegExp(ExtractionCursor, String, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
beforeRegExp
andafterRegExp
string objects - returning an empty string if they cannot be found, and specifying whether the search will be case-sensitive. - extractRegExp(ExtractionCursor, String, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
beforeRegExp
andafterRegExp
string objects - returning an empty string if they cannot be found, and specifying the action to take on failure. - extractRegExp(ExtractionCursor, String, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Extracts text from the message content - everything between (but not including) the specified
beforeRegExp
andafterRegExp
string objects - returning an empty string if they cannot be found, specifying whether the search will be case-sensitive, and specifying the action to take on failure. - extractRegExp(ExtractionCursor, String, String, SearchFlags) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found. - extractRegExp(ExtractionCursor, String, String, SearchFlags, boolean) - Method in class com.facilita.fc.web.Response
-
Extracts text from the response content - everything between (but not including) the specified
before
andafter
String
objects - returning an emptyString
if they cannot be found, and specifying whether the search will be case-sensitive. - extractWasSuccessful() - Method in class com.facilita.fc.web.Form
-
Returns
true
if this form was successfully extracted from aResponse
using theResponse.extractForm(int)
method. - extractXPath(String, ActionType) - Method in class com.facilita.fc.web.Response
-
Returns a string object from the HTML or XML response content that matches the given XPath expression.
F
- fail(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a fail event to the VU event log.
- fail(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a fail event to the VU event log.
- failAction(ActionType, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Takes the specified
action
, using the specified errormsg
. - failTiming(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a fail timing event to the VU event log.
- failTiming(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a fail timing event to the VU event log.
- failTiming(String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a fail timing event to the VU event log.
- failTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a fail transaction event to the VU event log.
- failTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a fail transaction event to the VU event log.
- failTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a fail transaction event to the VU event log, specifying a
tag
which appears in the Info column. - failTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a fail transaction event to the VU event log, specifying a
tag
which appears in the Info column. - failTransaction(String, String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a fail transaction event to the VU event log, specifying a
tag
which appears in the Info column. - Faulted - com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- FCException - Exception in com.facilita.exception
-
An
Exception
thrown by the eggPlant Performance engine. - FCException() - Constructor for exception com.facilita.exception.FCException
- FCException(String) - Constructor for exception com.facilita.exception.FCException
- file - com.facilita.fc.web.InputElement.InputElementType
-
Represents a file selector, usually displayed as a Choose File button which opens a standard file dialog when clicked.
- FileElement - Class in com.facilita.fc.web
-
Represents an
InputElement
which is a file select control. - FileElement(long, boolean) - Constructor for class com.facilita.fc.web.FileElement
-
For internal use only.
- FileElement(String) - Constructor for class com.facilita.fc.web.FileElement
-
Creates a
FileElement
object with the specified name - finalSequence() - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of the current script and then executes the scripts in the final section of the current workflow.
- finalSequence() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of the current script and then executes the scripts in the final section of the current workflow.
- find(int) - Static method in class com.facilita.fc.web.HttpStatus
-
Finds the
HttpStatus
with the specifiedcode
. - find(ExtractionCursor, String) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
. - find(ExtractionCursor, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage - find(ExtractionCursor, String, boolean) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, specifying whether the search will be case-sensitive. - find(ExtractionCursor, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, specifying whether the search will be case-sensitive. - find(ExtractionCursor, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, specifying what action to take in case of failure. - find(ExtractionCursor, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, and what action to take in case of failure. - find(ExtractionCursor, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, specifying whether the search will be case-sensitive, and what action to take in case of failure. - find(ExtractionCursor, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, specifying whether the search will be case-sensitive, and what action to take in case of failure. - find(String) - Static method in enum com.facilita.fc.web.HttpMethod
-
Converts a
String
into anHttpMethod
object. - find(String) - Static method in class com.facilita.fc.web.HttpStatus
-
Finds the
HttpStatus
with the specifiedcode
. - find(String) - Static method in enum com.facilita.fc.web.Protocol
-
Finds the Protocol object with the specified
name
- findElement(By) - Method in class com.facilita.fc.selenium.WebDriver
-
Find the first
WebElement
using the given method. - findElement(By) - Method in class com.facilita.fc.selenium.WebElement
-
Find the first WebElement using the given method.
- findElements(By) - Method in class com.facilita.fc.selenium.WebDriver
-
Find all elements within the current page using the given mechanism.
- findElements(By) - Method in class com.facilita.fc.selenium.WebElement
-
Find all elements within the current context using the given mechanism.
- findInbetween(String, String, String, boolean) - Static method in class com.facilita.util.StringUtils
-
Searches for two
String
objects intext
and returns the text between them, or an empty string if the patterns could not be matched. - finishIterating() - Method in class com.facilita.fc.runtime.VirtualUser
-
Prevents further iterations of the iterated sequence of scripts for this Virtual User.
- finishIterating() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Prevents further iterations of the iterated sequence of scripts for this Virtual User.
- finishIteratingRequested() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if this Virtual User has been requested to finish iterating. - finishIteratingRequested() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if this Virtual User has been requested to finish iterating. - FireFox - com.facilita.fc.selenium.WebDriverType
- first(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Reads the first value from the specified value list in the Shared Data Server.
- flushEventLog() - Method in class com.facilita.fc.runtime.VirtualUser
-
Flushes the event log to disk.
- flushEventLog() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Flushes the event log to disk.
- Form - Class in com.facilita.fc.web
-
Represents an HTML form.
- Form() - Constructor for class com.facilita.fc.web.Form
-
Creates a new blank
Form
object containing noHtmlElement
objects. - Form(long, boolean) - Constructor for class com.facilita.fc.web.Form
-
For internal use only.
- Form(Form) - Constructor for class com.facilita.fc.web.Form
-
Creates a new
Form
object which is an exact copy of the specifiedForm
. - formatDateTime(String) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Duration) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time, offset by a specified Duration, to its equivalent string representation using the specified format.
- formatDateTime(String, Duration) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time, offset by a specified Duration, to its equivalent string representation using the specified format.
- formatDateTime(String, Duration, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Duration, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Duration, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Duration, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Duration, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Duration, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Duration, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, LocalDateTime, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts a LocalDateTime object to its equivalent string representation using the specified format.
- formatDateTime(String, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, ZoneId) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, ZoneId, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Locale) - Static method in class com.facilita.fc.runtime.VirtualUser
-
Converts the current date/time to its equivalent string representation using the specified format.
- formatDateTime(String, Locale) - Static method in class com.facilita.fc.runtime.VirtualUserScript
-
Converts the current date/time to its equivalent string representation using the specified format.
- forward() - Method in class com.facilita.fc.selenium.Navigation
-
Move a single "item" forward in the browser's history.
- FoundImageInfo() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- FoundImageInfo() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get information about the last image we found.
- FoundImageInfo() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- FoundImageLocation() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- FoundImageLocation() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the location of the last image we found.
- FoundImageLocation() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- FoundImageNumber() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- FoundImageNumber() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the number of the last image found.
- FoundImageNumber() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- fromString(String) - Static method in class com.facilita.fc.eggPlant.Color
-
Creates a
Color
object from a string in the form "r,g,b" - fromString(String) - Static method in class com.facilita.fc.runtime.Metric
-
Initializes an instance of the Metric class, from the passed String value.
- fromString(String) - Static method in class com.facilita.fc.runtime.MetricCollection
-
Initialises an instance of the MetricCollection class, from the specified text.
G
- G() - Method in class com.facilita.fc.eggPlant.Color
-
Returns the green component of this
Color
. - get(int) - Method in class com.facilita.fc.jni.RegExpMatchList
-
Gets the nth match in the list.
- get(int) - Method in class com.facilita.fc.web.QueryData
-
Gets the
NameValuePair
at the specifiedindex
in the list. - get(String) - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Gets the Object in the connection property list with a particular key.
- get(String) - Method in class com.facilita.fc.eggPlant.EggplantReturnData
-
Gets the object in the data returned by the call to eggPlant.
- get(String) - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Gets the object with the given key.
- get(String) - Method in class com.facilita.fc.eggPlant.ScriptResults
-
Gets the object with the given key.
- get(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a reference to an
Object
held in the dictionary. - get(String) - Method in class com.facilita.fc.runtime.MetricCollection
-
Retrieves a metric from this collection.
- get(String) - Method in class com.facilita.fc.runtime.VirtualUser
- get(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- get(String) - Method in class com.facilita.fc.selenium.WebDriver
-
Load a new web page in the current browser window.
- get(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Reads the value associated with the specified
key
in the Shared Data Server. - get(String, Object) - Method in class com.facilita.fc.runtime.VirtualUser
- get(String, Object) - Method in class com.facilita.fc.runtime.VirtualUserScript
- get(String, T) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns an
Object
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - GET - com.facilita.fc.web.HttpMethod
-
Represents the HTTP GET method.
- getAccessType() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the
dwAccessType
parameter to be passed toInternetOpen()
used by WinInet/WinHTTP. - getAction() - Method in class com.facilita.fc.web.Form
-
Gets the location to send the form data when the
Form
is submitted. - getAdditionalArgs() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get an array of additional arguments to send.
- getAfterEndTagPosition() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the character offset into the HTML document at which the 1st character (not including < > tag characters) in this HTML element appears.
- getAfterStartTagPosition() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the character offset into the HTML document at which the 1st character (not including < > tag characters) in this HTML element appears.
- getAll() - Static method in class com.facilita.fc.jni.IpEndPoint
-
Returns an
IpEndPoint
object which has the IP address that represents all IP addresses (usually only used in server scripts). - getAnchor(int, ActionType) - Method in class com.facilita.fc.web.Response
-
Gets the nth anchor in this
Response
. - getAny() - Static method in class com.facilita.fc.jni.IpEndPoint
-
Returns a wildcard
IpEndPoint
object. - getAsXml() - Method in class com.facilita.fc.web.WebSocketMessage
-
Gets an XML DOM representation of this message.
- getAttribute(String) - Method in class com.facilita.fc.selenium.WebElement
-
Get the value of a the given attribute of the element.
- getAttribute(String) - Method in class com.facilita.fc.web.HtmlElement
-
Gets the value of the specified attribute, or an empty
String
if the attribute is not contained within this HTML element. - getAttributes() - Method in class com.facilita.fc.web.HtmlElement
-
Gets all the attributes contained in this
HtmlElement
as aMap
of attribute names to values. - getBackgroundScriptID() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the script ID, which was provided when this script was started as a background script.
- getBackgroundScriptIDs() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a list of currently registered with the VU background script IDs.
- getBackgroundScriptIDs() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a list of currently registered wtih the VU background script IDs.
- getBackgroundScriptStatus(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a status of the given background script.
- getBackgroundScriptStatus(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a status of the given background script.
- getBoolean(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
boolean
value held in the dictionary. - getBoolean(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getBoolean(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getBoolean(String, boolean) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
boolean
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getBoolean(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
- getBoolean(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getBroadcast() - Static method in class com.facilita.fc.jni.IpEndPoint
-
Returns an
IpEndPoint
object which has an IP address that represents the broadcast address. - getBufferSize() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the size of the buffer used when reading TCP data from a socket.
- getBytesDownloaded() - Method in class com.facilita.fc.web.Response
-
Gets the number of bytes downloaded from the server.
- getCachedContentTypeDirectories() - Method in class com.facilita.fc.web.WebBrowser
-
Gets a list of all Content-Type media types for which cached content is stored.
- getCachedContentTypeExclusions() - Method in class com.facilita.fc.web.WebBrowser
-
Gets a list of all Content-Types for which cached content is not stored.
- getCacheInMemoryContentLimit() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the maximum size of resources that can be cached in memory.
- getCertificateDisplay() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if client certificate names will be written to the event log. - getCertificateStoreName() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the name of the system certificate store in which to search for client certificates.
- getCertificateSubject() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the subject to search for when selecting a client certificate.
- getCertLocation() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the location folder or file path for a client certificate.
- getCharactersAllowedInPostedForm() - Method in class com.facilita.fc.web.Request
-
Gets the characters that will NOT be percent-encoded when a
Form
is sent to the web server using a POST request. - getCharEncoding() - Method in class com.facilita.fc.web.CachedResponse
-
Gets the character encoding that is used to decode the data contained in this
CachedResponse
, for example"UTF-8"
. - getCharEncoding() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the character encoding that is used to decode the data contained in this
HtmlElement
, for example"UTF-8"
. - getCharEncoding() - Method in class com.facilita.fc.web.Response
-
Gets the character encoding that is used to decode the data contained in this
Response
, for example"UTF-8"
. - getCharEncoding() - Method in class com.facilita.fc.web.WebSocketMessage
-
Gets the encoding to use to decode text in this message.
- getCharSet() - Method in class com.facilita.fc.web.Response
-
Gets the value of the
"charset"
parameter specified in the"Content-Type"
HTTP response header. - getChunkSize() - Method in class com.facilita.fc.web.Request
-
Gets the size in bytes of the chunk size to use when sending data using Transfer-Encoding: chunked
- getCode() - Method in exception com.facilita.exception.FCException
- getCode() - Method in enum com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- getColorDepth() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the color depth of the SUT in the Viewer window: 8, 16, 32.
- getConnectionsPerServer() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the maximum number of connections allowed per server for a WinHTTP handler.
- getConnectionType() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the connection method to use to connect to the SUT.
- getConnectionType(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Gets the
ConnectionType
in use. - getConnectRetries() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the number of times to attempt to connect to a web server before reporting a failure.
- getConnectTimeout() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the time in milliseconds to wait for a TCP connection to be opened, before reporting a failure.
- getContent() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the content of this HTML element.
- getContent() - Method in class com.facilita.fc.web.Response
-
Gets the content of this
Response
, using the current encoding (as defined byResponse.getCharEncoding()
) to decode the data. - getContentAsJson() - Method in class com.facilita.fc.web.Response
-
Gets an org.json.simple JSON object representation of this Response.
- getContentAsXml() - Method in class com.facilita.fc.web.Response
-
Gets an XML DOM representation of this
Response
. - getContentEncoding() - Method in class com.facilita.fc.web.Response
-
Gets the value of the
"Content-Encoding"
HTTP response header. - getContentLength() - Method in class com.facilita.fc.web.Response
-
Gets the length in bytes of the response content.
- getContentPosition() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the character offset into the HTML document at which this HTML element's content starts.
- getContentType() - Method in class com.facilita.fc.web.CachedResponse
-
Gets the value of the
"Content-Type"
HTTP header. - getContentType() - Method in class com.facilita.fc.web.Request
-
Gets the value of the
"Content-Type"
HTTP header. - getContentType() - Method in class com.facilita.fc.web.Response
-
Gets the value of the
"Content-Type"
HTTP response header. - getContentType() - Method in class com.facilita.fc.web.WebSocket
-
Gets the value of the
"Content-Type"
HTTP header. - getContentTypeFragments() - Method in class com.facilita.fc.web.Request
-
Gets a list of all the Content-Type fragments for which the content of sub-request responses will be kept.
- getContentUrlFragments() - Method in class com.facilita.fc.web.Request
-
Gets a list of all the URL fragments for which the content of sub-request responses will be kept.
- getContextState() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal user only
- getCookiesSupported() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if cookies will be handled automatically. - getCookieValue(String, String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Gets the value of the specified cookie, at the specified
domain
andpath
. - getCount() - Method in class com.facilita.fc.web.QueryData
-
Gets the number of name/value pairs in the list.
- getCPtr(ExtractionCursor) - Static method in class com.facilita.fc.jni.ExtractionCursor
-
For internal use only.
- getCPtr(IpEndPoint) - Static method in class com.facilita.fc.jni.IpEndPoint
-
For internal use only.
- getCPtr(RegExpMatch) - Static method in class com.facilita.fc.jni.RegExpMatch
-
For internal use only.
- getCPtr(RegExpMatchList) - Static method in class com.facilita.fc.jni.RegExpMatchList
-
For internal use only.
- getCPtr(CachedResponse) - Static method in class com.facilita.fc.web.CachedResponse
-
For internal use only.
- getCPtr(Coder) - Static method in class com.facilita.fc.web.Coder
-
For internal use only.
- getCPtr(ConcurrentRequestSender) - Static method in class com.facilita.fc.web.ConcurrentRequestSender
-
For internal use only.
- getCPtr(FileElement) - Static method in class com.facilita.fc.web.FileElement
-
For internal use only.
- getCPtr(Form) - Static method in class com.facilita.fc.web.Form
-
For internal use only.
- getCPtr(HtmlElement) - Static method in class com.facilita.fc.web.HtmlElement
-
For internal use only.
- getCPtr(HttpStatus) - Static method in class com.facilita.fc.web.HttpStatus
-
For internal use only.
- getCPtr(ImageButtonElement) - Static method in class com.facilita.fc.web.ImageButtonElement
-
For internal use only.
- getCPtr(InputElement) - Static method in class com.facilita.fc.web.InputElement
-
For internal use only.
- getCPtr(NameValuePair) - Static method in class com.facilita.fc.web.NameValuePair
-
For internal use only.
- getCPtr(OffsetEditSequence) - Static method in class com.facilita.fc.web.OffsetEditSequence
-
For internal use only.
- getCPtr(OptionElement) - Static method in class com.facilita.fc.web.OptionElement
-
For internal use only.
- getCPtr(QueryData) - Static method in class com.facilita.fc.web.QueryData
-
For internal use only.
- getCPtr(Request) - Static method in class com.facilita.fc.web.Request
-
For internal use only.
- getCPtr(Response) - Static method in class com.facilita.fc.web.Response
-
For internal use only.
- getCPtr(SelectElement) - Static method in class com.facilita.fc.web.SelectElement
-
For internal use only.
- getCPtr(TextAreaElement) - Static method in class com.facilita.fc.web.TextAreaElement
-
For internal use only.
- getCPtr(Url) - Static method in class com.facilita.fc.web.Url
-
For internal use only.
- getCPtr(WebBrowser) - Static method in class com.facilita.fc.web.WebBrowser
-
For internal use only.
- getCPtr(WebSocket) - Static method in class com.facilita.fc.web.WebSocket
-
For internal use only.
- getCPtr(WebSocketMessage) - Static method in class com.facilita.fc.web.WebSocketMessage
-
For internal use only.
- getCssValue(String) - Method in class com.facilita.fc.selenium.WebElement
-
Get the value of a given CSS property.
- getCurrentIteration() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of the iteration that this Virtual User is currently executing (beginning at 1).
- getCurrentIteration() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of the iteration that this Virtual User is currently executing (beginning at 1).
- getCurrentScript() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the currently-executing script.
- getCurrentTimeInXml() - Static method in class com.facilita.fc.runtime.VirtualUser
- getCurrentTimeInXml() - Static method in class com.facilita.fc.runtime.VirtualUserScript
- getCurrentTransaction() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the name of the transaction that is currently in progress.
- getCurrentTransaction() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the name of the transaction that is currently in progress.
- getCurrentUrl() - Method in class com.facilita.fc.selenium.WebDriver
-
Get a string representing the current URL that the browser is looking at.
- getDataDictionary() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the Data Dictionary belonging to this
VirtualUser
. - getDataDictionary() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the Data Dictionary belonging to this
VirtualUser
. - getDataDictionary(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the Data Dictionary named with the specified
key
and assigned to the Virtual User in eggPlant Performance Studio. - getDataDictionary(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the Data Dictionary named with the specified
key
and assigned to the Virtual User in eggPlant Performance Studio. - getDataPath() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the path to the data folder.
- getDataPath() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the path to the data folder.
- getDataTable(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the specified Data Table.
- getDataTable(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the specified Data Table.
- getDefaultCharactersAllowedInPostedForm() - Static method in class com.facilita.fc.web.Coder
-
Gets a
String
containing all the characters that, by default, are allowed to be posted in aForm
. - getDefaultCharactersAllowedInPostedForm() - Method in class com.facilita.fc.web.WebBrowser
-
Get the characters that, by default, will NOT be percent-encoded when a
Form
is sent to the web server using a POST request. - getDefaultConnectionIdleTimeout() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the time in milliseconds after which a TCP connection is considered to be idle, and automatically closed.
- getDefaultContentTypeFragments() - Method in class com.facilita.fc.web.WebBrowser
-
Gets a list of all the Content-Type fragments for which the content of sub-request responses will be kept by default for any subsequent
Request
objects created by thisWebBrowser
. - getDefaultContentUrlFragments() - Method in class com.facilita.fc.web.WebBrowser
-
Gets a list of all the URL fragments for which the content of sub-request responses will be kept by default for any subsequent
Request
objects created by thisWebBrowser
. - getDefaultFollowRedirects() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if redirects will automatically be followed forRequest
objects created by thisWebBrowser
. - getDefaultHeaderKeys() - Method in class com.facilita.fc.web.WebBrowser
-
Gets a list of names of all the default HTTP request headers that will be set for every subsequent
Request
object created by thisWebBrowser
. - getDefaultHeaderValue(String) - Method in class com.facilita.fc.web.WebBrowser
-
Gets the value of the specified default HTTP header.
- getDefaultIncludeQueryDataInLabels() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if URLs with different query data should be considered different from each other by default. - getDefaultKeepAllSubRequestContent() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if the content of responses to sub-requests will be kept, for any subsequentRequest
objects created by thisWebBrowser
. - getDefaultKeepContent() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if the content of responses will be kept, for any subsequentRequest
objects created by thisWebBrowser
. - getDefaultRetrieveSubRequests() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if sub-requests will be retrieved for any subsequentRequest
objects created by thisWebBrowser
. - getDefaultSubRequestThreadCount() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the number of threads that will be used to fetch sub-requests from the web server, for any subsequent
Request
objects created by thisWebBrowser
. - getDefaultTimeEveryHttpRequest() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if sub-requests will be timed as well as top-level HTTP requests, for any subsequentRequest
objects created by thisWebBrowser
. - getDefaultUnsafeCharacters() - Static method in class com.facilita.fc.web.Coder
-
Gets a
String
containing the characters that, by default, are considered to be unsafe and must be percent-encoded. - getDefaultUserAgent() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the value that the
"User-Agent"
HTTP header defaults to inRequest
objects created by thisWebBrowser
. - getDefaultVersion() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the HTTP version as a
String
, as set by default for any subsequentRequest
objects created by thisWebBrowser
. - getDirectoryPath() - Method in class com.facilita.fc.web.Url
-
Gets the directory components of the path in this
Url
, excluding the filename. - getDnsRetries() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the number of times that eggPlant Performance will retry a DNS lookup in the event of failure.
- getDnsTimeout() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the time in milliseconds before a DNS lookup will time-out.
- getDouble(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
double
value held in the dictionary. - getDouble(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getDouble(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getDouble(String, double) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
double
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getDouble(String, double) - Method in class com.facilita.fc.runtime.VirtualUser
- getDouble(String, double) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getDriverType() - Method in class com.facilita.fc.selenium.WebDriver
-
Get the driver type of this instance (e.g.
- getEggPlantDrivePort() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- getEggPlantDrivePort() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Gets the port that eggPlant Drive is running on.
- getEggPlantDrivePort() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- getEggplantHome() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
-
Get the location at which eggPlant is installed on this injector.
- getEggplantLicenseHost() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- getElapsedTime() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the elapsed time since the beginning of the test, in milliseconds.
- getElapsedTime() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the elapsed time since the beginning of the test, in milliseconds.
- getElementCount() - Method in class com.facilita.fc.web.Form
-
Gets the number of
HtmlElement
objects in thisForm
. - getEnableOptionalClientCertificates() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if client certificates can be optional, in case the server requests a client certificate but doesn't require one. - getEncodedPathAndQuery() - Method in class com.facilita.fc.web.Url
-
Gets the section of the URL used in an HTTP request.
- getEncType() - Method in class com.facilita.fc.web.Form
-
Gets the encoding type for this
Form
. - getErrorMessage() - Method in class com.facilita.fc.jni.ExtractionCursor
-
Gets the error message that was set for an unsuccessful extract.
- getFileElement(String) - Method in class com.facilita.fc.web.Form
-
Gets the
FileElement
with the specifiedname
. - getFileElement(String, String) - Method in class com.facilita.fc.web.Form
- getFileName() - Method in class com.facilita.fc.web.Url
-
Gets the name of the file at the end of the path in this
Url
. - getFilesDataPath() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the path of the
data\Files
folder. - getFilesDataPath() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the path of the
data\Files
folder. - getFloat(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
float
value held in the dictionary. - getFloat(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getFloat(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getFloat(String, float) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
float
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getFloat(String, float) - Method in class com.facilita.fc.runtime.VirtualUser
- getFloat(String, float) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getFollowRedirects() - Method in class com.facilita.fc.web.Request
-
Returns
true
if redirects will automatically be followed for thisRequest
. - getGroupSize() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of Virtual Users in the group that this Virtual User belongs to.
- getGroupSize() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of Virtual Users in the group that this Virtual User belongs to.
- getGroupSize(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of Virtual Users in the specified Virtual User group.
- getGroupSize(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of Virtual Users in the specified Virtual User group.
- getGroupSizes() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of Virtual Users in each Virtual User group.
- getGroupSizes() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of Virtual Users in each Virtual User group.
- getHeaderKeys() - Method in class com.facilita.fc.web.CachedResponse
-
Gets a list of names of all the HTTP response headers set in this
CachedResponse
. - getHeaderKeys() - Method in class com.facilita.fc.web.Request
-
Gets a list of names of all the HTTP request headers set in this
Request
. - getHeaderKeys() - Method in class com.facilita.fc.web.Response
-
Gets a list of names of all the HTTP response headers set in this
Response
. - getHeaderKeys() - Method in class com.facilita.fc.web.WebSocket
-
Gets a list of names of all the HTTP request headers set in this Request.
- getHeaders() - Method in class com.facilita.fc.web.CachedResponse
-
Gets the HTTP response headers for this
CachedResponse
. - getHeaderValue(String) - Method in class com.facilita.fc.web.CachedResponse
-
Gets the value of the specified HTTP response header.
- getHeaderValue(String) - Method in class com.facilita.fc.web.Request
-
Gets the value of the specified HTTP request header.
- getHeaderValue(String) - Method in class com.facilita.fc.web.Response
-
Gets the value of an HTTP response header contained in this
Response
. - getHeaderValue(String) - Method in class com.facilita.fc.web.WebSocket
-
Gets the value of the specified HTTP request header.
- getHeaderValue(String, int) - Method in class com.facilita.fc.web.Response
-
Gets the value of the nth instance of an HTTP response header contained in this
Response
. - getHeight() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
For RDP connection types only, specifies the height of the Viewer window in pixels.
- getHostFilteringMode() - Method in class com.facilita.fc.web.WebBrowser
-
Get the
HostFilteringMode
. - getHtmlElement(int) - Method in class com.facilita.fc.web.Form
-
Gets the nth
HtmlElement
object in this form. - getHtmlElement(String) - Method in class com.facilita.fc.web.Form
-
Gets the
HtmlElement
with the specifiedname
. - getHtmlElement(String, String) - Method in class com.facilita.fc.web.Form
- getHttpStatusCategory(HttpStatus) - Method in class com.facilita.fc.web.Request
-
Returns the registered status category for the given HTTP status.
- getId() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the value of the
"id"
attribute for this HTML element. - getID() - Method in class com.facilita.fc.web.Request
-
Gets the unique ID that has been assigned to this
Request
. - getID() - Method in class com.facilita.fc.web.WebSocket
-
Gets the unique ID that has been assigned to this WebSocket.
- getIgnoredSubRequests() - Method in class com.facilita.fc.web.Request
-
Gets the list of sub-requests that will be ignored when fetching sub-requests from the web server.
- getIncludeQueryDataInLabels() - Method in class com.facilita.fc.web.Request
-
Returns
true
if URLs with different query data should be considered different from each other for analysis purposes. - getIndex() - Method in class com.facilita.fc.jni.ExtractionCursor
-
Gets the offset into the
Response
at which the extracted text was found. - getIndex() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the index number of this Virtual User within the Virtual User group that it belongs to.
- getIndex() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the index number of this Virtual User within the Virtual User group that it belongs to.
- getIndex() - Method in class com.facilita.fc.web.Form
-
Gets the zero-based index of this form within the
Response
from which it was extracted. - getIndexForEngineGroup() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- getInitialDelay() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the initial delay for this Virtual User, between the start of the test and the start of the first script execution.
- getInitialDelay() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the initial delay for this Virtual User, between the start of the test and the start of the first script execution.
- getInjectorFamilyName() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns the injector family name
- getInjectorFamilyName() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns the injector family name
- getInjectorName() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns the injector machine name
- getInjectorName() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns the injector machine name
- getInputElement(String) - Method in class com.facilita.fc.web.Form
-
Gets the
InputElement
with the specifiedname
. - getInputElement(String, String) - Method in class com.facilita.fc.web.Form
- getInt(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns an
int
value held in the dictionary. - getInt(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getInt(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getInt(String, int) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns an
int
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getInt(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Reads an
integer
value associated with the specifiedkey
in the Shared Data Server. - getInt(String, int) - Method in class com.facilita.fc.runtime.VirtualUser
- getInt(String, int) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getInteger(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
java.lang.Integer
value held in the dictionary. - getInteger(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getInteger(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getInteger(String, Integer) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
java.lang.Integer
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getInteger(String, Integer) - Method in class com.facilita.fc.runtime.VirtualUser
- getInteger(String, Integer) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getIpEndPoint() - Method in class com.facilita.fc.web.Url
-
Gets the
IpEndPoint
pointed to by thisUrl
. - getIsStopped() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Internal use only.
- getIteration() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of the iteration that this Virtual User is currently executing (beginning at 0).
- getIteration() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of the iteration that this Virtual User is currently executing (beginning at 0).
- getIterationDelay() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the delay time in milliseconds between iterations of the repeated sequence of scripts.
- getIterationDelay() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the delay time in milliseconds between iterations of the repeated sequence of scripts.
- getIterationForTime() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the time in milliseconds that the iterated sequence of scripts will iterate for.
- getIterationForTime() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the time in milliseconds that the iterated sequence of scripts will iterate for.
- getJavascriptExecutor() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- getJavascriptExecutor() - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Get a
JavascriptExecutor
for thisSeleniumVirtualUser
- getJavascriptExecutor() - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- getJavaVersion() - Static method in class com.facilita.fc.eggPlant.EggplantVirtualUserInitialiser
- getJmeterTestPlanName() - Method in class com.facilita.fc.runtime.VirtualUser
- getKeepAllSubRequestContent() - Method in class com.facilita.fc.web.Request
-
Returns
true
if the content of responses to sub-requests will be kept. - getKeepContent() - Method in class com.facilita.fc.web.Request
-
Returns
true
if the content of responses will be kept. - getLastDuration() - Method in class com.facilita.fc.runtime.TransactionData
-
Get the duration (in milliseconds) of the last recorded instance of this transaction.
- getLastError() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the most recent error encountered by this Virtual User.
- getLastError() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the most recent error encountered by this Virtual User.
- getLastTransaction() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the name of the most recent transaction to have ended.
- getLastTransaction() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the name of the most recent transaction to have ended.
- getLength() - Method in class com.facilita.fc.web.WebSocketMessage
-
Gets the length in bytes of this message
- getList(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
List
value held in the dictionary. - getList(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getList(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getList(String, List) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
List
value held in the dictionary, or thedefaultList
if thekey
cannot be found. - getList(String, List) - Method in class com.facilita.fc.runtime.VirtualUser
- getList(String, List) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getLocal() - Static method in class com.facilita.fc.jni.IpEndPoint
-
Returns an
IpEndPoint
object with the localhost IP address (127.0.0.1). - getLocalIpEndPoint() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the local
IpEndPoint
to use when making a connection to a web server. - getLocation() - Method in class com.facilita.fc.selenium.WebElement
-
Where on the page is the top left-hand corner of the rendered element?
- getLong(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
long
value held in the dictionary. - getLong(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getLong(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getLong(String, long) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
long
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getLong(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
- getLong(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getManufacturer() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the manufacturer of the device as recorded in eggCloud; e.g., Apple.
- getMap() - Method in interface com.facilita.fc.runtime.DataDictionary
-
Gets a
Map
containing all the keys/values in this dictionary. - getMap() - Method in class com.facilita.fc.runtime.VirtualUser
- getMap() - Method in class com.facilita.fc.runtime.VirtualUserScript
- getMatch() - Method in class com.facilita.fc.jni.RegExpMatch
-
Gets the text that matched the regular expression.
- getMaxConnectionAttempts() - Method in class com.facilita.fc.runtime.SharedData
-
Gets the maximum number of connection attempts to make when connecting to a Shared Data Server.
- getMaxConnections() - Static method in class com.facilita.fc.runtime.SharedData
-
Gets the maximum number of connections that will be opened from each engine process to each Shared Data Server.
- getMaxFailures() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the maximum number of failures allowed in the script before this Virtual User terminates.
- getMaxFailures() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the maximum number of failures allowed in the script before this Virtual User terminates.
- getMaximumDuration() - Method in class com.facilita.fc.runtime.TransactionData
-
Get the maximum recorded duration (in milliseconds) of this transaction.
- getMaxNetworkErrors() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the maximum number of network errors to accept before the script is terminated.
- getMeanDuration() - Method in class com.facilita.fc.runtime.TransactionData
-
Get the mean recorded duration (in milliseconds) of this transaction.
- getMessageBody() - Method in class com.facilita.fc.web.Request
-
Gets the body of the HTTP request that will be sent to the server.
- getMessageBody() - Method in class com.facilita.fc.web.Response
-
Gets the body of the message from the corresponding
Request
. - getMetaTags() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the user-defined meta tags that have been added.
- getMetaTagValue(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the value of a user-defined meta tag.
- getMethod() - Method in class com.facilita.fc.web.Form
-
Gets the HTTP method that should be used to send this
Form
to the web server, e.g. GET, POST. - getMethod() - Method in class com.facilita.fc.web.Request
- getMethod() - Method in class com.facilita.fc.web.Response
-
Gets the
HttpMethod
that was used to send theRequest
. - getMillisecondsSinceEpoch() - Static method in class com.facilita.fc.runtime.VirtualUser
- getMillisecondsSinceEpoch() - Static method in class com.facilita.fc.runtime.VirtualUserScript
- getMillisecondsSinceEpoch(long) - Static method in class com.facilita.fc.runtime.VirtualUser
- getMillisecondsSinceEpoch(long) - Static method in class com.facilita.fc.runtime.VirtualUserScript
- getMinimumDuration() - Method in class com.facilita.fc.runtime.TransactionData
-
Get the minimum recorded duration (in milliseconds) of this transaction.
- getMinorVersion() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the minor HTTP version number.
- getModel() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the model of the device as recorded in eggCloud; e.g., iPhone.
- getMultipartBoundary() - Method in class com.facilita.fc.web.FileElement
-
Gets the
String
that will be used as the boundary between files (including the--
prefix), when encoding this element as multipart/form-data. - getMultipartFormBoundary() - Method in class com.facilita.fc.web.Form
-
Gets the
String
that will be used as the boundary between input elements when encoding this form as multipart/form-data. - getName() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the hostname, IP address, or Connection List Display Name.
- getName() - Method in interface com.facilita.fc.runtime.DataDictionary
-
Gets the name of this dictionary.
- getName() - Method in class com.facilita.fc.runtime.TransactionData
-
Get the name of the transaction
- getName() - Method in class com.facilita.fc.runtime.VirtualUser
- getName() - Method in class com.facilita.fc.runtime.VirtualUserScript
- getName() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the value of the
"name"
attribute for this HTML element. - getName() - Method in class com.facilita.fc.web.NameValuePair
-
Gets the name stored in this name/value pair.
- getNameCount(String) - Method in class com.facilita.fc.web.QueryData
-
Gets the number of name/value pairs in the list that have the specified
name
. - getNextMessage(long) - Method in class com.facilita.fc.web.WebSocketMessageQueue
-
Get the next
WebSocketMessage
in the queue. - getNone() - Static method in class com.facilita.fc.jni.IpEndPoint
-
Returns a none
IpEndPoint
object. - getNumberOfErrors() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of errors that have been reported for this Virtual User.
- getNumberOfErrors() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of errors that have been reported for this Virtual User.
- getNumberOfFailures() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the current number of script failures for this Virtual User.
- getNumberOfFailures() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the current number of script failures for this Virtual User.
- getNumberOfIterations() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the total number of iterations that the repeated sequence of scripts will execute.
- getNumberOfIterations() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the total number of iterations that the repeated sequence of scripts will execute.
- getNumberOfWarmupIterations() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of warm-up iterations for this Virtual User.
- getNumberOfWarmupIterations() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of warm-up iterations for this Virtual User.
- getNumberOfWarnings() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the number of warnings that have been reported for this Virtual User.
- getNumberOfWarnings() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the number of warnings that have been reported for this Virtual User.
- GetOption(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- GetOption(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Gets the value of an option.
- GetOption(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- getOptionCount() - Method in class com.facilita.fc.web.SelectElement
-
Gets the number of
OptionElement
objects in thisSelectElement
. - getOptionElement(int) - Method in class com.facilita.fc.web.SelectElement
-
Gets the
OptionElement
at the specifedindex
. - getOptionElement(String) - Method in class com.facilita.fc.web.Form
-
Gets the
OptionElement
with the specifiedname
. - getOptionElement(String) - Method in class com.facilita.fc.web.SelectElement
-
Gets the
OptionElement
with the specifiedvalue
. - getOptionElement(String, String) - Method in class com.facilita.fc.web.Form
- GetOptions() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- GetOptions() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Gets the value of the global options.
- GetOptions() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- getOS() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the operating system of the device as recorded in eggCloud; e.g., iOS.
- getOSVersion() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the operating system version as recorded in eggCloud; e.g., 6.0.2.
- getPageSource() - Method in class com.facilita.fc.selenium.WebDriver
-
Get the source of the last loaded page.
- getParameters() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the additional parameters that have been added.
- getParameterValue(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the value of the specified parameter.
- getPasscode() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the encrypted password.
- getPassword() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the password for the VNC server if you're making a VNC connection, or the Windows user password if you're making an RDP connection.
- getPassword() - Method in class com.facilita.fc.web.Url
-
Gets the password specified in this
Url
. - getPassword() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the password that will be used for HTTP authentication.
- getPath() - Method in class com.facilita.fc.web.Url
-
Gets the path component of this
Url
, excluding the first/
after the hostname. - getPauseFactor() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the current percentage pause factor.
- getPauseFactor() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the current percentage pause factor.
- getPort() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the port number used by the server on the SUT.
- getPort() - Method in enum com.facilita.fc.web.Protocol
-
Gets the port number for this protocol.
- getPosition() - Method in class com.facilita.fc.jni.RegExpMatch
-
Gets the offset of the matching text within the
Response
- getProcess() - Method in class com.facilita.fc.eggPlant.EggplantDriveRunner
- getProgressPoint() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the text of the most recent progress point that was set.
- getProgressPoint() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the text of the most recent progress point that was set.
- getProtocol() - Method in class com.facilita.fc.web.Url
-
Gets the
Protocol
used for thisUrl
. - getProtocol(String, String) - Method in class com.facilita.fc.web.WebBrowserScript
-
Gets a
Protocol
by looking up aString
in this Virtual User's data dictionary. - getProtocol(String, String) - Method in class com.facilita.fc.web.WebBrowserVirtualUser
-
Gets a
Protocol
by looking up aString
in this Virtual User's data dictionary. - getProxy() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the address of the proxy server used by this
WebBrowser
. - getProxyBypass() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the
lpszProxyBypass
parameter to be passed toInternetOpen()
used by WinInet/WinHTTP. - getProxyPort() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the port number used by the proxy server for this
WebBrowser
. - getProxyServer() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the
lpszProxyName
parameter to be passed toInternetOpen()
used by WinInet/WinHTTP. - getQuery() - Method in class com.facilita.fc.web.Url
-
Gets the percent-encoded query data section of this
Url
. - getQueryData() - Method in class com.facilita.fc.web.Url
-
Get a QueryData object representing the query data section of this
Url
. - getRawContent() - Method in class com.facilita.fc.web.Response
-
Gets the raw content of this
Response
. - getRawData() - Method in class com.facilita.fc.web.WebSocketMessage
-
Get the contents of the message.
- getReadRetries() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the number of times to attempt to read data from the web server before reporting a failure.
- getReceiveTime() - Method in class com.facilita.fc.web.Response
-
Gets the time at which the response was received from the server (measured in milliseconds since the start of the test).
- getReceiveTimeout() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the time in milliseconds to wait for a web server to respond to a request before reporting a failure.
- getRect() - Method in class com.facilita.fc.selenium.WebElement
-
(NB: As of Feb 2016, this appeared as an abstract method in org.openqa.selenium.WebElement (Selenium v.2.50.1).
- getRedirectedFrom() - Method in class com.facilita.fc.web.Response
-
Gets the
Response
from which thisResponse
has been redirected. - getRedirectedFrom(int) - Method in class com.facilita.fc.web.Response
-
Gets the
Response
from which thisResponse
has been redirected. - getReference() - Method in class com.facilita.fc.web.Request
-
Gets the reference id that was passed to the
WebBrowser.createRequest(HttpMethod, Url, int)
method when thisRequest
object was created. - getReference() - Method in class com.facilita.fc.web.Url
-
Gets the reference (also known as the fragment ID) of this
Url
. - getReferer() - Method in class com.facilita.fc.web.CachedResponse
-
Gets the value of the
"Referer"
HTTP header. - getReferer() - Method in class com.facilita.fc.web.Request
-
Gets the value of the
"Referer"
HTTP header. - getReferer() - Method in class com.facilita.fc.web.Response
-
Gets the value of the
"Referer"
HTTP response header. - getReferer() - Method in class com.facilita.fc.web.WebSocket
-
Gets the value of the
"Referer"
HTTP header. - getResponses() - Method in class com.facilita.fc.web.ConcurrentRequestSender
- getResult() - Method in class com.facilita.fc.web.Response
-
Gets the HTTP status code received from the server when this
Response
was served. - getResultString() - Method in class com.facilita.fc.web.Response
-
Gets the HTTP result returned by the server, e.g.
HTTP/1.1 200 OK
- getRetrieveSubRequests() - Method in class com.facilita.fc.web.Request
-
Returns
true
if sub-requests will be retrieved for thisRequest
. - getRetryTimeout() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
- getRunPath() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the path to the test run results.
- getRunPath() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the path to the test run results.
- getSandboxPath() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the path to the sandbox location.
- getSandboxPath() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the path to the sandbox location.
- getScreenshotAs(OutputType<X>) - Method in class com.facilita.fc.selenium.WebElement
-
Capture the screenshot and store it in the specified location.
- getScriptName() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the name of this Virtual User Script.
- getSecondsSinceEpoch() - Static method in class com.facilita.fc.runtime.VirtualUser
- getSecondsSinceEpoch() - Static method in class com.facilita.fc.runtime.VirtualUserScript
- getSecondsSinceEpoch(long) - Static method in class com.facilita.fc.runtime.VirtualUser
- getSecondsSinceEpoch(long) - Static method in class com.facilita.fc.runtime.VirtualUserScript
- getSelectedOption() - Method in class com.facilita.fc.web.SelectElement
-
Gets the
OptionElement
that is currently selected. - getSelectElement(String) - Method in class com.facilita.fc.web.Form
-
Gets the
SelectElement
with the specifiedname
. - getSelectElement(String, String) - Method in class com.facilita.fc.web.Form
- getSendTime() - Method in class com.facilita.fc.web.Response
-
Gets the time at which the request was sent to the server (measured in milliseconds since the start of the test).
- getSendTimeout() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the time in milliseconds before a sent TCP packet will time-out.
- getService(Class<Service>) - Method in class com.facilita.fc.runtime.VirtualUser
-
Get a
Service
object of the specified type - getService(Class<Service>) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Get a
Service
object of the specified type - getServices() - Method in class com.facilita.fc.runtime.VirtualUser
- getSize() - Method in class com.facilita.fc.selenium.WebElement
-
What is the width and height of the rendered element?
- getSoapService(Class<T>, Url, SoapVersion) - Method in class com.facilita.fc.web.WebBrowserScript
- getSoapService(Class<T>, Url, SoapVersion) - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- getSshHost() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the hostname or IP address of a computer hosting an SSH connection.
- getSshPassword() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the password to the user account on the SSH server.
- getSshUser() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the user account on the SSH host
- getSSLrenegotiateTime() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the time in milliseconds after which the SSL connection must be renegotiated.
- getStartTime() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- getStartTimeSeconds() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- getString(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
String
value held in the dictionary. - getString(String) - Method in class com.facilita.fc.runtime.VirtualUser
- getString(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getString(String, String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
String
value held in the dictionary, or thedefaultValue
if thekey
cannot be found. - getString(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
- getString(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- getSubRequests() - Method in class com.facilita.fc.web.Request
-
Gets the list of sub-requests that will be fetched from the web server by this request.
- getSubRequestThreadCount() - Method in class com.facilita.fc.web.Request
-
Gets the number of threads that will be used to fetch sub-requests from the web server.
- getSubResponses() - Method in class com.facilita.fc.web.Response
-
Gets a list of
Response
objects that describe HTTP responses to sub-requests associated with the top-levelRequest
sent to the web server. - getTag() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the tag name of this HTML element.
- getTagName() - Method in class com.facilita.fc.selenium.WebElement
-
Get the tag name of this element.
- getText() - Method in class com.facilita.fc.selenium.WebElement
-
Get the visible innerText of this element.
- getText() - Method in class com.facilita.fc.web.WebSocketMessage
-
Get the contents of the message.
- getTextAreaElement(String) - Method in class com.facilita.fc.web.Form
-
Gets the
TextAreaElement
with the specifiedname
. - getTextAreaElement(String, String) - Method in class com.facilita.fc.web.Form
- getTimeEveryHttpRequest() - Method in class com.facilita.fc.web.Request
-
Returns
true
if sub-requests will be timed as well as top-level HTTP requests. - getTimingElapsedTime() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the elapsed time of the current active timing.
- getTimingElapsedTime() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the elapsed time of the current active timing.
- getTimingElapsedTime(VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the elapsed time of the current active timing.
- getTitle() - Method in class com.facilita.fc.selenium.WebDriver
-
The title of the current page.
- getTitle() - Method in class com.facilita.fc.web.Response
-
Gets the HTML title of this
Response
. - getTransactionData(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Get data about the specified transaction.
- getTransactionData(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Get data about the specified transaction.
- getTransactionElapsedTime(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the current elapsed time of the transaction with the specified
id
. - getTransactionElapsedTime(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the current elapsed time of the transaction with the specified
id
. - getTransactionElapsedTime(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the current elapsed time of the transaction with the specified
id
andtag
. - getTransactionElapsedTime(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the current elapsed time of the transaction with the specified
id
andtag
. - getTransactionElapsedTime(String, String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the current elapsed time of the transaction with the specified
id
andtag
. - getTransactionLoggingOn() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if transactions should be logged for this VU. - getTransactionLoggingOn() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if transactions should be logged for this VU. - getType() - Method in class com.facilita.fc.web.InputElement
-
Gets the type of this
InputElement
. - getUnderlyingWebDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- getUnderlyingWebDriver() - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Get the underlying
WebDriver
instance for thisSeleniumVirtualUser
. - getUnderlyingWebDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- getUniqueID() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets a test-wide unique identifier for this Virtual User.
- getUniqueID() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets a test-wide unique identifier for this Virtual User.
- getUniqueID(String, int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets a test-wide unique identifier for a specified Virtual User within a Virtual User group.
- getUniqueID(String, int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets a test-wide unique identifier for a specified Virtual User within a Virtual User group.
- getUpdatePollInterval() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- getUpdatePollInterval() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the time in seconds between updates from eggPlant Functional.
- getUpdatePollInterval() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- getUrl() - Method in class com.facilita.fc.web.CachedResponse
-
Gets the
Url
that thisCachedResponse
represents a response to. - getUrl() - Method in class com.facilita.fc.web.Request
-
Gets the
Url
that thisRequest
is targeting. - getUrl() - Method in class com.facilita.fc.web.Response
- getUrl() - Method in class com.facilita.fc.web.WebSocket
-
Gets the
Url
that this WebSocket is targeting. - getUrlString() - Method in class com.facilita.fc.web.Response
-
Gets the URL that was used in the corresponding
Request
, as aString
. - getUser() - Method in class com.facilita.fc.web.Url
-
Gets the username specified in this
Url
. - getUser() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the username that will be used for HTTP authentication.
- getUserAgent() - Method in class com.facilita.fc.web.CachedResponse
-
Gets the value of the
"User-Agent"
HTTP header. - getUserAgent() - Method in class com.facilita.fc.web.Request
-
Gets the value of the
"User-Agent"
HTTP header. - getUserAgent() - Method in class com.facilita.fc.web.Response
-
Gets the value of the
"User-Agent"
HTTP response header. - getUserAgent() - Method in class com.facilita.fc.web.WebSocket
-
Gets the value of the
"User-Agent"
HTTP header. - getUsername() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Get the Windows username when connecting via RDP.
- getValue() - Method in class com.facilita.fc.web.HtmlElement
-
Gets the value of the
"value"
attribute for this HTML element. - getValue() - Method in class com.facilita.fc.web.NameValuePair
-
Gets the value stored in this name/value pair.
- getValue(String) - Method in class com.facilita.fc.web.QueryData
-
Gets the value of the first name/value pair in the list that has the specified
name
. - getValue(String, int) - Method in class com.facilita.fc.web.QueryData
-
Gets the value of the nth name/value pair in the list that has the specified
name
. - getVersion() - Method in class com.facilita.fc.web.Request
-
Gets the HTTP version as a
String
. - getVersion() - Method in class com.facilita.fc.web.Response
-
Get the version of HTTP that was used to send this response
- getVirtualUser() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the current VU instance, as an object of type
VirtualUser
. - getVirtualUser() - Method in class com.facilita.fc.web.WebBrowser
-
Gets the
VirtualUser
instance that thisWebBrowser
is associated with. - getVU() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- getVU() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the current VU instance, as the most specialised subclass of
VirtualUser
. - getVU() - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- getVU() - Method in class com.facilita.fc.web.WebSocket
-
Gets the
VirtualUser
instance that this WebSocket is associated with. - getVUName() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the name of the group that this Virtual User belongs to.
- getVUName() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the name of the group that this Virtual User belongs to.
- getWebBrowser() - Method in class com.facilita.fc.web.WebBrowserScript
-
Gets the
WebBrowser
belonging to this Virtual User. - getWebBrowser() - Method in class com.facilita.fc.web.WebBrowserVirtualUser
-
Gets the
WebBrowser
belonging to this Virtual User. - getWebBrowserVirtualUser() - Method in class com.facilita.fc.web.WebBrowserScript
-
Gets the
WebBrowserVirtualUser
object that is executing this script. - getWebDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- getWebDriver() - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Get the
WebDriver
instance for thisSeleniumVirtualUser
. - getWebDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- getWidth() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
For RDP connection types only, specifies the width of the Viewer window in pixels.
- getWindowHandle() - Method in class com.facilita.fc.selenium.WebDriver
-
Return an opaque handle to this window that uniquely identifies it within this driver instance.
- getWindowHandles() - Method in class com.facilita.fc.selenium.WebDriver
-
Return a set of window handles which can be used to iterate over all open windows of this webdriver instance.
- getX() - Method in class com.facilita.fc.web.ImageButtonElement
-
Get the value of the X coordinate that will be sent to the server
- getXmlRpcClient() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
-
For internal use only.
- getY() - Method in class com.facilita.fc.web.ImageButtonElement
-
Get the value of the Y coordinate that will be sent to the server
H
- hasAttribute(String) - Method in class com.facilita.fc.web.HtmlElement
-
Returns
true
if this HTML element contains the specified attribute. - hashCode() - Method in class com.facilita.fc.eggPlant.Point
- hashCode() - Method in class com.facilita.fc.eggPlant.Rectangle
- hashCode() - Method in class com.facilita.fc.eggPlant.Size
- hasKey(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns
true
if the specifiedkey
is contained within the dictionary. - hasKey(String) - Method in class com.facilita.fc.runtime.VirtualUser
- hasKey(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- hasNext() - Method in interface com.facilita.fc.runtime.DataTable
-
Returns
true
if there are any more rows in a named Data Table. - hasReferer() - Method in class com.facilita.fc.web.CachedResponse
-
Returns
true
if the"Referer"
HTTP header has been set for thisCachedResponse
. - hasReferer() - Method in class com.facilita.fc.web.Request
-
Returns
true
if the"Referer"
HTTP header has been set for thisRequest
. - hasReferer() - Method in class com.facilita.fc.web.Response
-
Returns
true
if thisResponse
contains an HTTP"Referer"
response header. - hasReferer() - Method in class com.facilita.fc.web.WebSocket
-
Gets a value that indicates whether the
"Referer"
HTTP header has been set for this Request. - hasTitle() - Method in class com.facilita.fc.web.Response
-
Returns
true
if thisResponse
contains an HTML title. - HEAD - com.facilita.fc.web.HttpMethod
-
Represents the HTTP HEAD method.
- height() - Method in class com.facilita.fc.eggPlant.Size
-
Height.
- hexToBinary(String) - Static method in class com.facilita.util.StringUtils
-
Returns a byte array containing the values of a sequence of hexadecimal numbers in the
hex String
parameter. - hexToString(byte[]) - Static method in class com.facilita.util.StringUtils
-
Returns a hexadecimal string representation of the byte values in the hex parameter.
- hidden - com.facilita.fc.web.InputElement.InputElementType
-
Represents an
InputElement
which has a value, but doesn't appear on the page. - host() - Method in class com.facilita.fc.jni.IpEndPoint
-
Gets the host (IP address).
- HostFilteringMode - Enum in com.facilita.fc.web
-
Describes the modes available for filtering hosts.
- HotSpot() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Coordinates of the Hot Spot within the image.
- HtmlElement - Class in com.facilita.fc.web
-
Represents an HTML element within an HTML form.
- HtmlElement(long, boolean) - Constructor for class com.facilita.fc.web.HtmlElement
-
For internal use only.
- HtmlUnit - com.facilita.fc.selenium.WebDriverType
- HtmlUnitDriver - Class in com.facilita.fc.selenium
- HtmlUnitDriver(BrowserVersion) - Constructor for class com.facilita.fc.selenium.HtmlUnitDriver
- HTTP - com.facilita.fc.web.Protocol
-
Represents the Hypertext Transfer Protocol.
- HttpMethod - Enum in com.facilita.fc.web
-
Describes an HTTP method.
- HTTPS - com.facilita.fc.web.Protocol
-
Represents the Hypertext Transfer Protocol Secure.
- HttpStatus - Class in com.facilita.fc.web
-
Represents an HTTP status code.
- HttpStatus(long, boolean) - Constructor for class com.facilita.fc.web.HttpStatus
-
For internal use only.
- HttpStatusCategory - Enum in com.facilita.fc.web
-
Describes the HTTP status category for custom handling of the HTTP status codes.
- HttpStatusRange - Enum in com.facilita.fc.web
-
Describes the HTTP status ranges.
I
- IEggplantVUWatcher - Interface in com.facilita.fc.eggPlant
- ignoreHost(String) - Method in class com.facilita.fc.web.WebBrowser
-
Prevents requests from being sent to the specified
domain
. - ignoreHostRegexp(String) - Method in class com.facilita.fc.web.WebBrowser
-
Prevents requests from being sent to any domain that matches the specified regular expression.
- ignoreSubRequest(Protocol, IpEndPoint, String) - Method in class com.facilita.fc.web.Request
-
Specifies a URL that will be ignored when fetching sub-requests from the web server.
- ignoreSubRequest(Url) - Method in class com.facilita.fc.web.Request
-
Specifies a
Url
that will be ignored when fetching sub-requests from the web server. - ignoreSubRequest(String) - Method in class com.facilita.fc.web.Request
-
Specifies a URL that will be ignored when fetching sub-requests from the web server.
- IImageSender - Interface in com.facilita.fc.eggPlant
- image - com.facilita.fc.web.InputElement.InputElementType
-
Represents a submit button but displayed as a specified image instead of the standard button graphic.
- ImageButtonElement - Class in com.facilita.fc.web
-
Represents an
InputElement
which is an image. - ImageButtonElement(long, boolean) - Constructor for class com.facilita.fc.web.ImageButtonElement
-
For internal use only.
- ImageColorAtLocation(String, int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageColorAtLocation(String, int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the color of an image at a location.
- ImageColorAtLocation(String, int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageColorAtLocation(String, Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageColorAtLocation(String, Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the color of an image at a location.
- ImageColorAtLocation(String, Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageFound(int, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageFound(int, String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get whether or not we can find an image.
- ImageFound(int, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageFound(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageFound(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get whether or not we can find an image.
- ImageFound(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageHotSpot(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageHotSpot(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the hot spot location of an image Consult the Eggplant Functional documentation for details.
- ImageHotSpot(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageInfo - Class in com.facilita.fc.eggPlant
-
Provides information about an image
- ImageInfo(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageInfo(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get image information for one or more images.
- ImageInfo(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageLocation(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageLocation(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the location of an image.
- ImageLocation(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageName() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Gets the image name.
- ImagePath() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
File path of the image file.
- ImageRectangle(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageRectangle(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the rectangle of an image.
- ImageRectangle(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ImageSize() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Get the size of the image.
- ImageSize(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ImageSize(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the size of an image.
- ImageSize(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- includeContentTypeInCache(String) - Method in class com.facilita.fc.web.WebBrowser
-
Adds a Content-Type for which cached content is stored.
- includeHost(String) - Method in class com.facilita.fc.web.WebBrowser
-
Allows requests to be sent to the specified
domain
. - includeHostRegexp(String) - Method in class com.facilita.fc.web.WebBrowser
-
Allow requests to be sent to any host that matches the given regular expression.
- increment(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Increments an
integer
value associated with the specifiedkey
in the Shared Data Server. - initialise() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- initialise(VUGroup) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserInitialiser
- initialiseChromeDriver(String) - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseChromeDriver(String) - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
ChromeDriver
instance for thisSeleniumVirtualUser
. - initialiseChromeDriver(String) - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialiseFirefoxDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseFirefoxDriver() - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
FirefoxDriver
instance for thisSeleniumVirtualUser
. - initialiseFirefoxDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialiseHtmlUnitDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseHtmlUnitDriver() - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
HtmlUnitDriver
instance for thisSeleniumVirtualUser
. - initialiseHtmlUnitDriver() - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialiseHtmlUnitDriver(BrowserVersion) - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseHtmlUnitDriver(BrowserVersion) - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
HtmlUnitDriver
instance for thisSeleniumVirtualUser
, impersonating theBrowserVersion
specified. - initialiseHtmlUnitDriver(BrowserVersion) - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialiseInternetExplorerDriver(String) - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseInternetExplorerDriver(String) - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
InternetExplorerDriver
instance for thisSeleniumVirtualUser
. - initialiseInternetExplorerDriver(String) - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialisePhantomJSDriver(String) - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialisePhantomJSDriver(String) - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
PhantomJSDriver
instance for thisSeleniumVirtualUser
. - initialisePhantomJSDriver(String) - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialiseVU(VirtualUser) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserInitialiser
- initialiseWebDriver(WebDriverType) - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseWebDriver(WebDriverType) - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Deprecated.As of release 5.3, the preferred method to change the type of
WebDriver
is to call one of:SeleniumVirtualUserInterface.initialiseHtmlUnitDriver()
SeleniumVirtualUserInterface.initialiseFirefoxDriver()
SeleniumVirtualUserInterface.initialiseChromeDriver(String)
SeleniumVirtualUserInterface.initialiseInternetExplorerDriver(String)
SeleniumVirtualUserInterface.initialisePhantomJSDriver(String)
SeleniumVirtualUserInterface.initialiseWebDriver(org.openqa.selenium.WebDriver)
- initialiseWebDriver(WebDriverType) - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- initialiseWebDriver(WebDriver) - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- initialiseWebDriver(WebDriver) - Method in interface com.facilita.fc.selenium.SeleniumVirtualUserInterface
-
Create a new
WebDriver
instance for thisSeleniumVirtualUser
. - initialiseWebDriver(WebDriver) - Method in class com.facilita.fc.selenium.SeleniumVirtualUserScript
- InputElement - Class in com.facilita.fc.web
-
Represents an HTML input element within an HTML form.
- InputElement(long, boolean) - Constructor for class com.facilita.fc.web.InputElement
-
For internal use only.
- InputElement(String, String) - Constructor for class com.facilita.fc.web.InputElement
-
Creates an
InputElement
object with the specifiedname
andvalue
attributes. - InputElement(String, String, String) - Constructor for class com.facilita.fc.web.InputElement
-
Creates an
InputElement
object with the specifiedname
andvalue
attributes, and encoded with the specified characterencoding
. - InputElement.InputElementType - Enum in com.facilita.fc.web
-
Enumerates the different types of
InputElement
that are available. - insert(String, QueryData, int) - Method in class com.facilita.fc.web.QueryData
-
Inserts a name/value pair into the list at the specified
index
, using a value extracted from anotherQueryData
object. - insert(String, String, int) - Method in class com.facilita.fc.web.QueryData
-
Inserts a name/value pair into the list at the specified
index
. - insertElement(int, HtmlElement) - Method in class com.facilita.fc.web.Form
-
Inserts the specified
HtmlElement
into the form. - insertOptionElement(int, OptionElement) - Method in class com.facilita.fc.web.SelectElement
-
Inserts an
OptionElement
into the list of availableOptionElement
objects. - InternetExplorer - com.facilita.fc.selenium.WebDriverType
- IpEndPoint - Class in com.facilita.fc.jni
-
This class encapsulates IP address and port.
- IpEndPoint() - Constructor for class com.facilita.fc.jni.IpEndPoint
-
Creates an
IpEndPoint
object. - IpEndPoint(int) - Constructor for class com.facilita.fc.jni.IpEndPoint
-
Creates an
IpEndPoint
object with the localhost IP address (127.0.0.1) and the specifiedport
. - IpEndPoint(long, boolean) - Constructor for class com.facilita.fc.jni.IpEndPoint
-
For internal use only.
- IpEndPoint(IpEndPoint) - Constructor for class com.facilita.fc.jni.IpEndPoint
-
Creates a copy of the specified
IpEndPoint
object - IpEndPoint(String) - Constructor for class com.facilita.fc.jni.IpEndPoint
-
Creates an
IpEndPoint
object with the specifiedhost
. - IpEndPoint(String, int) - Constructor for class com.facilita.fc.jni.IpEndPoint
-
Creates an
IpEndPoint
object with the specifiedhost
andport
. - IpEndPoint(String, int, IpEndPoint.AddressType) - Constructor for class com.facilita.fc.jni.IpEndPoint
-
Creates an
IpEndPoint
object with the specifiedhost
,port
andaddressType
. - IpEndPoint.AddressType - Class in com.facilita.fc.jni
- isAll() - Method in class com.facilita.fc.jni.IpEndPoint
-
Returns
true
if this is the All IpEndPoint. - isAuthenticationRequired() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if the status represents a request from the server for the caller to authenticate themselves. - isBinary() - Method in class com.facilita.fc.web.WebSocketMessage
-
Gets a value indicating whether this message is a binary message.
- isBroadcast() - Method in class com.facilita.fc.jni.IpEndPoint
-
Returns
true
if this object has an IP address representing the broadcast address. - isCachingEnabled() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if HTTP caching is enabled. - isCancellationAccepted() - Method in class com.facilita.fc.runtime.backgroundScripting.CustomCancellationToken
-
For internal use only
- isCancellationRequested() - Method in class com.facilita.fc.runtime.backgroundScripting.CustomCancellationToken
-
Function to be regularly checked by the background script inside the loop to see if the cancellation was requested.
- isChecked() - Method in class com.facilita.fc.web.InputElement
-
Returns
true
if the"checked"
attribute has been set for thisInputElement
. - isControlled() - Method in interface com.facilita.fc.runtime.DataTable
-
Returns
true
if the Data Table is automatically advanced to the next row at the end of each iteration. - isDebugMode() - Method in class com.facilita.fc.runtime.VirtualUser
- isDisabled() - Method in class com.facilita.fc.web.HtmlElement
-
Returns
true
if this HTML element has been disabled. - isDisplayed() - Method in class com.facilita.fc.selenium.WebElement
-
Is this element displayed or not?
- isDynatraceIntegrationEnabled() - Method in class com.facilita.fc.web.Request
-
Returns
true
if dynaTrace integration is enabled. - isDynatraceIntegrationEnabled() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if dynaTrace integration is enabled. - isEmpty() - Method in class com.facilita.fc.jni.RegExpMatchList
-
Returns
true
if the list is empty. - isEnabled() - Method in class com.facilita.fc.selenium.WebElement
-
Is the element currently enabled or not?
- isError() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if the status has a code of400
or above - isFinalScript() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if the current executing script is within the final section of this Virtual User's workflow. - isFinalScript() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if the current executing script is within the final section of this Virtual User's workflow. - isFirstScript() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if the current executing script is the first script to be executed. - isFirstScript() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if the current executing script is the first script to be executed. - isFullfilled() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if the request has been generally satisfied. - isHostIgnored(String) - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if the specifieddomain
is currently being ignored. - isInformational() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if the status has a code in the100s
. - isInitialScript() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if the current executing script is within the initial section of this Virtual User's workflow. - isInitialScript() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if the current executing script is within the initial section of this Virtual User's workflow. - isInRange(HttpStatus, HttpStatus) - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if thisHttpStatus
is ordered between the supplied pair ofHttpStatus
objects. - isIteratedScript() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if the current executing script is within the repeated section of this Virtual User's workflow. - isIteratedScript() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if the current executing script is within the repeated section of this Virtual User's workflow. - isLastIteration() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if more iterations will occur for the current Virtual User. - isLastIteration() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if more iterations will occur for the current Virtual User. - isLegal() - Method in class com.facilita.fc.jni.IpEndPoint
-
Returns
true
if this object is in a legal state and ready for use by the API. - isLoggingEnabled() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if detailed HTTP logging has been enabled for this Virtual User. - isLoggingSuspended() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if detailed HTTP logging has been suspended for this Virtual User. - isMainScript - Variable in class com.facilita.fc.runtime.VirtualUserScript
-
Internal use only.
- isMultipartForm() - Method in class com.facilita.fc.web.Form
-
Returns
true
if this is a multi-part form. - isMultiple() - Method in class com.facilita.fc.web.SelectElement
-
Returns
true
if it is possible to select multiple options at once. - isPacing() - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns
true
if this Virtual User will adjust the delay between iterations to maintain a steady pace of iterations. - isPacing() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns
true
if this Virtual User will adjust the delay between iterations to maintain a steady pace of iterations. - isPossibleToCache() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if thisHttpStatus
could cause the state of the cache to change. - isReadOnly() - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns
true
if this dictionary is read-only. - isReadOnly() - Method in class com.facilita.fc.runtime.VirtualUser
- isReadOnly() - Method in class com.facilita.fc.runtime.VirtualUserScript
- isRedirection() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if the status has a code in the300s
. - isRelativePath() - Method in class com.facilita.fc.web.Url
- isRunning() - Method in class com.facilita.fc.eggPlant.EggplantDriveRunner
- isSelected() - Method in class com.facilita.fc.selenium.WebElement
-
Determine whether or not this element is selected or not.
- isSetCertLocation() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if a certificate location has been set. - isSetProxy() - Method in class com.facilita.fc.web.WebBrowser
-
Returns
true
if a proxy server has been defined for thisWebBrowser
. - isStandard() - Method in class com.facilita.fc.jni.IpEndPoint
-
Returns
true
if this object has a standard IP address and port. - isStandardPortForProtocol() - Method in class com.facilita.fc.web.Url
-
Returns
true
if a standard port is being used. - isSubmitted() - Method in class com.facilita.fc.web.InputElement
-
Returns
true
if thisInputElement
has been submitted. - isSuccess() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if the status has a code in the200s
. - isSuccessfulControl() - Method in class com.facilita.fc.web.HtmlElement
-
Returns
true
if this HTML element currently represents a successful control. - isSuccessfulControl() - Method in class com.facilita.fc.web.ImageButtonElement
-
Returns
true
if thisImageButtonElement
represents a successful control. - isSuccessfulControl() - Method in class com.facilita.fc.web.InputElement
-
Returns
true
if thisInputElement
represents a successful control. - isSuccessfulControl() - Method in class com.facilita.fc.web.OptionElement
-
Returns
true
if thisOptionElement
currently represents a successful control. - isSuccessfulControl() - Method in class com.facilita.fc.web.SelectElement
-
Returns
true
if thisSelectElement
currently represents a successful control. - isSuccessfulControl() - Method in class com.facilita.fc.web.TextAreaElement
-
Returns
true
if thisTextAreaElement
currently represents a successful control. - isValid() - Method in class com.facilita.fc.web.HttpStatus
-
Returns
true
if thisHttpStatus
represents a known standard response status. - isVerbose() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- isVerbose() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Whether or not verbose logging is turned on.
- isVerbose() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- iterator() - Method in class com.facilita.fc.runtime.MetricCollection
J
- JustCreate - com.facilita.fc.runtime.backgroundScripting.ExecutionFlags
-
The background script is created and prepared for execution, but
VirtualUserScript.startBackgroundScript(String)
must be called to start it later.
K
- KeyDown(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- KeyDown(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Press one or more keys down.
- KeyDown(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- keys() - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns an
Iterator
that can be used to iterate over the keys in this dictionary. - keys() - Method in class com.facilita.fc.runtime.VirtualUser
- keys() - Method in class com.facilita.fc.runtime.VirtualUserScript
- KeyUp(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- KeyUp(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Release one or more keys.
- KeyUp(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
L
- last(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Reads the last value from the specified value list in the Shared Data Server.
- lastIterationDelay() - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the delay time in milliseconds between the previous iteration and the current iteration.
- lastIterationDelay() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the delay time in milliseconds between the previous iteration and the current iteration.
- Log(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Log(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Log a message Consult the Eggplant Functional documentation for details.
- Log(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- logCurrentDataValues() - Method in class com.facilita.fc.runtime.VirtualUser
-
Write all of the current data values to the VU event log
- logCurrentDataValues() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Write all of the current data values to the VU event log
- LogError(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- LogError(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Log an error.
- LogError(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- LogFile() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
The name and absolute path of the Log file.
- LogWarning(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- LogWarning(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Log a warning.
- LogWarning(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- LongRunningScript - com.facilita.fc.runtime.backgroundScripting.ExecutionFlags
-
A hint to the .NET infrastructure to aid system resource planning.
- Loop - com.facilita.fc.runtime.backgroundScripting.ExecutionFlags
-
The background script will iterate continually, until it quits or is forced to do so.
M
- makeFrom(HtmlElement) - Static method in class com.facilita.fc.web.InputElement
-
For internal use only.
- makeFrom(HtmlElement) - Static method in class com.facilita.fc.web.SelectElement
-
For internal use only.
- makeFrom(HtmlElement) - Static method in class com.facilita.fc.web.TextAreaElement
-
For internal use only.
- manage() - Method in class com.facilita.fc.selenium.WebDriver
-
Gets the Option interface
- Metric - Class in com.facilita.fc.runtime
-
Represents a user-defined metric that can be recorded by eggPlant Performance.
- Metric(String, int) - Constructor for class com.facilita.fc.runtime.Metric
-
Creates a
Metric
object. - Metric(String, int, boolean) - Constructor for class com.facilita.fc.runtime.Metric
-
Creates a
Metric
object, specifying whether the metric passed or failed. - MetricCollection - Class in com.facilita.fc.runtime
-
The
MetricCollection
class allows multiple metrics to be recorded as a single entry in the event log with a common timestamp. - MetricCollection() - Constructor for class com.facilita.fc.runtime.MetricCollection
-
Creates a
MetricCollection
object. - MetricCollection(Iterable<Metric>) - Constructor for class com.facilita.fc.runtime.MetricCollection
-
Creates a
MetricCollection
object from a list of Metrics. - modifyWebClient(WebClient) - Method in class com.facilita.fc.selenium.HtmlUnitDriver
- MouseButtonDown(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MouseButtonDown(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Press a mouse button down.
- MouseButtonDown(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MouseButtonUp(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MouseButtonUp(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Release a mouse button.
- MouseButtonUp(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MouseLocation() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MouseLocation() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Gets the mouse location.
- MouseLocation() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MoveTo(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MoveTo(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Move to a point on the screen.
- MoveTo(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MoveTo(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MoveTo(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Move to a point on the screen.
- MoveTo(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MoveTo(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MoveTo(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Move to an image location.
- MoveTo(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MoveToEach(Point...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MoveToEach(Point...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Move to a number of points on the screen.
- MoveToEach(Point...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- MoveToEach(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- MoveToEach(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Move to a number of image locations Consult the Eggplant Functional documentation for details.
- MoveToEach(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
N
- name() - Method in class com.facilita.fc.runtime.Metric
-
Gets the name of the metric.
- name() - Method in class com.facilita.fc.web.HttpStatus
-
Gets the recommended text that is to be displayed next to the numeric code at the top of the response.
- Name() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Gets the name of the connection.
- NameValuePair - Class in com.facilita.fc.web
-
Represents a name/value pair of
String
objects. - NameValuePair(long, boolean) - Constructor for class com.facilita.fc.web.NameValuePair
-
For internal use only.
- NameValuePair(String, String) - Constructor for class com.facilita.fc.web.NameValuePair
-
Creates a
NameValuePair
object with the specifiedname
andvalue
. - navigate() - Method in class com.facilita.fc.selenium.WebDriver
-
An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
- Navigation - Class in com.facilita.fc.selenium
-
Provides methods for navigation within a web browser.
- NeverStopAutomatically - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- next() - Method in interface com.facilita.fc.runtime.DataTable
-
Moves the named Data Table row pointer to the next row.
- nextIteration() - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of the current script, and starts execution of the next iteration.
- nextIteration() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of the current script, and starts execution of the next iteration.
- nextScript() - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of the current script, and starts execution of the next script in the sequence.
- nextScript() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of the current script, and starts execution of the next script in the sequence.
- nextSequence() - Method in class com.facilita.fc.runtime.VirtualUser
-
Stops execution of the current script and any other scripts in the current sequence, and starts execution of the next sequence of scripts.
- nextSequence() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Stops execution of the current script and any other scripts in the current sequence, and starts execution of the next sequence of scripts.
- NoSuchValueException - Exception in com.facilita.exception
-
Thrown when a requested value does not exist.
- NoSuchValueException() - Constructor for exception com.facilita.exception.NoSuchValueException
- NoSuchValueException(String) - Constructor for exception com.facilita.exception.NoSuchValueException
- NOT_DEFINED - com.facilita.fc.web.Protocol
-
Represents an undefined Protocol.
- NOT_SET - Static variable in class com.facilita.fc.web.HttpStatus
- NotAllowedException - Exception in com.facilita.exception
-
Thrown when an operation is not allowed.
- NotAllowedException() - Constructor for exception com.facilita.exception.NotAllowedException
- NotAllowedException(String) - Constructor for exception com.facilita.exception.NotAllowedException
- nowSeconds() - Static method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- NullEggplantVUWatcher - Class in com.facilita.fc.eggPlant
- NullEggplantVUWatcher() - Constructor for class com.facilita.fc.eggPlant.NullEggplantVUWatcher
O
- OffsetEditSequence - Class in com.facilita.fc.web
-
Objects of this class contains a sequence of one or more edit instructions.
- OffsetEditSequence() - Constructor for class com.facilita.fc.web.OffsetEditSequence
-
Creates an
OffsetEditSequence
object with no edit instructions. - OffsetEditSequence(long, boolean) - Constructor for class com.facilita.fc.web.OffsetEditSequence
-
For internal use only.
- onBackgroundScriptCancellation() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Called when the background script executing in a loop is cancelled
- onClosed(WebSocket, boolean, String) - Method in interface com.facilita.fc.web.WebSocketClosedCallback
-
The method that is invoked when a
WebSocket
is closed. - onDataDictionaryChanged() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- onDataDictionaryChanged() - Method in class com.facilita.fc.runtime.VirtualUser
- onEndTiming(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a timing is ended using the
VirtualUser.endTiming(String)
orVirtualUser.endTiming(String, boolean)
methods. - onEndTransaction(String, boolean, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a transaction is ended using the
VirtualUser.endTransaction(String)
,VirtualUser.endTransaction(String, boolean)
,VirtualUser.endTransaction(String, boolean, String)
,VirtualUser.failTransaction(String)
orVirtualUser.failTransaction(String, String)
methods. - onError(WebSocket, String) - Method in interface com.facilita.fc.web.WebSocketErrorCallback
-
The method that is invoked when an error occurs on a
WebSocket
- onError(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever an error is written to the VU event log using the
VirtualUser.error(String)
,VirtualUser.error(String, Exception)
orVirtualUser.error(String, String)
methods. - onException(Exception) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever an unhandled exception is thrown by a script.
- onExitVU(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever the Virtual User stops execution as a result of the
VirtualUser.exitVU()
,VirtualUser.exitVU(boolean)
orVirtualUser.exitVU(String, boolean)
methods. - onRaiseAlert(int, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever an alert is raised using the
VirtualUser.raiseAlert(int, String)
method. - onReceivedMessage(WebSocket, WebSocketMessage) - Method in interface com.facilita.fc.web.WebSocketReceivedMessageCallback
-
The method that is invoked when a WebSocket message arrives from the server.
- onResumeTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a transaction is resumed using the
VirtualUser.resumeTransaction(String)
orVirtualUser.resumeTransaction(String, String)
methods. - onSetProgressPoint(String, String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a progress point is set using the
VirtualUser.setProgressPoint(String)
,VirtualUser.setProgressPoint(String, boolean)
orVirtualUser.setProgressPoint(String, String, boolean)
methods. - onStartFinalSection() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- onStartFinalSection() - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever the Virtual User is about to start executing the final sequence of scripts in its workflow.
- onStartFinalSection() - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- onStartInitialSection() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- onStartInitialSection() - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever the Virtual User is about to start executing the initial sequence of scripts in its workflow.
- onStartInitialSection() - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- onStartTiming(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a timing is started using the
VirtualUser.startTiming(String)
method. - onStartTransaction(String, String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- onStartTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a transaction is started using the
VirtualUser.startTransaction(String)
orVirtualUser.startTransaction(String, String)
methods. - onStartTransaction(String, String) - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- onSuspendTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a transaction is suspended using the
VirtualUser.suspendTransaction(String)
orVirtualUser.suspendTransaction(String, String)
methods. - onWarn(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever a warning is written to the VU event log using the
VirtualUser.warn(String)
orVirtualUser.warn(String, String)
methods. - onWriteMessage(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called whenever an information message is written to the VU event log using the
VirtualUser.writeMessage(String)
orVirtualUser.writeMessage(String, String)
methods. - open() - Method in class com.facilita.fc.web.WebSocket
-
Opens the WebSocket.
- openEventLog() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- OpenSuite(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- OpenSuite(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Open an eggPlant suite.
- OpenSuite(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- OpenSuites() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- OpenSuites() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get a list of the open eggPlant suites.
- OpenSuites() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- OptionElement - Class in com.facilita.fc.web
-
Represents an HTML option element within an HTML form.
- OptionElement(long, boolean) - Constructor for class com.facilita.fc.web.OptionElement
-
For internal use only.
- OptionElement(String) - Constructor for class com.facilita.fc.web.OptionElement
-
Creates a new
OptionElement
object with the specifiedvalue
. - OPTIONS - com.facilita.fc.web.HttpMethod
-
Represents the HTTP OPTIONS method
- other - com.facilita.fc.web.InputElement.InputElementType
-
Represents an input type not described by the other values.
- output() - Method in class com.facilita.fc.eggPlant.EggplantReturnData
-
Gets the text produced by a call to eggPlant.
P
- pass() - Method in class com.facilita.fc.runtime.Metric
-
Returns
true
if the metric passed. - Pass_code() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The password for the VNC server, encrypted.
- password - com.facilita.fc.web.InputElement.InputElementType
-
Represents a text box in which typed characters are masked with dots.
- PATCH - com.facilita.fc.web.HttpMethod
-
Represents the HTTP PATCH method
- pause() - Method in class com.facilita.fc.runtime.VirtualUser
-
Pauses the execution of the script.
- pause() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Pauses the execution of the script.
- pause(int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Pauses the execution of the script for a specified
interval
(modified byVirtualUser.getPauseFactor()
). - pause(int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Pauses the execution of the script for a specified
interval
(modified byVirtualUserScript.getPauseFactor()
). - pause(int, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Pauses the execution of the script for a specified
interval
(modified byVirtualUser.getPauseFactor()
). - pause(VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Pauses the execution of the script.
- PauseScript() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- PauseScript() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Pause script.
- PauseScript() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- PhantomJS - com.facilita.fc.selenium.WebDriverType
- Point - Class in com.facilita.fc.eggPlant
-
Represents a Point on the screen.
- Point(int, int) - Constructor for class com.facilita.fc.eggPlant.Point
-
Instantiates a new point.
- port() - Method in class com.facilita.fc.jni.IpEndPoint
-
Gets the port number.
- PortNum() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The port number used by the VNC server on the SUT.
- post() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- post() - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called after all scripts have finished executing.
- post() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- post() - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- POST - com.facilita.fc.web.HttpMethod
-
Represents the HTTP POST method.
- postDataEncode(String) - Static method in class com.facilita.fc.web.Coder
-
Encodes a
String
so that it can be sent to a web server as POST data. - postDataEncode(String, String) - Static method in class com.facilita.fc.web.Coder
-
Encodes a
String
so that it can be sent to a web server as POST data, specifying the characters which shouldn't be encoded. - pre() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- pre() - Method in class com.facilita.fc.runtime.VirtualUser
-
This method is called before any scripts are executed.
- pre() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
This method is called just before this script is executed for the first time.
- pre() - Method in class com.facilita.fc.selenium.SeleniumVirtualUser
- pre() - Method in class com.facilita.fc.web.WebBrowserVirtualUser
- prepareRequest(Request) - Method in class com.facilita.fc.web.WebBrowserVirtualUser
-
This method is called immediately before a
Request
object is sent to the web server. - processResponse(Response) - Method in class com.facilita.fc.web.WebBrowserVirtualUser
-
This method is called immediately after a
Response
is returned from the web server. - Protocol - Enum in com.facilita.fc.web
-
Represents an internet protocol.
- Pulsing() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Whether the search type allows for pulsing; true or false.
- PUT - com.facilita.fc.web.HttpMethod
-
Represents the HTTP PUT method.
Q
- QueryData - Class in com.facilita.fc.web
-
Represents the query string of a
Url
as a sequence of name/value pairs. - QueryData() - Constructor for class com.facilita.fc.web.QueryData
-
Creates a
QueryData
object with no name/value pairs. - QueryData(long, boolean) - Constructor for class com.facilita.fc.web.QueryData
-
For internal use only.
- QueryData(String) - Constructor for class com.facilita.fc.web.QueryData
-
Initialises a new instance of the QueryData class by parsing a URL encoded string.
- quit() - Method in class com.facilita.fc.selenium.WebDriver
-
Quits this driver, closing every associated window.
R
- R() - Method in class com.facilita.fc.eggPlant.Color
-
Returns the red component of this
Color
. - radio - com.facilita.fc.web.InputElement.InputElementType
-
Represents one of a collection of radio buttons, only one of which can be selected at once
- raiseAlert(int, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an alert of the specified
severity
to the Alerts table in Test Controller. - raiseAlert(int, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an alert of the specified
severity
to the Alerts table in Test Controller. - RanToCompletion - com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- RDP - com.facilita.fc.eggPlant.ConnectionType
- ReadTable(Rectangle, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ReadTable(Rectangle, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Read table.
- ReadTable(Rectangle, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ReadText(int, int, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ReadText(int, int, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Read text at a point on the screen Consult the Eggplant Functional documentation for details.
- ReadText(int, int, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ReadText(Point, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ReadText(Point, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Read text at a point on the screen Consult the Eggplant Functional documentation for details.
- ReadText(Point, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ReadText(Rectangle, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ReadText(Rectangle, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Read text from an area of the screen Consult the Eggplant Functional documentation for details.
- ReadText(Rectangle, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- recordMetric(String, int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a user metric.
- recordMetric(String, int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Records a user metric.
- recordMetric(String, int, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a user metric.
- recordMetrics(MetricCollection) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records multiple user metrics simultaneously.
- recordMetrics(MetricCollection) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Records multiple user metrics simultaneously.
- recordMetrics(MetricCollection, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records multiple user metrics simultaneously.
- recordTransaction(String, int, int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a transaction in the VU event log.
- recordTransaction(String, int, int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Records a transaction in the VU event log.
- recordTransaction(String, int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a transaction in the VU event log, specifying whether the transaction passed.
- recordTransaction(String, int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Records a transaction in the VU event log, specifying whether the transaction passed.
- recordTransaction(String, int, int, boolean, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a transaction in the VU event log, specifying whether the transaction passed.
- recordTransaction(String, Date, int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a transaction in the VU event log.
- recordTransaction(String, Date, int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Records a transaction in the VU event log.
- recordTransaction(String, Date, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a transaction in the VU event log, specifying whether the transaction passed.
- recordTransaction(String, Date, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Records a transaction in the VU event log, specifying whether the transaction passed.
- recordTransaction(String, Date, int, boolean, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Records a transaction in the VU event log, specifying whether the transaction passed.
- Rectangle - Class in com.facilita.fc.eggPlant
-
Represents an area of the screen.
- Rectangle(int, int, int, int) - Constructor for class com.facilita.fc.eggPlant.Rectangle
-
Instantiates a new Rectangle.
- refresh() - Method in class com.facilita.fc.selenium.Navigation
-
Refresh the current page
- RefreshScreen() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RefreshScreen() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Refresh the screen.
- RefreshScreen() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- RegExpMatch - Class in com.facilita.fc.jni
-
Represents the position and text of a match found in a regular expression search.
- RegExpMatch(long, boolean) - Constructor for class com.facilita.fc.jni.RegExpMatch
-
For internal use only.
- RegExpMatchList - Class in com.facilita.fc.jni
-
A list of
RegExpMatch
objects. - RegExpMatchList() - Constructor for class com.facilita.fc.jni.RegExpMatchList
-
Creates an empty
RegExpMatchList
object. - RegExpMatchList(long) - Constructor for class com.facilita.fc.jni.RegExpMatchList
-
Creates a
RegExpMatchList
object with capacity n. - RegExpMatchList(long, boolean) - Constructor for class com.facilita.fc.jni.RegExpMatchList
-
For internal use only.
- registerClosedCallback(WebSocketClosedCallback) - Method in class com.facilita.fc.web.WebSocket
-
Register a callback to be invoked when the WebSocket is closed.
- registerErrorCallback(WebSocketErrorCallback) - Method in class com.facilita.fc.web.WebSocket
-
Register a callback to be invoked when an error occurs on the WebSocket.
- registerReceivedMessageCallback(WebSocketReceivedMessageCallback) - Method in class com.facilita.fc.web.WebSocket
-
Register a callback to be invoked when a message is received from the server.
- RemoteClipboard() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RemoteClipboard() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the contents of the remote clipboard.
- RemoteClipboard() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- RemoteClipboard(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RemoteClipboard(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the contents of the remote clipboard.
- RemoteClipboard(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- remove(String) - Method in class com.facilita.fc.web.QueryData
-
Removes the first item in the list with the specified
name
. - remove(String, int) - Method in class com.facilita.fc.web.QueryData
-
Removes the nth item in the list with the specified
name
. - remove(String, String) - Method in class com.facilita.fc.web.QueryData
-
Removes the first item in the list with the specified
name
andvalue
. - remove(String, String, int) - Method in class com.facilita.fc.web.QueryData
-
Removes the nth item in the list with the specified
name
andvalue
. - removeAttribute(String) - Method in class com.facilita.fc.web.HtmlElement
-
Removes an attribute from this HTML element.
- removeCookie(String) - Method in class com.facilita.fc.web.WebBrowser
-
Removes all cookies with the given name from the cookie cache
- removeDefaultHeader(String) - Method in class com.facilita.fc.web.WebBrowser
-
Removes the specified default HTTP header.
- removeDefaultKeepSubRequestContentType(String) - Method in class com.facilita.fc.web.WebBrowser
-
Removes a Content-Type fragment, so the content of sub-request responses that match the specified Content-Type fragment will no longer be kept by default for any subsequent
Request
objects created by thisWebBrowser
. - removeDefaultKeepSubRequestContentUrl(String) - Method in class com.facilita.fc.web.WebBrowser
-
Removes a URL, so the content of sub-request responses that match the specified URL fragment will no longer be kept by default for any subsequent
Request
objects created by thisWebBrowser
. - removeElement(int) - Method in class com.facilita.fc.web.Form
-
Removes the nth
HtmlElement
from thisForm
. - removeElement(String) - Method in class com.facilita.fc.web.Form
-
Removes the
HtmlElement
with the specifiedname
from this form. - removeElement(String, String) - Method in class com.facilita.fc.web.Form
- removeFile(String) - Method in class com.facilita.fc.web.FileElement
-
Removes a file from the list of files to be uploaded.
- removeFirst(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Reads and removes the first value from the specified value list in the Shared Data Server.
- removeHeader(String) - Method in class com.facilita.fc.web.CachedResponse
-
Removes a specified HTTP response header from this
CachedResponse
. - removeHeader(String) - Method in class com.facilita.fc.web.Request
-
Removes an HTTP header from this
Request
. - removeHeader(String) - Method in class com.facilita.fc.web.WebSocket
-
Removes an HTTP header from this WebSocket.
- removeKeepSubRequestContentType(String) - Method in class com.facilita.fc.web.Request
-
Removes a Content-Type fragment, so the content of sub-request responses that match the specified Content-Type fragment will no longer be kept.
- removeKeepSubRequestContentUrl(String) - Method in class com.facilita.fc.web.Request
-
Removes a URL, so the content of sub-request responses that match the specified URL fragment will no longer be kept.
- removeLast(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Reads and removes the last value from the specified value list in the Shared Data Server.
- removeOptionElement(int) - Method in class com.facilita.fc.web.SelectElement
- removeOptionElement(String) - Method in class com.facilita.fc.web.SelectElement
-
Removes the
OptionElement
with the specifiedvalue
from the list of availableOptionElement
objects. - Request - Class in com.facilita.fc.web
-
Describes an HTTP request.
- Request(long, boolean) - Constructor for class com.facilita.fc.web.Request
-
For internal use only.
- RequestToStopAtEndOfIteration - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- RequestToStopAtEndOfScript - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- RequestToStopAtEndOfVirtualUser - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- requestToStopBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Requests currently running background script to stop.
- requestToStopBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Requests currently running background script to stop.
- reserve(long) - Method in class com.facilita.fc.jni.RegExpMatchList
-
Sets the capacity of the list
- reset - com.facilita.fc.web.InputElement.InputElementType
-
Represents a button which resets all form values to their defaults when clicked.
- reset() - Method in class com.facilita.fc.jni.ExtractionCursor
-
Resets this object for re-use.
- reset() - Method in interface com.facilita.fc.runtime.DataTable
-
Resets the Data Table row pointer to an uninitialised state.
- resetCharEncoding() - Method in class com.facilita.fc.web.Response
-
Resets the character encoding that is used to decode the data contained in this
Response
. - Response - Class in com.facilita.fc.web
-
Describes an HTTP response returned by a web server.
- Response(long, boolean) - Constructor for class com.facilita.fc.web.Response
-
For internal use only.
- responseWithNoExpiryInformationIsFresh() - Method in class com.facilita.fc.web.WebBrowser
-
Gets a value that indicates whether a response from a web server that does not contains any expiry information (such as an "Expires" or "Cache-Control, max-age" header) is treated as expired or not.
- result() - Method in class com.facilita.fc.eggPlant.EggplantReturnData
-
Get the result of the call to eggPlant.
- resume() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Resumes the background script (which was previously suspended).
- resumeBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Resumes currently suspended background script.
- resumeBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Resumes currently suspended background script.
- resumeLogging() - Method in class com.facilita.fc.web.WebBrowser
-
Resumes detailed HTTP logging for this Virtual User.
- resumeTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Resumes the timing of the specified transaction.
- resumeTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Resumes the timing of the specified transaction.
- resumeTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Resumes the timing of the specified transaction, identified by
tag
as well asid
. - resumeTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Resumes the timing of the specified transaction, identified by
tag
as well asid
. - resumeTransaction(String, String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Resumes the timing of the specified transaction, identified by
tag
as well asid
. - retryOnFailure() - Method in class com.facilita.fc.eggPlant.ConnectionProperties
- returnValue() - Method in class com.facilita.fc.eggPlant.EggplantReturnData
-
Get the return value of the call to eggPlant.
- ReturnValue() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
The returned value of any return statements
- Reverse() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Whether or not the VNC connection is a reverse connection (i.e.
- rfind(ExtractionCursor, String) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, starting from the end of the content. - rfind(ExtractionCursor, String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, starting from the end of the content. - rfind(ExtractionCursor, String, boolean) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, starting from the end of the content, and specifying whether the search will be case-sensitive. - rfind(ExtractionCursor, String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, starting from the end of the content, and specifying whether the search will be case-sensitive. - rfind(ExtractionCursor, String, ActionType) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, starting from the end of the content, specifying what action to take in case of failure. - rfind(ExtractionCursor, String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, starting from the end of the content, and what action to take in case of failure. - rfind(ExtractionCursor, String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Finds the specified
text
within thisResponse
, starting from the end of the content, specifying whether the search will be case-sensitive, and what action to take in case of failure. - rfind(ExtractionCursor, String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Finds the specified
text
within this WebSocketMessage, starting from the end of the content, specifying whether the search will be case-sensitive, and what action to take in case of failure. - RightClick(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RightClick(int, int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Right click a point on the screen.
- RightClick(int, int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- RightClick(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RightClick(Point) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Right click a point on the screen.
- RightClick(Point) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- RightClick(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RightClick(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Right click on an image.
- RightClick(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- rowCount() - Method in class com.facilita.fc.web.TextAreaElement
-
Gets the number of rows of text that this
TextAreaElement
has space for. - run() - Method in class com.facilita.fc.eggPlant.EggplantResultsFolderWatcher
- run() - Method in class com.facilita.fc.runtime.VirtualUser
- Run(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Run(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Run an eggPlant script.
- Run(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- runAsBackgroundThread(VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
- RunDate() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
The date and time the run was started
- Running - com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- RunWithNewResults(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- RunWithNewResults(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Run an eggPlant script with new results.
- RunWithNewResults(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
S
- saveCookie(String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Saves cookie data for the specified
host
. - ScreenSize() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The width and height of the SUT screen.
- script() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- script() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
This is the method which will be run by the
VirtualUser
when it executes this script, and is where you should write your test script code. - ScriptContextTerminationException - Exception in com.facilita.exception
-
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.
- ScriptContextTerminationException() - Constructor for exception com.facilita.exception.ScriptContextTerminationException
- ScriptContextTerminationException(String) - Constructor for exception com.facilita.exception.ScriptContextTerminationException
- ScriptResults - Class in com.facilita.fc.eggPlant
-
Represents the results of a script.
- ScriptResults(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ScriptResults(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Get the results of a script.
- ScriptResults(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ScriptStatus - Enum in com.facilita.fc.runtime.backgroundScripting
-
This enumeration describes all possible background script statuses.
- ScrollWheelDown(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ScrollWheelDown(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Scroll the mouse wheel down.
- ScrollWheelDown(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- ScrollWheelUp(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- ScrollWheelUp(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Scroll the mouse wheel up.
- ScrollWheelUp(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- SEARCH_IN_BODY - com.facilita.fc.web.SearchFlags
-
Search in the HMTML body text only.
- SEARCH_IN_BOTH - com.facilita.fc.web.SearchFlags
-
Search in the HTML body text.
- SEARCH_IN_HEADERS - com.facilita.fc.web.SearchFlags
-
Search in the header(s) text only.
- SearchFlags - Enum in com.facilita.fc.web
-
Used for searching for data with Correlation Rules.
- SearchType() - Method in class com.facilita.fc.eggPlant.ImageInfo
-
Precise, Tolerant, or Text.
- selected() - Method in class com.facilita.fc.web.OptionElement
-
Returns
true
if thisOptionElement
has been selected. - SelectElement - Class in com.facilita.fc.web
-
Represents an HTML select element within an HTML form.
- SelectElement(long, boolean) - Constructor for class com.facilita.fc.web.SelectElement
-
For internal use only.
- selectRandomEntryFromList(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Selects a random entry from a list stored in this Virtual User's data dictionary.
- selectRandomEntryFromList(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Selects a random entry from a list stored in this Virtual User's data dictionary.
- SeleniumVirtualUser - Class in com.facilita.fc.selenium
-
A Selenium Virtual User.
- SeleniumVirtualUser() - Constructor for class com.facilita.fc.selenium.SeleniumVirtualUser
- SeleniumVirtualUserInterface - Interface in com.facilita.fc.selenium
-
Describes the methods that can be called in an
SeleniumVirtualUserScript
or customSeleniumVirtualUser
. - SeleniumVirtualUserScript - Class in com.facilita.fc.selenium
-
A Selenium
VirtualUserScript
. - SeleniumVirtualUserScript() - Constructor for class com.facilita.fc.selenium.SeleniumVirtualUserScript
- send() - Method in class com.facilita.fc.web.Request
-
Sends this request and any sub-requests to the web server, and waits for all the responses to be served.
- sendImage(byte[]) - Method in class com.facilita.fc.eggPlant.EggplantVUWatcher
- sendImage(byte[]) - Method in interface com.facilita.fc.eggPlant.IEggplantVUWatcher
- sendImage(byte[]) - Method in interface com.facilita.fc.eggPlant.IImageSender
- sendImage(byte[]) - Method in class com.facilita.fc.eggPlant.NullEggplantVUWatcher
- sendIterationStart(String) - Method in class com.facilita.fc.eggPlant.EggplantVUWatcher
- sendIterationStart(String) - Method in interface com.facilita.fc.eggPlant.IEggplantVUWatcher
- sendIterationStart(String) - Method in class com.facilita.fc.eggPlant.NullEggplantVUWatcher
- sendKeys(CharSequence...) - Method in class com.facilita.fc.selenium.WebElement
-
Use this method to simulate typing into an element, which may set its value.
- SendMail(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- SendMail(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Send an email.
- SendMail(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- sendMessage(byte[]) - Method in class com.facilita.fc.web.WebSocket
-
Send a binary message to the server.
- sendMessage(byte[], boolean) - Method in class com.facilita.fc.web.WebSocket
-
Send a message to the server.
- sendMessage(WebSocketMessage) - Method in class com.facilita.fc.web.WebSocket
-
Send a message to the server.
- sendMessage(String) - Method in class com.facilita.fc.web.WebSocket
-
Send a text message to the server.
- sendMessageFromFile(String, boolean) - Method in class com.facilita.fc.web.WebSocket
-
Send a message to the server, by loading the message data from a file.
- sendMessageFromFile(String, boolean, int) - Method in class com.facilita.fc.web.WebSocket
-
Send a message to the server, by loading the message data from a file.
- sendRequests() - Method in class com.facilita.fc.web.ConcurrentRequestSender
-
Sends a list of
Request
objects to the web server in parallel. - sendSubRequests(Response) - Method in class com.facilita.fc.web.Request
-
Sends the sub-requests for this request to the web server, and waits for the responses.
- sendTopLevel() - Method in class com.facilita.fc.web.Request
-
Sends this request to the web server, and waits for the response to be served, but doesn't send any sub-requests.
- sendTransactionStart(String) - Method in class com.facilita.fc.eggPlant.EggplantVUWatcher
- sendTransactionStart(String) - Method in interface com.facilita.fc.eggPlant.IEggplantVUWatcher
- sendTransactionStart(String) - Method in class com.facilita.fc.eggPlant.NullEggplantVUWatcher
- ServerID() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The host name, IP address, or display name of the SUT.
- set(int, RegExpMatch) - Method in class com.facilita.fc.jni.RegExpMatchList
-
Sets the nth match in the list.
- set(String, String) - Method in class com.facilita.fc.runtime.SharedData
-
Creates or resets the value associated with the specified
key
in the Shared Data Server. - set(String, T) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets an
Object
value in the dictionary. - set(String, T) - Method in class com.facilita.fc.runtime.VirtualUser
- set(String, T) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setAccess(int, String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the
dwAccessType
,lpszProxyName
andlpszProxyBypass
parameters to be passed toInternetOpen()
used by WinInet/WinHTTP. - setAdditionalArgs(String[]) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set an array of additional arguments to send
- setAttribute(String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the value of the specified attribute to an empty
String
. - setAttribute(String, String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the value of the specified attribute.
- setAuthentication(String, String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the domain, username and password that will be used for HTTP authentication.
- setBackgroundScriptID(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
For internal use only.
- setBoolean(String, boolean) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets a
boolean
value in the dictionary. - setBoolean(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
- setBoolean(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setBufferSize(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the size of the buffer used when reading TCP data from a socket.
- setCacheInMemoryContentLimit(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the maximum size of resources that can be cached in memory.
- setCacheSecureData(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether secure (HTTPS) data should be cached (
true
by default). - setCachingEnabled(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether HTTP caching should be enabled.
- setCancellationToken(CustomCancellationToken) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
For internal use only.
- setCertificateDisplay(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether client certificate names should be written to the event log.
- setCertificateStoreName(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the name of the system certificate store in which to search for client certificates.
- setCertificateSubject(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the subject to search for when selecting a client certificate.
- setCertLocation(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the location folder or file path for a client certificate.
- setCharactersAllowedInPostedForm(String) - Method in class com.facilita.fc.web.Request
-
Sets the characters that will NOT be percent-encoded when a
Form
is sent to the web server using a POST request. - setCharEncoding(String) - Method in class com.facilita.fc.web.CachedResponse
-
Sets the character encoding that is used to decode the data contained in this
CachedResponse
, for example"UTF-8"
. - setCharEncoding(String) - Method in class com.facilita.fc.web.Form
-
Sets the character encoding to use when interpreting this
Form
. - setCharEncoding(String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the character encoding that is used to decode the data contained in this
HtmlElement
, for example"UTF-8"
. - setCharEncoding(String) - Method in class com.facilita.fc.web.Response
-
Sets the character encoding that is used to decode the data contained in this
Response
. - setCharEncoding(String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Sets the encoding to use to decode text in this message.
- setChecked(boolean) - Method in class com.facilita.fc.web.InputElement
-
Sets or removes the
"checked"
attribute for thisInputElement
. - setChunkSize(int) - Method in class com.facilita.fc.web.Request
-
Sets the size in bytes of the chunk size to use when sending data using Transfer-Encoding: chunked
- setColorDepth(int) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the color depth of the SUT in the Viewer window: 8, 16, 32.
- setConnectionsPerServer(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the maximum number of connections allowed per server for a WinHTTP handler.
- setConnectionType(ConnectionType) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the connection method to use to connect to the SUT.
- setConnectRetries(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the number of times to attempt to connect to a web server before reporting a failure.
- setConnectTimeout(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the time in milliseconds to wait for a TCP connection to be opened, before reporting a failure.
- setContent(String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the content of this HTML element.
- setContentType(String) - Method in class com.facilita.fc.web.CachedResponse
-
Sets the value of the
"Content-Type"
HTTP header. - setContentType(String) - Method in class com.facilita.fc.web.Request
-
Sets the value of the
"Content-Type"
HTTP header. - setContentType(String) - Method in class com.facilita.fc.web.WebSocket
-
Sets the value of the
"Content-Type"
HTTP header. - setCookiesSupported() - Method in class com.facilita.fc.web.WebBrowser
-
Sets automatic cookie handling to be enabled.
- setCookiesSupported(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether cookies should be handled automatically.
- setDataFromPropertyList() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- setDebugMode(boolean) - Method in class com.facilita.fc.runtime.VirtualUser
- setDefaultCharactersAllowedInPostedForm(String) - Method in class com.facilita.fc.web.WebBrowser
-
Set the characters that, by default, will NOT be percent-encoded when a
Form
is sent to the web server using a POST request. - setDefaultConnectionIdleTimeout(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the time in milliseconds after which a TCP connection is considered to be idle, and automatically closed.
- setDefaultFollowRedirects() - Method in class com.facilita.fc.web.WebBrowser
-
Sets the behaviour of this
WebBrowser
so redirects will automatically be followed for any subsequentRequest
objects created. - setDefaultFollowRedirects(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether redirects will automatically be followed for any subsequent
Request
objects created by thisWebBrowser
. - setDefaultHeader(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets a default HTTP request header for every subsequent
Request
object created by thisWebBrowser
, using the contents of the specifiedString
. - setDefaultHeader(String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets a default HTTP request header for every subsequent
Request
object created by thisWebBrowser
, as a name/value pair. - setDefaultIncludeQueryDataInLabels(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether URLs with different query data should be considered different from each other by default.
- setDefaultKeepAllSubRequestContent(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether the content of responses to sub-requests should be kept, for any subsequent
Request
objects created by thisWebBrowser
. - setDefaultKeepContent(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether to keep the content of responses by default, for any subsequent
Request
objects created by thisWebBrowser
. - setDefaultRetrieveSubRequests(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether sub-requests will be retrieved for any subsequent
Request
objects created by thisWebBrowser
. - setDefaultSubRequestThreadCount(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the number of threads that will be used to fetch sub-requests from the web server, for any subsequent
Request
objects created by thisWebBrowser
. - setDefaultTimeEveryHttpRequest(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether sub-requests should be timed as well as top-level HTTP requests, for any subsequent
Request
objects created by thisWebBrowser
. - setDefaultUserAgent(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the value that the
"User-Agent"
HTTP header defaults to inRequest
objects created by thisWebBrowser
. - setDefaultVersion(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the HTTP version for any subsequent
Request
objects created by thisWebBrowser
. - setDisabled(boolean) - Method in class com.facilita.fc.web.HtmlElement
-
Sets or removes the
"disabled"
attribute for this HTML element. - setDnsRetries(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the number of times that eggPlant Performance will retry a DNS lookup in the event of failure.
- setDnsTimeout(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the time in milliseconds before a DNS lookup will time-out.
- setDouble(String, double) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets a
double
value in the dictionary. - setDouble(String, double) - Method in class com.facilita.fc.runtime.VirtualUser
- setDouble(String, double) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setDynatraceIntegrationEnabled(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether or not dynaTrace integration is enabled.
- setDynatraceIntegrationEnabled(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether or not dynaTrace integration is enabled.
- setEggPlantDrivePort(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- setEggPlantDrivePort(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Sets the port that eggPlant Drive is running on.
- setEggPlantDrivePort(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- setEnableOptionalClientCertificates(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets whether client certificates can be optional, in case the server requests a client certificate but doesn't require one.
- setEncType(String) - Method in class com.facilita.fc.web.Form
-
Sets the encoding type for this
Form
. - setErrorMessage(String) - Method in class com.facilita.fc.jni.ExtractionCursor
-
Sets the error message for an unsuccessful extract.
- setFloat(String, float) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets a
float
value in the dictionary. - setFloat(String, float) - Method in class com.facilita.fc.runtime.VirtualUser
- setFloat(String, float) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setFollowRedirects() - Method in class com.facilita.fc.web.Request
-
Sets the behaviour of this
Request
so redirects will automatically be followed. - setFollowRedirects(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether redirects will automatically be followed for this
Request
. - setHeader(String) - Method in class com.facilita.fc.web.CachedResponse
-
Sets an HTTP response header for this
CachedResponse
, using the contents of the specifiedString
. - setHeader(String) - Method in class com.facilita.fc.web.Request
-
Sets an HTTP header for this
Request
. - setHeader(String) - Method in class com.facilita.fc.web.WebSocket
-
Sets an HTTP header to use in the opening handshake request for this WebSocket, using the contents of the specified string.
- setHeader(String, String) - Method in class com.facilita.fc.web.CachedResponse
-
Sets an HTTP response header for this
CachedResponse
, as a name/value pair. - setHeader(String, String) - Method in class com.facilita.fc.web.Request
-
Sets an HTTP header for this
Request
. - setHeader(String, String) - Method in class com.facilita.fc.web.WebSocket
-
Sets an HTTP header to use in the opening handshake request for this WebSocket, as a name/value pair.
- setHeight(int) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
For RDP connection types only, specifies the height of the Viewer window in pixels.
- setHostFilteringMode(HostFilteringMode) - Method in class com.facilita.fc.web.WebBrowser
-
Set the
HostFilteringMode
. - setHttpStatusCategory(HttpStatusRange, HttpStatusCategory) - Method in class com.facilita.fc.web.Request
-
Registers the provided HTTP status code range against the predefined category.
- setHttpStatusCategory(HttpStatus, HttpStatusCategory) - Method in class com.facilita.fc.web.Request
-
Registers the provided HTTP status code range against the predefined category.
- setId(String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the value of the
"id"
attribute for this HTML element. - setIgnoredSubRequests(List<Url>) - Method in class com.facilita.fc.web.Request
-
Sets the list of sub-requests that will be ignored when fetching sub-requests from the web server.
- setIncludeQueryDataInLabels(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether URLs with different query data should be considered different from each other for analysis purposes.
- setIndex(int) - Method in class com.facilita.fc.jni.ExtractionCursor
-
Sets the offset into the
Response
at which the extracted text was found. - setInt(String, int) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets an
int
value in the dictionary. - setInt(String, int) - Method in class com.facilita.fc.runtime.SharedData
-
Creates or resets the
integer
value associated with the specifiedkey
in the Shared Data Server. - setInt(String, int) - Method in class com.facilita.fc.runtime.VirtualUser
- setInt(String, int) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setInteger(String, Integer) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets an
Integer
value in the dictionary. - setInteger(String, Integer) - Method in class com.facilita.fc.runtime.VirtualUser
- setInteger(String, Integer) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setKeepAlive(boolean) - Method in class com.facilita.fc.web.Request
-
Sets the value of the
"Connection"
request header. - setKeepAllSubRequestContent(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether the content of responses to sub-requests should be kept.
- setKeepContent(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether to keep the content of responses.
- setList(String, List) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets a
List
value in the dictionary. - setList(String, List) - Method in class com.facilita.fc.runtime.VirtualUser
- setList(String, List) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setLocalIpEndPoint(IpEndPoint) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the local
IpEndPoint
to use when making a connection to a web server. - setLong(String, long) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets a
long
value in the dictionary. - setLong(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
- setLong(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setManufacturer(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the manufacturer of the device as recorded in eggCloud; e.g., Apple.
- setMaxConnectionAttempts(int) - Method in class com.facilita.fc.runtime.SharedData
-
Sets the maximum number of connection attempts to make when connecting to a Shared Data Server.
- setMaxConnections(int) - Static method in class com.facilita.fc.runtime.SharedData
-
Sets the maximum number of connections that will be opened from each engine process to each Shared Data Server.
- setMaxNetworkErrors(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the maximum number of network errors to accept before the script is terminated.
- setMessageBody(byte[]) - Method in class com.facilita.fc.web.Request
-
Sets the body of the HTTP request that will be sent to the server.
- setMessageBody(Form) - Method in class com.facilita.fc.web.Request
-
Sets the body of the HTTP request that will be sent to the server, as name/value pairs extracted from the specified
Form
object. - setMessageBody(String) - Method in class com.facilita.fc.web.Request
-
Sets the body of the HTTP request that will be sent to the server.
- setMessageBody(String, String) - Method in class com.facilita.fc.web.Request
-
Sets the body of the HTTP request that will be sent to the server, specifying the character encoding to use to encode the post data.
- setMessageBodyFromFile(String) - Method in class com.facilita.fc.web.Request
-
Sets the body of the HTTP request that will be sent to the server, by loading data from a data file.
- setMinorVersion(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the minor HTTP version number.
- setModel(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the model of the device as recorded in eggCloud; e.g., iPhone.
- setMultipartBoundary(String) - Method in class com.facilita.fc.web.FileElement
-
Sets the
String
that will be used as the boundary between files (including the--
prefix), when encoding this element as multipart/form-data. - setMultipartFormBoundary(String) - Method in class com.facilita.fc.web.Form
-
Sets the multipart boundary that will be used when encoding this form as multipart/form-data.
- setName(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the hostname, IP address, or Connection List Display Name.
- setName(String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets the name of this dictionary.
- setName(String) - Method in class com.facilita.fc.runtime.VirtualUser
- setName(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setName(String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the value of the
"name"
attribute for this HTML element. - setNumberOfWarmupIterations(int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets the number of warm-up iterations for this Virtual User.
- setNumberOfWarmupIterations(int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Sets the number of warm-up iterations for this Virtual User.
- setOffsetEdit(OffsetEditSequence) - Method in class com.facilita.fc.web.Request
-
Sets an
OffsetEditSequence
object to be applied to the message body of thisRequest
object, immediately before the request is sent to the web server. - SetOption(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- SetOption(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Sets an option.
- SetOption(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- SetOptions(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- SetOptions(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Sets the options.
- SetOptions(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- setOS(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the operating system of the device as recorded in eggCloud; e.g., iOS.
- setOSVersion(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the operating system version as recorded in eggCloud; e.g., 6.0.2.
- setPasscode(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the encrypted password.
- setPassword(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the password for the VNC server if you're making a VNC connection, or the Windows user password if you're making an RDP connection.
- setPassword(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the password that will be used for HTTP authentication.
- setPauseFactor(int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets the current percentage pause factor.
- setPauseFactor(int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Sets the current percentage pause factor.
- setPort(int) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the port number used by the server on the SUT.
- setProgressPoint(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets a progress point in the VU event log.
- setProgressPoint(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Sets a progress point in the VU event log.
- setProgressPoint(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets a progress point in the VU event log, specifying whether the progress point passed.
- setProgressPoint(String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Sets a progress point in the VU event log, specifying whether the progress point passed.
- setProgressPoint(String, String, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets a progress point in the VU event log, specifying whether the progress point passed and specifying extra information which appears in the Info column.
- setProgressPoint(String, String, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Sets a progress point in the VU event log, specifying whether the progress point passed and specifying extra information which appears in the Info column.
- setProgressPoint(String, String, boolean, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets a progress point in the VU event log, specifying whether the progress point passed and specifying extra information which appears in the Info column.
- setProxy(String, int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the proxy server address and port.
- setProxyUserPassword(String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the username and password that will be used for proxy authentication.
- setReadRetries(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the number of times to attempt to read data from the web server before reporting a failure.
- setReceiveTimeout(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the time in milliseconds to wait for a web server to respond to a request before reporting a failure.
- setReferer(Url) - Method in class com.facilita.fc.web.CachedResponse
-
Sets the value of the
"Referer"
HTTP header to the specifiedUrl
. - setReferer(Url) - Method in class com.facilita.fc.web.Request
-
Sets the value of the
"Referer"
HTTP header. - setReferer(Url) - Method in class com.facilita.fc.web.WebSocket
-
Sets the value of the
"Referer"
HTTP header. - setReferer(String) - Method in class com.facilita.fc.web.CachedResponse
-
Sets the value of the
"Referer"
HTTP header. - setReferer(String) - Method in class com.facilita.fc.web.Request
-
Sets the value of the
"Referer"
HTTP header. - setReferer(String) - Method in class com.facilita.fc.web.WebSocket
-
Sets the value of the
"Referer"
HTTP header. - SetRemoteClipboard(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- SetRemoteClipboard(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Sets the text on the remote clipboard.
- SetRemoteClipboard(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- setResponseWithNoExpiryInformationIsFresh(boolean) - Method in class com.facilita.fc.web.WebBrowser
-
Sets a value that indicates whether a response from a web server that does not contains any expiry information (such as an "Expires" or "Cache-Control, max-age" header) is treated as expired or not.
- setRetrieveSubRequests(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether sub-requests will be retrieved for this
Request
. - setRetryOnFailure(boolean) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
- setRetryTimeout(int) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
- setSelected(boolean) - Method in class com.facilita.fc.web.OptionElement
-
Sets or removes the
"selected"
attribute for thisOptionElement
. - setSelectedOption(OptionElement) - Method in class com.facilita.fc.web.SelectElement
-
Sets the selected option from the list of available
OptionElement
objects. - setSelectedOption(String) - Method in class com.facilita.fc.web.SelectElement
-
Sets the selected option from the list of available
OptionElement
objects. - setSendTimeout(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the time in milliseconds before a sent TCP packet will time-out.
- setSshHost(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the hostname or IP address of a computer hosting an SSH connection.
- setSshPassword(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the password to the user account on the SSH server.
- setSshUser(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the user account on the SSH host
- setSSLrenegotiateTime(int) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the time in milliseconds after which the SSL connection must be renegotiated.
- setString(String, String) - Method in interface com.facilita.fc.runtime.DataDictionary
-
Sets a
String
value in the dictionary. - setString(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
- setString(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
- setSubmitted(boolean) - Method in class com.facilita.fc.web.InputElement
-
Sets a value indicating whether this
InputElement
has been submitted. - setSubRequests(List<Url>) - Method in class com.facilita.fc.web.Request
-
Sets the list of sub-requests that will be fetched from the web server by this request.
- setSubRequestThreadCount(int) - Method in class com.facilita.fc.web.Request
-
Sets the number of threads that will be used to fetch sub-requests from the web server.
- setSucceeded(boolean) - Method in class com.facilita.fc.jni.ExtractionCursor
-
Sets whether the extract was successful.
- setSynchronizationPoint(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Set a named synchronization point.
- setSynchronizationPoint(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Set a named synchronization point.
- setTimeEveryHttpRequest(boolean) - Method in class com.facilita.fc.web.Request
-
Sets whether sub-requests should be timed as well as top-level HTTP requests.
- setTransactionLoggingOn(boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Sets whether transactions should be logged for this VU.
- setTransactionLoggingOn(boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Sets whether transactions should be logged for this VU.
- setup(EventLog, Time, CompoundDataDictionary, int, String, SimpleDataDictionary, VUGroup, AlertManager) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- setUpdatePollInterval(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- setUpdatePollInterval(int) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Set the time in seconds between updates from eggPlant Functional.
- setUpdatePollInterval(int) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- setUrl(Url) - Method in class com.facilita.fc.web.Request
-
Sets the
Url
that thisRequest
is targeting. - setUrl(Url) - Method in class com.facilita.fc.web.WebSocket
-
Sets the
Url
that this WebSocket is targeting. - setUser(String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the username that will be used for HTTP authentication.
- setUserAgent(String) - Method in class com.facilita.fc.web.CachedResponse
-
Sets the value of the
"User-Agent"
HTTP header. - setUserAgent(String) - Method in class com.facilita.fc.web.Request
-
Sets the value of the
"User-Agent"
HTTP header. - setUserAgent(String) - Method in class com.facilita.fc.web.WebSocket
-
Sets the value of the
"User-Agent"
HTTP header. - setUsername(String) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
Set the Windows username when connecting via RDP.
- setUserPassword(String, String) - Method in class com.facilita.fc.web.WebBrowser
-
Sets the username and password that will be used for HTTP authentication.
- setValue(String) - Method in class com.facilita.fc.web.HtmlElement
-
Sets the value of the
"value"
attribute for this HTML element. - setValue(String, String) - Method in class com.facilita.fc.web.QueryData
-
Sets the value of the first name/value pair in the list that has the specified
name
. - setValue(String, String, int) - Method in class com.facilita.fc.web.QueryData
-
Sets the value of the nth name/value pair in the list that has the specified
name
. - setVerbose(boolean) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- setVerbose(boolean) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Turns verbose logging on or off.
- setVerbose(boolean) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- setVersion(String) - Method in class com.facilita.fc.web.Request
-
Sets the HTTP version.
- setVU(WebBrowserVirtualUser) - Method in class com.facilita.fc.web.WebSocket
-
Sets the
VirtualUser
instance that this WebSocket is associated with. - setWidth(int) - Method in class com.facilita.fc.eggPlant.ConnectionProperties
-
For RDP connection types only, specifies the width of the Viewer window in pixels.
- setX(int) - Method in class com.facilita.fc.web.ImageButtonElement
-
Set the value of the X coordinate that will be sent to the server
- setY(int) - Method in class com.facilita.fc.web.ImageButtonElement
-
Set the value of the Y coordinate that will be sent to the server
- SharedData - Class in com.facilita.fc.runtime
-
Provides functionality for communication with the Shared Data Server.
- SharedData(String, int) - Constructor for class com.facilita.fc.runtime.SharedData
-
Creates a
SharedData
object which can be used to connect to a running instance of the Shared Data Server. - SharedData(String, int, boolean) - Constructor for class com.facilita.fc.runtime.SharedData
-
Creates a
SharedData
object which can be used to connect to a running instance of the Shared Data Server. - simplifyWhitespace(String) - Static method in class com.facilita.util.StringUtils
-
Replaces one or more consecutive white space characters by a single space character, and trims white space from each end of a
String
. - SingleShot - com.facilita.fc.runtime.backgroundScripting.ExecutionFlags
-
The background script will be run once only.
- size() - Method in class com.facilita.fc.jni.RegExpMatchList
-
Gets the number of items in the list.
- size() - Method in interface com.facilita.fc.runtime.DataTable
-
Gets the number of rows in the DataTable that are available to the Virtual User.
- size() - Method in class com.facilita.fc.runtime.MetricCollection
-
Gets the number of metrics in the collection.
- size() - Method in class com.facilita.fc.web.OffsetEditSequence
-
Gets the number of edits in the sequence.
- Size - Class in com.facilita.fc.eggPlant
-
Represents the size (width and height) of an area of the screen.
- Size(int, int) - Constructor for class com.facilita.fc.eggPlant.Size
-
Instantiates a new size.
- SOCK - com.facilita.fc.web.ConnectionType
-
The internal connection type.
- splitString(String, String) - Static method in class com.facilita.util.StringUtils
-
Splits a
String
based upon any character in the specifiedtoken
. - splitStringExcel(String, String) - Static method in class com.facilita.util.StringUtils
-
Split a
String
using Microsoft Excel-style quoting. - sshHost() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The host name or IP of a computer hosting an SSH connection.
- sshPass_code() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The password to the user account on the SSH server, encrypted.
- sshUser() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
The user account on the SSH host.
- start() - Method in class com.facilita.fc.eggPlant.EggplantDriveRunner
- start() - Method in class com.facilita.fc.eggPlant.EggplantResultsFolderWatcher
- start() - Method in class com.facilita.fc.eggPlant.EggplantVUWatcher
- start() - Method in interface com.facilita.fc.eggPlant.IEggplantVUWatcher
- start() - Method in class com.facilita.fc.eggPlant.NullEggplantVUWatcher
- startBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Starts previously created and not started background script.
- startBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Starts previously created and not started background script
- startCustomVUWatcher() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- startEggplantSession() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- startEggplantSession() - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Start a new eggPlant session.
- startEggplantSession() - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- startEggplantSession(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- startEggplantSession(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Start a new eggPlant session and open an eggPlant suite.
- startEggplantSession(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- startRequest(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- startRequest(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
For internal use only.
- startRequest(String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- startTiming(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a start timing event to the VU event log.
- startTiming(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a start timing event to the VU event log.
- startTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a start transaction event to the VU event log.
- startTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a start transaction event to the VU event log.
- startTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
- startTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a start transaction event to the VU event log, specifying a
tag
which appears in the Info column. - startTransaction(String, String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a start transaction event to the VU event log, specifying a
tag
which appears in the Info column. - Status() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Whether or not Eggplant is connected to the SUT.
- Status() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
The status of the run - Success, Failure or Running
- stop() - Method in class com.facilita.fc.eggPlant.EggplantResultsFolderWatcher
- stop() - Method in class com.facilita.fc.eggPlant.EggplantVUWatcher
- stop() - Method in interface com.facilita.fc.eggPlant.IEggplantVUWatcher
- stop() - Method in class com.facilita.fc.eggPlant.NullEggplantVUWatcher
- stopBackgroundScriptImmediately(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Tells the script to stop immediately.
- stopBackgroundScriptImmediately(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Tells the script to stop immediately.
- stopCustomVUWatcher() - Method in class com.facilita.fc.runtime.VirtualUser
-
For internal use only.
- stopImmediately() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Internal use only.
- StopImmediatelyAtEndOfIteration - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- StopImmediatelyAtEndOfScript - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- StopImmediatelyAtEndOfVirtualUser - com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
- StringUtils - Class in com.facilita.util
-
Provides simple static methods for string manipulation
- submit - com.facilita.fc.web.InputElement.InputElementType
-
Represents a button which performs the form's action (usually submitting the form data as a GET or POST request) when clicked.
- submit() - Method in class com.facilita.fc.selenium.WebElement
-
If this current element is a form, or an element within a form, then this will be submitted to the remote server.
- succeeded() - Method in class com.facilita.fc.jni.ExtractionCursor
-
Returns
true
if the extract was successful. - suspend() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Asks the background script to suspend.
- suspendBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Suspends currently executing background script.
- suspendBackgroundScript(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Suspends currently executing background script.
- suspendLogging() - Method in class com.facilita.fc.web.WebBrowser
-
Suspends detailed HTTP logging for this Virtual User.
- suspendTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Suspends the timing of the specified transaction.
- suspendTransaction(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Suspends the timing of the specified transaction.
- suspendTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Suspends the timing of the specified transaction, identified by
tag
as well asid
. - suspendTransaction(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Suspends the timing of the specified transaction, identified by
tag
as well asid
. - suspendTransaction(String, String, VirtualUserScript) - Method in class com.facilita.fc.runtime.VirtualUser
-
Suspends the timing of the specified transaction, identified by
tag
as well asid
. - swigToEnum(int) - Static method in class com.facilita.fc.jni.IpEndPoint
-
For internal use only.
- swigToEnum(int) - Static method in enum com.facilita.fc.web.ConnectionType
-
For internal use only.
- swigToEnum(int) - Static method in enum com.facilita.fc.web.InputElement.InputElementType
-
For internal use only.
- swigValue() - Method in class com.facilita.fc.jni.IpEndPoint
-
For internal use only.
- swigValue() - Method in enum com.facilita.fc.web.ConnectionType
-
For internal use only.
- swigValue() - Method in enum com.facilita.fc.web.InputElement.InputElementType
-
For internal use only.
- switchTo() - Method in class com.facilita.fc.selenium.WebDriver
-
Send future commands to a different frame or window.
T
- text - com.facilita.fc.web.InputElement.InputElementType
-
Represents a text box.
- TextAreaElement - Class in com.facilita.fc.web
-
Represents an HTML textarea element within an HTML form.
- TextAreaElement(long, boolean) - Constructor for class com.facilita.fc.web.TextAreaElement
-
For internal use only.
- timedOut() - Method in class com.facilita.fc.eggPlant.EggplantReturnData
- timeToPause(int) - Method in class com.facilita.fc.runtime.VirtualUser
-
Gets the length of time that this Virtual User would pause for if
VirtualUser.pause(int)
were called with the specifiedinterval
. - timeToPause(int) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Gets the length of time that this Virtual User would pause for if
VirtualUserScript.pause(int)
were called with the specifiedinterval
. - to(String) - Method in class com.facilita.fc.selenium.Navigation
-
Load a new web page in the current browser window.
- to(URL) - Method in class com.facilita.fc.selenium.Navigation
-
Overloaded version of
Navigation.to(String)
that makes it easy to pass in a URL. - toEnum(int) - Static method in enum com.facilita.fc.runtime.ActionType
-
For internal use only.
- topLeft() - Method in class com.facilita.fc.eggPlant.Rectangle
-
Get a Point representing the location of the top left corner of the Rectangle.
- toString() - Method in class com.facilita.fc.eggPlant.Color
- toString() - Method in class com.facilita.fc.eggPlant.EggplantReturnData
- toString() - Method in class com.facilita.fc.eggPlant.ImageInfo
- toString() - Method in class com.facilita.fc.eggPlant.Point
- toString() - Method in class com.facilita.fc.eggPlant.Rectangle
- toString() - Method in class com.facilita.fc.eggPlant.Size
- toString() - Method in class com.facilita.fc.jni.IpEndPoint
-
Represents this object as a
String
. - toString() - Method in interface com.facilita.fc.runtime.DataDictionary
-
Returns a
String
representation of the dictionary. - toString() - Method in class com.facilita.fc.runtime.Metric
-
Returns a
String
that represents the currentMetric
. - toString() - Method in class com.facilita.fc.runtime.MetricCollection
- toString() - Method in class com.facilita.fc.runtime.VirtualUser
- toString() - Method in class com.facilita.fc.runtime.VirtualUserScript
- toString() - Method in class com.facilita.fc.web.HttpStatus
- toString() - Method in class com.facilita.fc.web.Url
-
Returns a
String
representation of thisUrl
. - toString(boolean) - Method in class com.facilita.fc.web.Url
-
Returns a
String
representation of thisUrl
, specifying whether to percent-encode the path. - toString(boolean, boolean) - Method in class com.facilita.fc.web.Url
-
Returns a
String
representation of thisUrl
, specifying whether to percent-encode the path and include the port component of the URL if it is a standard port. - TransactionData - Class in com.facilita.fc.runtime
-
Provides data about a particular transaction.
- tryToSuspend() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Try to suspend a background script.
- TypeText(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- TypeText(String) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Type text.
- TypeText(String) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- TypeText(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- TypeText(String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Type text.
- TypeText(String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
U
- unignoreHost(String) - Method in class com.facilita.fc.web.WebBrowser
-
Stops preventing requests from being sent to the specified
domain
. - unignoreHostRegexp(String) - Method in class com.facilita.fc.web.WebBrowser
-
Stops preventing requests from being sent to the domains that match the specified regular expression.
- unincludeHost(String) - Method in class com.facilita.fc.web.WebBrowser
-
Stop sending requests to the specified
domain
. - unincludeHostRegexp(String) - Method in class com.facilita.fc.web.WebBrowser
-
Stop sending requests to hosts that match the given regular expression.
- Unknown - com.facilita.fc.selenium.WebDriverType
- unsetProxy() - Method in class com.facilita.fc.web.WebBrowser
-
Unsets the proxy server address and port.
- unsetReferer() - Method in class com.facilita.fc.web.CachedResponse
-
Removes the
"Referer"
HTTP header. - unsetReferer() - Method in class com.facilita.fc.web.Request
-
Removes the
"Referer"
HTTP header. - unsetReferer() - Method in class com.facilita.fc.web.WebSocket
-
Removes the
"Referer"
HTTP header. - unsetSynchronizationPoint(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Unset a named synchronization point.
- unsetSynchronizationPoint(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Unset a named synchronization point.
- UNSPECIFIED - com.facilita.fc.web.ConnectionType
-
Unspecified connection type
- Url - Class in com.facilita.fc.web
-
Represents a URL, specified by a protocol, optional credentials host, port, path, optional query data, and optional reference.
- Url(long, boolean) - Constructor for class com.facilita.fc.web.Url
-
For internal use only.
- Url(Protocol, IpEndPoint) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
andipEndPoint
(host/port). - Url(Protocol, IpEndPoint, String) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
,ipEndPoint
(host/port) andpath
. - Url(Protocol, IpEndPoint, String, QueryData) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
,ipEndPoint
(host/port),path
andQueryData
object. - Url(Protocol, IpEndPoint, String, QueryData, String) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
,ipEndPoint
(host/port),path
andQueryData
object. - Url(Protocol, IpEndPoint, String, String) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
,ipEndPoint
(host/port),path
andqueryText String
. - Url(Protocol, String) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
andhost
. - Url(Protocol, String, String) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object with the specifiedprotocol
,host
andpath
. - Url(Url, String, boolean) - Constructor for class com.facilita.fc.web.Url
-
For internal use only.
- Url(String) - Constructor for class com.facilita.fc.web.Url
-
Creates a
Url
object from the specifiedurlText
. - urlDecode(String) - Static method in class com.facilita.fc.web.Coder
-
Decodes a percent-encoded
String
. - urlEncode(String) - Static method in class com.facilita.fc.web.Coder
-
Encodes a
String
using percent-encoding. - urlEncode(String, String) - Static method in class com.facilita.fc.web.Coder
-
Encodes a
String
using percent-encoding, specifying which characters should be encoded. - urlEncode(String, String, boolean) - Static method in class com.facilita.fc.web.Coder
-
Encodes a
String
using percent-encoding, specifying which characters should be encoded (optionally including reserved characters).
V
- VALID_CODE - com.facilita.fc.web.HttpStatusCategory
-
To treat the specified HTTP status code as valid code
- value() - Method in class com.facilita.fc.runtime.Metric
-
Gets the value of the metric.
- valueOf(String) - Static method in enum com.facilita.fc.eggPlant.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.runtime.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.runtime.backgroundScripting.ExecutionFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.runtime.backgroundScripting.ScriptStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.selenium.WebDriverType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.HostFilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.HttpStatusCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.HttpStatusRange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.InputElement.InputElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facilita.fc.web.SearchFlags
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.facilita.fc.eggPlant.ConnectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.runtime.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.runtime.backgroundScripting.AutomaticStopCriteria
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.runtime.backgroundScripting.ExecutionFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.runtime.backgroundScripting.ScriptStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.selenium.WebDriverType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.ConnectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.HostFilteringMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.HttpStatusCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.HttpStatusRange
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.InputElement.InputElementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.Protocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.facilita.fc.web.SearchFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verify(boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that a boolean expression is
true
. - verify(boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that a boolean expression is
true
. - verifyContains(String) - Method in class com.facilita.fc.web.Response
-
Returns
true
if the content of thisResponse
contains the specifiedtext
. - verifyContains(String) - Method in class com.facilita.fc.web.WebSocketMessage
-
Determines whether the content of this WebSocketMessage contains the specified
text
. - verifyContains(String, boolean) - Method in class com.facilita.fc.web.Response
-
Returns
true
if the content of thisResponse
contains the specifiedtext
, specifying whether the search will be case-sensitive. - verifyContains(String, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Determines whether the content of this WebSocketMessage contains the specified
text
, specifying whether the search will be case-sensitive. - verifyContains(String, ActionType) - Method in class com.facilita.fc.web.Response
-
Returns
true
if the content of thisResponse
contains the specifiedtext
, specifying what action to take in case of failure. - verifyContains(String, ActionType) - Method in class com.facilita.fc.web.WebSocketMessage
-
Determines whether the content of this WebSocketMessage contains the specified
text
, and specifying the action to take on failure. - verifyContains(String, ActionType, boolean) - Method in class com.facilita.fc.web.Response
-
Returns
true
if the content of thisResponse
contains the specifiedtext
, specifying whether the search will be case-sensitive, and what action to take in case of failure. - verifyContains(String, ActionType, boolean) - Method in class com.facilita.fc.web.WebSocketMessage
-
Determines whether the content of this WebSocketMessage contains the specified
text
, specifying whether the search will be case-sensitive, and specifying the action to take on failure. - verifyEQ(double, double, double, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that two doubles are equal.
- verifyEQ(double, double, double, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that two doubles are equal.
- verifyEQ(int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that two integers are equal.
- verifyEQ(int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that two integers are equal.
- verifyEQ(long, long, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that two longs are equal.
- verifyEQ(long, long, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that two longs are equal.
- verifyEQ(String, String, boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that two
String
objects are equal. - verifyEQ(String, String, boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that two
String
objects are equal. - verifyLE(double, double, double, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one double is less than or equal to another.
- verifyLE(double, double, double, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one double is less than or equal to another.
- verifyLE(int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one integer is less than or equal to another.
- verifyLE(int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one integer is less than or equal to another.
- verifyLE(long, long, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one long is less than or equal to another.
- verifyLE(long, long, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one long is less than or equal to another.
- verifyLE(String, String, boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one
String
is less than or equal to another. - verifyLE(String, String, boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one
String
is less than or equal to another. - verifyLT(double, double, double, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one double is less than another.
- verifyLT(double, double, double, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one double is less than another.
- verifyLT(int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one integer is less than another.
- verifyLT(int, int, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one integer is less than another.
- verifyLT(long, long, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one long is less than another.
- verifyLT(long, long, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one long is less than another.
- verifyLT(String, String, boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUser
-
Verifies that one
String
is less than another. - verifyLT(String, String, boolean, boolean) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Verifies that one
String
is less than another. - verifyResult(HttpStatus) - Method in class com.facilita.fc.web.Response
-
Verify that the response code of this Response matches the specified
expectedResult
. - verifyResult(HttpStatus, ActionType) - Method in class com.facilita.fc.web.Response
-
Verify that the response code of this Response matches the specified
expectedResult
, and takes the specifiedaction
if it does not. - verifyTitle(String) - Method in class com.facilita.fc.web.Response
-
Verifies that the title of this
Response
page matches the specifiedtitle
. - verifyTitle(String, ActionType) - Method in class com.facilita.fc.web.Response
-
Verifies that the title of this
Response
page matches the specifiedtitle
, and takes the specifiedaction
if it does not. - VirtualUser - Class in com.facilita.fc.runtime
-
Represents a single Virtual User.
- VirtualUser() - Constructor for class com.facilita.fc.runtime.VirtualUser
-
Creates a
VirtualUser
object. - VirtualUserScript - Class in com.facilita.fc.runtime
-
The
VirtualUserScript
class is the base class of all eggPlant Performance Script classes. - VirtualUserScript() - Constructor for class com.facilita.fc.runtime.VirtualUserScript
- Visible() - Method in class com.facilita.fc.eggPlant.ConnectionInfo
-
Whether or not Eggplant is connected to the SUT.
- VNC - com.facilita.fc.eggPlant.ConnectionType
W
- Wait(double) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- Wait(double) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Wait for a period of time.
- Wait(double) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- waitFor(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a reference to an object stored in the data dictionary.
- waitFor(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a reference to an object stored in the data dictionary.
- WaitFor(double, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- WaitFor(double, String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Wait for an image to appear.
- WaitFor(double, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- WaitForAll(double, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUser
- WaitForAll(double, String, String...) - Method in interface com.facilita.fc.eggPlant.EggplantVirtualUserInterface
-
Wait for multiple images to appear.
- WaitForAll(double, String, String...) - Method in class com.facilita.fc.eggPlant.EggplantVirtualUserScript
- waitForBackgroundScriptToFinish(String, Duration) - Method in class com.facilita.fc.runtime.VirtualUser
-
Waits for the background script to finish work in the given timeout, if timeout is not provided or null it waits until the tasks finish (if at all), if timeout is not null, then it returns false if it expired before the timeout reached.
- waitForBackgroundScriptToFinish(String, Duration) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Waits for the background script to finish work in the given timeout, if timeout is not provided or null it waits until the tasks finish (if at all), if timeout is not null, then it returns false if it expired before the timeout reached.
- waitForBoolean(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a boolean stored in the data dictionary.
- waitForBoolean(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a boolean stored in the data dictionary.
- waitForDouble(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a double stored in the data dictionary.
- waitForDouble(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a double stored in the data dictionary.
- waitForFloat(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a float stored in the data dictionary.
- waitForFloat(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a float stored in the data dictionary.
- waitForInt(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns an int stored in the data dictionary.
- waitForInt(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns an int stored in the data dictionary.
- waitForList(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a reference to a List stored in the data dictionary.
- waitForList(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a reference to a List stored in the data dictionary.
- waitForLong(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a long stored in the data dictionary.
- waitForLong(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a long stored in the data dictionary.
- waitForMessageContaining(String, long) - Method in class com.facilita.fc.web.WebSocketMessageQueue
-
Wait for a
WebSocketMessage
containing a specific piece of text to arrive from the server. - waitForString(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Returns a reference to a String stored in the data dictionary.
- waitForString(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a reference to a String stored in the data dictionary.
- waitForSynchronizationPoint(String, long) - Method in class com.facilita.fc.runtime.VirtualUser
-
Wait for a named synchronization point to be set.
- waitForSynchronizationPoint(String, long) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Wait for a named synchronization point to be set.
- WaitingToRun - com.facilita.fc.runtime.backgroundScripting.ScriptStatus
- warn(Exception) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a warning message to the VU event log, consisting of the specified exception
- warn(Exception) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a warning message to the VU event log, consisting of the specified exception
- warn(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a warning message to the VU event log.
- warn(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a warning message to the VU event log.
- warn(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a warning message to the VU event log, specifying an identifier which appears in the ID column.
- warn(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a warning message to the VU event log, specifying an identifier which appears in the ID column.
- warn(String, String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes a warning message and an image link to the VU event log, specifying an identifier which appears in the ID column.
- warn(String, String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes a warning message and an image link to the VU event log, specifying an identifier which appears in the ID column.
- WARNING_CODE - com.facilita.fc.web.HttpStatusCategory
-
To treat the specified HTTP status code as warning code
- Warnings() - Method in class com.facilita.fc.eggPlant.ScriptResults
-
A count of the warnings logged for that run.
- wasRedirected() - Method in class com.facilita.fc.web.Response
-
Returns
true
if thisResponse
was the result of a redirected request. - WebBrowser - Class in com.facilita.fc.web
-
The
WebBrowser
class is the starting point for sending web requests. - WebBrowser(long, boolean) - Constructor for class com.facilita.fc.web.WebBrowser
-
For internal use only.
- WebBrowserScript - Class in com.facilita.fc.web
-
Represents a Web Java Virtual User Script.
- WebBrowserScript() - Constructor for class com.facilita.fc.web.WebBrowserScript
-
For internal use only.
- WebBrowserVirtualUser - Class in com.facilita.fc.web
-
Represents a Web Java Virtual User.
- WebBrowserVirtualUser() - Constructor for class com.facilita.fc.web.WebBrowserVirtualUser
-
For internal use only.
- WebDriver - Class in com.facilita.fc.selenium
-
An implementation of
WebDriver
, which represents an idealised web browser. - WebDriverType - Enum in com.facilita.fc.selenium
-
Describes the types of
WebDriver
that we can create - WebElement - Class in com.facilita.fc.selenium
-
An implementation of
WebElement
, which represents an HTML element. - WebSocket - Class in com.facilita.fc.web
-
Represents a WebSocket
- WebSocket(long, boolean) - Constructor for class com.facilita.fc.web.WebSocket
-
For internal use only.
- WebSocketClosedCallback - Interface in com.facilita.fc.web
-
An interface defining the method that is called when a
WebSocket
is closed. - WebSocketErrorCallback - Interface in com.facilita.fc.web
-
An interface defining the method that is called when an error occurs on a
WebSocket
. - WebSocketMessage - Class in com.facilita.fc.web
-
Represents a message that can be sent or received over a
WebSocket
- WebSocketMessage(long, boolean) - Constructor for class com.facilita.fc.web.WebSocketMessage
-
For internal use only.
- WebSocketMessageQueue - Class in com.facilita.fc.web
-
Provides a mechanism for waiting for
WebSocketMessage
's to arrive from the server. - WebSocketMessageQueue(WebSocket) - Constructor for class com.facilita.fc.web.WebSocketMessageQueue
-
Creates a new WebSocketMessageQueue instance to wait for messages on a particular
WebSocket
. - WebSocketReceivedMessageCallback - Interface in com.facilita.fc.web
-
An interface defining the method that is called when a message from the server is received on a
WebSocket
- whereAmI() - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Returns a stack trace for this Virtual User.
- width() - Method in class com.facilita.fc.eggPlant.Size
-
Width.
- WIN_HTTP - com.facilita.fc.web.ConnectionType
-
The Microsoft WinHTTP connection handler
- WIN_INET - com.facilita.fc.web.ConnectionType
-
The Microsoft WinINet connection handler
- withCredentials(String, String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifieduser
andpassword
(replacing the existing credentials if present). - withPath(String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedpath
(replacing the existing path if present). - withPort(int) - Method in class com.facilita.fc.jni.IpEndPoint
-
Creates a copy of this
IpEndPoint
object and sets the specified port number. - withPort(int) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedport
(replacing the existing port if present). - withQuery(Form) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with query data from the specifiedForm
object (replacing the existing query data if present). - withQuery(Form, String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with query data from the specifiedForm
object percent-encoded using the supplied list ofunsafeCharacters
(replacing the existing query data if present). - withQuery(QueryData) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedQueryData
object (replacing the existing query data if present). - withQuery(QueryData, String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedQueryData
object (replacing the existing query data if present). - withQuery(String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedqueryText String
(replacing the existing query data if present). - withReference(String) - Method in class com.facilita.fc.web.Url
-
Creates a new
Url
object using the attributes of thisUrl
, but with the specifiedreference String
(replacing the existing reference, also known as the fragment ID, if present). - writeMessage(Exception) - Method in class com.facilita.fc.runtime.VirtualUser
-
Write an information message to the VU event log, consisting of the exception specified.
- writeMessage(Exception) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Write an information message to the VU event log, consisting of the exception specified.
- writeMessage(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an information message to the VU event log.
- writeMessage(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an information message to the VU event log.
- writeMessage(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an information message to the VU event log, specifying an identifier which appears in the ID column.
- writeMessage(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an information message to the VU event log, specifying an identifier which appears in the ID column.
- writeMessage(String, String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an information message to the VU event log and also a link to an image, specifying an identifier which appears in the ID column.
- writeMessage(String, String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an information message to the VU event log and also a link to an image, specifying an identifier which appears in the ID column.
- writeSystemLog(String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an alert of Error severity to the Alerts table in Test Controller.
- writeSystemLog(String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an alert of Error severity to the Alerts table in Test Controller.
- writeSystemLog(String, String) - Method in class com.facilita.fc.runtime.VirtualUser
-
Writes an alert of Error severity to the Alerts table in Test Controller, specifying a
heading
to prefix to themessage
. - writeSystemLog(String, String) - Method in class com.facilita.fc.runtime.VirtualUserScript
-
Writes an alert of Error severity to the Alerts table in Test Controller, specifying a
heading
to prefix to themessage
. - WS - com.facilita.fc.web.Protocol
-
Represents the WebSocket Protocol.
- WSS - com.facilita.fc.web.Protocol
-
Represents the WebSocket (secure) Protocol.
X
Y
_
- _code - Variable in exception com.facilita.exception.FCException
-
For internal use only.
All Classes All Packages