Search the Community
Showing results for tags 'ietagnamegetcollection'.
-
The problem that I am having is when my Msgbox pops up it come up blank. I would like it to show Nonprocedure. Why is my msgbox coming up blank? How do I grab NonProcedure code and display it in msgbox. Do $oInputs = _IETagNameGetCollection($oIE,"class") For $oInput in $oInputs If StringStripWS($oInput.innertext,1) = "medical__name" Then $otarget = $oInput $vTxt = $otarget. ExitLoop Else $target = "1" EndIf Next Until $otarget <> "1" MsgBox(0,"",$vTxt) <div class="medical__summary"> <a class="medical__name" onclick="trackmedicalEvent('medicalClick', 'click', '4990000', '82546', 'tri', 1, '');" href="/field/origin/a/xid=i5dbe04e5d2ac4ad58ea5bdb7049b1af7">NonProcedure</a> <a class="medical__group" href="/field/origin">Origin <span class="medical__category-name">(medical)</span></a> <div class="medical__extended-fields"> <span class="medical__extended-field">Number 319390</span> <span class="medical__extended-field">Type</span> </div> </div>
-
I am trying to wait for a pop up in IE with the title of "filed". I believe it is in a IE-frame. I am not having any luck attaching to it. The best thing I have been able to do is find the title using the below code. Is there a way I can just make AutoIt wait until it finds the "Filed" value from the below code? Thank you for any help, I am probably making this harder then it really is. $oIE = _IEAttach("Meditech") $oInputs1 = _IETagNameGetCollection($oIE, "div") For $oInput1 in $oInputs1 If StringStripWS($oInput1.innertext,1) = "Filed" Then $target = $oInput1 ExitLoop Else $target = "NOT FOUND" EndIf Next I have tried different variations of _IEAttach("MEDITECH","Filed") WinWaitActive("MEDITECH", "Filed") Here is what the popup looks like.
-
How to get this special ID and click it?
SugarBall posted a topic in AutoIt General Help and Support
Hello, can anyone give a help with getting this "special" ID below and click it: data-soccerid=".2.1:5:1:$post653711358129481_653714114795872:0.0.$there.0.$here.0.3.$HelpToggle:0" I have tried to get it with $a.innerHtml and click it with _IEAction. the script i wrote has no errors but seems it doesn't click my button either !- 1 reply
-
- ieaction
- ietagnamegetcollection
-
(and 3 more)
Tagged with:
-
How to get this special ID and click it?
SugarBall posted a topic in AutoIt General Help and Support
Hello, can anyone give a help with getting this "special" ID below and click it: data-siteid=".2.1:5:1:$post653711358129481_653714114795872:0.0.$up.0.$down.0.3.$voteToggle:0" I have tried to get it with $a.innerHtml and click it with _IEAction. the script i wrote has no errors but seems it doesn't click my button either !- 1 reply
-
- _ieframegetobjbyname
- ietagnamegetcollection
-
(and 3 more)
Tagged with: