Search found 3 matches

by trangnth
Thu Aug 16, 2018 10:41 am
Forum: How To …
Topic: how to check 'readonly' attr of input/textarea tag?
Replies: 2
Views: 1500

how to check 'readonly' attr of input/textarea tag?

Hi, I would like to check if an inputTag or textareaTag has "readonly" attribute, but I can not find methods/functions support this operation. html code: <input type=text readonly title="editbox title" name="editbox name" value="editbox value" > <textarea readonly cols=2 rows=2 title="text area titl...
by trangnth
Wed Aug 15, 2018 5:31 am
Forum: Object Identification and Technologies
Topic: Mouse double click operations are not working
Replies: 1
Views: 1815

Mouse double click operations are not working

Hi all, Currently we are using Record and Playback technique for preparing scripts. The issue is Mouse click operations are not working for us and every time when i record, a Mouse "Click" is shown as Mouse "DoubleClick" .Most of the scripts were working fine in older version are not working now. Wh...
by trangnth
Tue Aug 07, 2018 10:37 am
Forum: How To …
Topic: how to check order and position
Replies: 1
Views: 1503

how to check order and position

Hello,
Please help me to check position of item (ex: item on the upper right of the screen ) and check order of column in table.
Many thanks