Jump to content

IE9 and '_IELinkClickByText()'


Recommended Posts

Hi destin,

sorry for replying so late... :)

My problem still exists and your "Birth Search" example doesn't work for my either. :D

But I have found a workaround: .

I'm still not very happy with this kind of "solution" but for the moment it works... ;)

Is there a way to set the Document Mode by modifying the IE object directly?

With '$oIE.document.documentMode' you can determine the current Document Mode.

Setting the Document Mode with '$oIE.document.documentMode = 8' fails.

Maybe someone has a better solution to this issue... ;)

Greets,

supersonic.

Edited by supersonic
Link to comment
Share on other sites

  • 7 years later...
LogWrite(" == Nirmal LOG Starts ==== ")

WinWaitActive("Windows Security")

LogWrite(" Nirmal LOG Starts $$$$ ")

If WinExists("Windows Security") Then

     sleep(100)

     ; Send("{TAB}")

     ClipPut(" ")

     sleep(100)

     ClipPut($TargetUsername)

     sleep(100)

     Send("^v")

     Send("{TAB}")

     sleep(200)

     ClipPut(" ")

       ClipPut($TargetPassword)

     sleep(100)

     Send("^v")

     send("{TAB}")

     sleep(100)

       send("{ENTER}")



EndIf

 

Link to comment
Share on other sites

  • Moderators

@Nirmal did you happen to notice this thread is 8 years old?? Please don't resurrect old threads, especially when A: the OP stated he found a workaround and B: your provided solution uses something as unreliable as Sends.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...