Jump to content

Recommended Posts

Posted

I wrote a script which does things on a website like filling out inputs or pressing buttons. Everything is working fine except the button clicking. When it comes to clicking a button nothing happens. The source code of the button is:

<div class="red-bet-button bet-button" data-color="red">1 - 7</div>

and the XPath is :

html/body/div[1]/div[2]/div[6]/div[1]/div/div[1]

So I tried to click the button with this code:

_FFClick("red-bet-button bet-button", "class")
_FFClick(_FFXPath("html/body/div[1]/div[2]/div[6]/div[1]/div/div[1]"))

Neither of them is working. After that I tried it with MouseClick( "" ) which apparently worked. So my question is : What should I do to make it work with _FFClick? Thanks in advance.

  • Moderators
Posted

Duardo,

Please answer.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Moderators
Posted

Duardo,

  Quote

Yes I'm sure

Expand  

Well, I am afraid that I am not. What is the URL of the site with which you are interacting? If it is a gaming site then, for educational purposes or not, the topic is not permitted here.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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