lundi 11 avril 2016

How to click on a link in a breadcrumb with Dalekjs

I would like to click on a link which downloads page with dalekjs. But iam note sure we can do it. I already tried by 2 differents ways but it doesn't work:

.execute(function () {
      $(document).ready(function(){
      $("table tr td a:contains('Install a Kit')").click(function(){
        });
      });
    })
.click('a[href="/install/kit"]')

When i try them , i don't have any error message but i can't get the page. Did i forget some method ( action or assertion ) ?

Thx!

Aucun commentaire:

Enregistrer un commentaire