Last active
September 23, 2022 02:08
-
-
Save OlegKorn/9453e7b6afd70f68038cea2108a3fbab to your computer and use it in GitHub Desktop.
cyfor: Reports-Отгрузка на экспорт - число значений "№ декларации"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
numDeclClass = "first b-list__table-col_name_name_gtd" | |
for (i=0; i<classes.length; i++) { | |
declNum = classes[i].textContent.trim() | |
console.log(declNum) | |
} | |
console.log("num of № декларации is: ", classes.length) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment