Jump to content

Recommended Posts

Posted

I have maked a chat bot, and i get it to past some text in to the chat, but when i try to send enter, it wound work.

I checked the source on the page, and i found this.

onChatEnter(event);

And thats how it clicks, but when i try to send it, it wount work.

Here is my line:

func innfree2()
    $innfree3 = GUICtrlRead($innfree2)
    $chat   =   _IEGetObjById($oIE,"chatarea")
    $chat.innerHTML = $innfree3
    _IENavigate($oIE,"javascript: onChatEnter(event);")    ;;This woun`t send the text.
    EndFunc
Posted

Maybe try directly controlling the link?

_IELinkGetCollection

_IELinkClickByIndex

_IELinkClickByText

Should all help.

Please not also that chat bots are frowned upon...

Cheers,

Brett

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...