Javascript Browser Console.Log Append to Global Variable (google chrome) -


im using chrome javascript console commands extract data webpages. however, append each console.log command result make single variable retrieve variable when im finish multiple pages. here ideal scenario explain easier.

scenario:

  1. open console.
  2. visit page 1.
  3. console.log(1) ~ store variable result
  4. visit page 2.
  5. console.log(2) ~ append variable result
  6. repeat process..
  7. get value of variable result.

i think possible not know start looking.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -