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
// javascript function to use on terminal. | |
// based on code from https://gist.github.com/jadeallencook/139a3d5f9291c2d612d91c8b8c72a755 | |
// more to considere: https://www.youtube.com/watch?v=yM0NIZ6wbEc | |
// script do login: https://github.com/mateovrb/instafollow | |
// script feito em phyton https://www.youtube.com/watch?v=0PdIP2Q2X4U | |
/** | |
* Get element by XPath | |
* - Get the xpath thrught the browser and use it to select that element. | |
* @param string path |