Jump to content

How to click on this button


Recommended Posts

<a class="boutonAction" href="javascript:fcDoAction('AFFICHER__CD')">Show it</a>

I tried 

$btatt = .document.getElementsByTagName("a")
For $bta in $btatt
   If $bta.innerHTML = "Show it" Then
      $bta.click()
      EndIf
Next

auto.JPG

Link to comment
Share on other sites

Just now, RABANY1 said:

<a class="boutonAction" href="javascript:fcDoAction('AFFICHER__CD')">Show it</a>

I tried 

$btatt = .document.getElementsByTagName("a")
For $bta in $btatt
   If $bta.innerHTML = "Show it" Then
      $bta.click()
      EndIf
Next

auto.JPG

 

Link to comment
Share on other sites

  • Moderators

@RABANY1 please pay attention to where you post in the future. The DEV forum very clearly states:

Quote

Do not create AutoIt-related topics here, use AutoIt General Help and Support

We even bolded it for you ;)

 

Edit: I also notice you have an account under @rabany, which I have deleted as multiple accounts are not allowed on this forum.

"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

4 minutes ago, JLogan3o13 said:

@RABANY1 please pay attention to where you post in the future. The DEV forum very clearly states:

We even bolded it for you ;)

 

Edit: I also notice you have an account under @rabany, which I have deleted as multiple accounts are not allowed on this forum.

Excuse me it just my first activity on the site 

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...