I am using the following code get reference to a text input on a tradeskill container:
How can I send Keyboard input into the textbox now that it has y active cursor in it?
I tried using mq.cmd(), but it assumes that I am sending in /commands and not just raw text. I also tried /noparse, but get the same command issue.
Lua:
mq.TLO.Window('TradeskillWnd/COMBW_LeftSideArea/COMBW_FavoritesArea/COMBW_SearchArea/COMBW_SearchTextEdit').LeftMouseUp()
How can I send Keyboard input into the textbox now that it has y active cursor in it?
I tried using mq.cmd(), but it assumes that I am sending in /commands and not just raw text. I also tried /noparse, but get the same command issue.


