Trouble Shoot

Answers to yours questions / Exceptions

FAQ's

chevron-rightHow can I send a value to the text box using JavaScript?hashtag

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

chevron-rightCan I click on the element before sending a value?hashtag

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

chevron-rightI have a text box at the bottom of page, Can QATTS scroll automatically and send the value?hashtag

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

chevron-rightGetting an exception “ElementNotInteractable” when sending a value. How can I handle this?hashtag

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”.

chevron-rightValue was not seen in the element after populating? There was no exception either?hashtag

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

chevron-rightSending a value to a textbox, few characters were missing?hashtag

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

chevron-rightHow can I send a value from clipboard?hashtag

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

chevron-rightHow can i append my value to the existing value without clearing?hashtag

By configuring “sendWithoutClear”, We can achieve this.

chevron-rightBy default, the value of element was not getting cleared, How to clear the value?hashtag

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

chevron-rightHow to clear the value in the incremental/decremental textbox?hashtag

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

Last updated

Was this helpful?