Jump to content

anhoang

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

anhoang's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. hi guys! i so tired i need ur help!!! how to edit "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent" let user agent be like "Mozilla/5.0 (iPad; CPU OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1" thanks all!
  2. hello guys i need ur help i want click it <span tabindex="0" id="Cell.0.8"> <div></div> <input name="_QSCR1_C" class="mrSingle form-control with-gap" id="_Q0_C8" type="radio" value="NA" questionname="SCR1" iscode="" openendid="" otherid="" isexclusive="true"> <label for="_Q0_C8"> <span class="mrSingleText">Không phương án nào trong số này</span> </label> </span> this is hiden id and name i want click it help me plz thanks!!!
  3. thank you! it is hard for me ... they did hide id and name ...
  4. Local $Forms = _IETagNameGetCollection($oIE,'div') for $Form in $Forms if StringInStr($Form.GetAttribute("style"),'padding: 0px; transition:opacity 500ms, transform 500ms; width: 100%; vertical-align: top; display: flex; position: relative; box-sizing: border-box; opacity: 1; -ms-user-select: none; transform: none;') then ;MsgBox(1,'','') _IEFormElementSetValue($Form, "Something") _IEAction($Form, 'click') EndIf Next cant work someone help me plz!!! thanks ur help!
  5. i used select element and this is html i want click <div style="background: rgba(255, 255, 255, 0); left: 0px; top: 0px; width: 100%; right: 0px; bottom: 0px; overflow: hidden; position: absolute; -ms-user-select: none; transform: none;"><span></span></div>
  6. i have problem i can catch Obj by name, id, class, innertext but cant click i used _IEAction($Form, 'click') $Form.click() $Form.checked=true but that all do not worksomeone help me plzthanks for u help
  7. thank all! this is my first post and sorry so much if i have error my english so poor im sorry i can catch Obj name, id, class, innertext but cant click someone help me plz thanks!
  8. thanks you for read my post and i need ur help i have html <span style="transition:color 250ms; width: 100%; text-align: left; color: rgb(33, 33, 33); line-height: inherit; font-family: inherit; font-size: 18px; font-style: inherit; font-variant: inherit; font-weight: 500; display: block; white-space: normal; -ms-word-wrap: break-word; box-sizing: border-box; font-size-adjust: inherit; font-stretch: inherit;">Khác</span> can u help me click this border-box? thanks all!!!
×
×
  • Create New...