Greetings!
I can not find the way to press the mail send conformation button. Please help me solve this problem.
Greetings!
I can not find the way to press the mail send conformation button. Please help me solve this problem.
You should provide a bit more information about what you're doing (more specifically, HOW you're doing what you're doing). Otherwise my answer is "click on it".
I try to click it by lua command Lua.DoString("SecureTransferDialog.Button1:Click()"), but game shows me "Attempt to access forbidden object from code tainted by an Addon" error.
You won't be able to access C_SecureTransfer since it is unregistered from _G after being wrapped locally by Blizzard's SecureTransferUI addon. If you want to send it from a bot you will need to use the cfunction for C_SecureTransfer.SendMail (or better yet, look at the function it calls.)