hi, im trying to make instagram bot with vb6 and IE ocx
i can set value of the comment text .. and then submit the form .. but it just refresh the page
i believe this is the reason (after i read their js code) :
PostInfo__commentCreator",onSubmit:this.$PostInfo_handleCommentFormSubmit},this.props.commentSaveIsInFlight?null:y.createElement("input",{className:"-cx-PRIVATE-PostInfo__commentCreatorInput",disabled:this.props.commentSaveIsInFlight,onChange:this.$PostInfo_handleCommentChange,placeholder:t,type:"text",value:this.props.pendingComment}),this.props.commentSaveIsInFlight?y.createElement(E,null):null)},o.prototype.renderComments=function(){"use strict";var t=this.$PostInfo_getCommentsToDisplay();if(!this.props.caption&&0===t.length)return null;var e=t.length<this.props.commentsTotalCount,n=this.$PostInfo_isStackedVariant();return
i believe they do (onchange) function with text that wont work with me..
ofc i can make the bot by :
text.setfocus
sendkeys "comment" & chr(13)
but it wont work if the window is minimized..