Skip to content

Commit

Permalink
Merge pull request #25 from oicdb/24-bugfix-fix-hetzner-recipe
Browse files Browse the repository at this point in the history
BUGFIX: Add btn-download class to hetzner invoice selector
  • Loading branch information
brgmn authored Dec 13, 2024
2 parents 40535be + 88636b0 commit 2388069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/hetzner.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"action": "downloadAll",
"selector": "ul.invoice-list > li > div > div > div > div > a",
"selector": "ul.invoice-list > li > div > div > div > div > a.btn-download",
"description": "Click all PDF links and download invoices."
},
{
Expand All @@ -92,4 +92,4 @@
"description": "Logout from the account."
}
]
}
}

0 comments on commit 2388069

Please sign in to comment.