Jump to content

Click an element


xdp22
 Share

Recommended Posts

Hello, i trying to click an element with FF.au3, i usually don't have problem with that, but now nothing works.

I tried :

Xpath - Nothing happen.

[

_FFClick(_FFXpath("//*[@id='mail-filters-simple-submit']", "", 9))

2. _FFFormSubmit - Site just refresh

_FFFormSubmit("mail-filters-simple", "id", "click")
        _FFFormSubmit("mail-filters-simple", "id")
_FFFormSubmit(1)

3. _FFClick - Nothing happen

_FFClick("mail-filters-simple-submit", "id")
_FFClick("mail-filters-simple-submit", "name")
$szukaj = _FFObjGet("mail-filters-simple-submit", "id")
_FFClick($szukaj)

Someone have any idea?

Here is form code

<form id="mail-filters-simple">


<img class="twisty " role="presentation" /><fieldset style="">


<img class="twisty " role="presentation" /><div id="mail-filters-simple-submit" class="image-button dropdown dropdown_ext_list" tabindex="0">


<span class="left"> </span>

<img class="twisty " role="presentation" /><span class="inner">


<span class="icon"> </span>

<img class="twisty " role="presentation" /><span class="label">

<span class="sep"> </span>

<img class="twisty " role="presentation" /><span class="arrow-wrap">
</span>

<span class="right"> </span>

<img class="twisty " role="presentation" /><ul class="more" style="visibility: visible; left: 1164px; top: 129px; height: auto; margin-left: -15px; display: none;">
</div>

<img class="twisty " role="presentation" /><span id="mail-filters-simple-query-wrap">

<div id="mail-filters-simple-query-suggestions" class="autosuggestion" style="display:none"></div>
</fieldset>

<img class="twisty " role="presentation" /><div id="mail-filters-simple-simple-wrap" style="display: none;">
</form>

Thanks

Edited by xdp22
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

×
×
  • Create New...