Skip to content

Instantly share code, notes, and snippets.

@OlegKorn
Last active September 23, 2022 02:08
Show Gist options
  • Save OlegKorn/9453e7b6afd70f68038cea2108a3fbab to your computer and use it in GitHub Desktop.
Save OlegKorn/9453e7b6afd70f68038cea2108a3fbab to your computer and use it in GitHub Desktop.
cyfor: Reports-Отгрузка на экспорт - число значений "№ декларации"
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