I am trying to “type” a comment.
The comment types which is great but the problem is the “value” I am trying to type is the whole sentence and UI Vision only types the FIRST LETTER.
When I use the “Play from here” option to test it out it works perfectly.
When I start running Macro and doesn’t work again and it types ONLY the FIRST Symbol of my actual text (sentence).
I am trying to “type” a comment but it only types the first symbol and not the whole text
Is it a glitch?
How can I fix it?
Do you have a test macro? Or at least a video of the situation?
Hi. I recorded the video explaining my exact issue. Please check it here:
Hi. I recorded the video explaining my exact issue.
Interesting. I am not exactly sure what is going on, but I would try this:
-
store | your message to post | !clipboard
- copy text to clipboard
-
XClick | IMAGE OF INSTA TEXT BOX.png
- set focus on text box
-
XTYPE | ${KEY_CTLR+KEY_V}
- Paste the text into the box
I found the command “Store” and after that didn’t get what to do next?
What should I do to do or how should I do “| your message to post | !clipboard
- copy text to clipboard”?
This is a complete command. It will store the text to the clipboard (!clipboard is a built-in special variable of Ui.Vision
I see. But where will it get the text (my comment to post) to store from, to begin with?
Shell I host this text on a google spreadsheet or how can I manage that?
If you have 5 min maybe we can hop on a quick 5 min zoom call so we can walk it through visually?
It’s hard to understand everything using the text as opposed to actually showing it on a screen.
I’ll totally understand if you don’t have time or don’t want to do it.
Just asking
uiuser
#9
Issue 1: Use relative xpath
Issue 2: Use xclick, xtype
you can use xclick & xtype with your existing code as well