Rei10 Posted January 15, 2020 Share Posted January 15, 2020 $ode = _IEGetObjByName($oIE, 'de') _IEAction($ode, "focus") Sleep(1000) _IEFormElementSetValue($ode, 'wotyu@gmail.com') $ode.value = 'wotyu@gmail.com' ;<input></input> ;$ode.fireEvent("blur") ;$ode.fireEvent("click") ;$ode.fireEvent("focus") ;$ode.fireEvent("input") ;$ode.fireEvent("keydown") ;$ode.fireEvent("keypress") ;$ode.fireEvent("keyup") ;$ode.fireEvent("paste") ;$ode.fireEvent("select") ;$ode.fireEvent("unmask") Link to comment Share on other sites More sharing options...
Earthshine Posted January 15, 2020 Share Posted January 15, 2020 what? My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted January 15, 2020 Moderators Share Posted January 15, 2020 Rei10, You seem incapable of understanding that when we say we will not help you bypass CAPTCHAs we mean it. Practically every one of your threads has tried to gain information on this matter and despite several Moderator posts closing threads you continue to do so. Thus is your final warning - one more thread from you dealing with anything that even remotely resembles your previous attempts at CAPTCHA bypass will result in your removal from the community. Your choice - obey the Forum rules or leave, voluntarily or involuntarily. Thread locked. M23 P.S. And before you ask, no-one "holds" me either. Davidowicza 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts