Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Refhi committed Dec 6, 2023
1 parent f359830 commit de9339f
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 170 deletions.
6 changes: 2 additions & 4 deletions clickHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ function GenericClicker(valueName, value) {



// Click element based on this sequence : must be in the subtree of the first element with 'class=level1 dynamic'.
// Then look for the first element with 'class=level3 dynamic' and 'description=description'.
// If there's none, click the first element with 'class=level2 dynamic' and 'description=description'
// click on an element of submenu of W, based on its description
function submenuW(description) {
var level1Element = document.getElementsByClassName('level1 static')[0];
console.log('level1Element', level1Element);
Expand Down Expand Up @@ -111,4 +109,4 @@ function clickElementByChildtextContent(childtextContent) {
}
console.log('No elements found', childtextContent);
return false
}
}
Loading

0 comments on commit de9339f

Please sign in to comment.