Search the Community
Showing results for tags 'Iframe'.
-
I need to send a string of text to this popup and click on the ok button to save it. Here is the code I have so far: ;Start IE Sleep(7000) $oIE = _IECreate("http://www.google.com") Sleep(500) _IELoadWait($oIE) $hIE = _IEPropertyGet($oIE, "hwnd") ; Get Handle of the IE window Sleep(500) Win...
-
Hello, I'm trying to write a script that can go to a specific work related webpage, then grab the html text out of a known recorded comment field. I have a basic understanding of HTML, but I'm confused by the website as when I open up source code I get something called frames/iframes. Not sure...
- 1 reply
-
- ei
- sourcecode
-
(and 2 more)
Tagged with:
-
Hello, I'm trying to set the value of an input value in an iframe which is a cross reference. Here is my code: $oFrame = _IEFrameGetObjByName($oIE, "AID_1460048722447_iframe") If @error Then ConsoleWrite("Cannot get this frame" & @CRLF) EndIf If Not IsObj($oFrame) Then ConsoleWrite("...
-
Hello Autoit fella.. I made a script to fill in form but the problem is, the script cannot detect the text area because it is inside the Facebook Iframe [as the screenshot attached] the url usually like this: https://www.facebook.com/thefanpagename?sk=app_163706647070644 meaning it is an apps in...
- 1 reply
-
- facebook apps
-
(and 1 more)
Tagged with: