QATTS Technical Docs
2.0.0 Main
2.0.0 Main
  • QATTS Product Documentation
  • Getting Started
    • About QATTS
      • A Quick Tour of QATTS
      • Terminology
      • Relationship
    • Dashboard
  • Getting to know
  • Administration
    • Product
      • How to Add Product
      • Configure Test Data Repository
    • Code Branch
      • How to Add Code Branch
    • Feature
    • Client
      • How to Add Client
    • Deployment
      • How to Add Deployment
      • Database Config
      • Email Config
    • Node
      • Streaming Configuration
      • How to register node for streaming
      • Status And Actions
    • Agent
    • User
    • Role
  • Studio
    • UI Elements
      • text_box
        • Properties Library
        • Trouble Shoot
      • loader
        • Trouble Shoot
      • date
      • button
      • drop_down
        • Trouble Shoot
        • Properties Library
      • label
      • check_box
      • radio_button
      • link
      • Shadow
      • Trouble Shoot
      • Properties Library
      • Pre and Post Actions
      • table
        • Example
        • Trouble Shoot
      • form
      • toogle_button
      • file
      • alert
  • Automation
    • Objects
      • UI Element
        • Drop Down
        • Radio Button
        • Multi Elements
        • table
        • form
      • Product Element
        • Advanced Data Types
          • QIntegerArray
          • QStringArray
          • QArray
          • QData
        • Basic Data Types
      • API
      • Query
      • Smarty
        • Excel: Read data from excel
        • File: Reads file Data
        • EmailRead
        • EmailSend
        • SiteScan
        • PDF Utils
      • New Group
    • Test Case
    • Function
    • Data Table
  • Execution
    • Test Case
      • Clients Summary
      • Search and Manage
      • Context Parameters
      • Details by Functionality
        • Sync
    • Test Suite
      • Create Suite
    • Test Run
      • Schedule Test Run
      • Untitled
    • Test Result
      • Results by Clients
      • Results by Fuctionality
    • Build No
    • Reports
      • All Failed Test Cases
      • Recently Failed Test Cases
  • Others
    • Milestone
  • Settings
    • Builds
    • Milestone
  • Site Scan
  • Using QATTS
    • Guide to API Automation
      • Adding API
      • Request
      • Response
        • Writing Response Schema
    • Guide to Web Automation
      • Performing Web Automation
    • Guide to setup agent-service
  • Advanced Data Types
    • QData
  • Methods
  • Standard Actions Methods
    • Execute Methods
  • UI Action Methods
    • extractGroup
  • File Action Methods
  • UI Element Advanced
  • UI Checks
  • Extraction Rules
  • Assertion Operations
  • Error Codes : Automation
  • Error Code: Execution
  • JSpreadSheetUtil Methods
  • Functions
    • Primitive
      • CONCATENATE
    • Date & Time
    • Text
  • Other Information
    • FAQ
    • Troubleshooting
      • UI Methods
Powered by GitBook
On this page

Was this helpful?

  1. Studio
  2. UI Elements
  3. text_box

Trouble Shoot

Answers to yours questions / Exceptions

FAQ's

How can I send a value to the text box using JavaScript?

We can simply configure the “jsSend” property for the respective object

Can I click on the element before sending a value?

Yes, QATTS has the PRE-ACTION feature. Refer to LINK. (OR) Configure “clickAndSend” property.

I have a text box at the bottom of page, Can QATTS scroll automatically and send the value?

Yes, With the PRE and POST Action features it can be done. By, default QATTS scrolls to the element and sends the value.

Getting an exception “ElementNotInteractable” when sending a value. How can I handle this?

In general, whenever the element is getting overlapped with another element, we receive this kind of exceptions, to handle this kind of issues. Configure the property “jsClick”.

Value was not seen in the element after populating? There was no exception either?

In this scenario we have hover the mouse and send the value. Configuring “moveAndSend” will do the job perfectly.

Sending a value to a textbox, few characters were missing?

Cases like this, We need to send the value character by character to the element. It can be achieved simply by configuring “charSequence”.

How can I send a value from clipboard?

Yes, clipboard values can be sent by configuring “pasteOnly”.

How can i append my value to the existing value without clearing?

By configuring “sendWithoutClear”, We can achieve this.

By default, the value of element was not getting cleared, How to clear the value?

In this special case, we can configure “selectAllAndSend”, which highlights the complete value and clicks on backspace.

How to clear the value in the incremental/decremental textbox?

We need to configure “smartClearAndSend” which clear the value character by character.

PreviousProperties LibraryNextloader

Last updated 2 years ago

Was this helpful?