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:
- open console.
- visit page 1.
console.log(1)
~ store variable result- visit page 2.
console.log(2)
~ append variable result- repeat process..
- get value of variable result.
i think possible not know start looking.
Comments
Post a Comment