- SelectFeedbackFormField - Class in com.testfairy
-
A dropdown element to represent single choice options, like an HTML select node.
- SelectFeedbackFormField(String, String, Map<String, String>, String) - Constructor for class com.testfairy.SelectFeedbackFormField
-
- SessionStateListener - Class in com.testfairy
-
- SessionStateListener() - Constructor for class com.testfairy.SessionStateListener
-
- setBrowserUrl(String) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting the url, You will override the default TestFairy feedback form,
The specified url will be opened in the browser, when the user will want to provide a feedback.
- setCallback(FeedbackOptions.Callback) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting the callback, You will be notified for "onFeedbackSent", "onFeedbackCancelled" and "onFeedbackFailed"
- setDefaultText(String) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting a default text, you will override the initial content of the text area
inside the feedback form.
- setEmailFieldVisible(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
-
Determines whether the "email field" in the Feedback form will be visible or not.
- setEmailMandatory(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
-
Determines whether the user has to add his email address to the feedback.
- setFeedbackFormFields(List<FeedbackFormField>) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting this list, feedback forms can be customized with extra input fields.
- setFeedbackInterceptor(FeedbackOptions.FeedbackInterceptor) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting this interface, feedback can become available for inspection before
they are submitted.
- setRecordVideoButtonVisible(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting this flag, you can show/hide "Take a screen recording" button.
- setTakeScreenshotButtonVisible(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
-
By setting this flag, you can show/hide "Take a screenshot" button.
- StringFeedbackFormField - Class in com.testfairy
-
A simple form element for editable string inputs
- StringFeedbackFormField(String, String, String) - Constructor for class com.testfairy.StringFeedbackFormField
-