Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
does it error?
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 11, 2024
1 parent fcd4f71 commit 4e133c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/helpers/elementHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ async function getListOfAllElements(selector) {
try {
await waitHelpers.waitUntilElementIsVisible(selector);
} catch (err) {
console.log('krokodil');
return [];
}
return driver.$$(selector);
Expand Down

0 comments on commit 4e133c6

Please sign in to comment.