Closed ithan closed 1 year ago
If you're proposing a change, please submit a pull request that can display a diff to show exactly what has been changed. As it is, it's not clear what was changed. It's also unclear how this new functionality would be used, as you have provided no example of using the new feature.
Sorry I made this a long time ago I was not that familiar with git at the time, I will have a look into what this was used for and submit a pull request :D
For now there is no way to access to the ID of a "Page" instance, and if you are using a lot of pages and you want to change instances, it becomes anoying.
So i made a little change to how the page instance are generated, pasing all the pageData object instead of only the WebSocket, here you have the code.
`; Chrome.ahk v1.2 ; Copyright GeekDude 2018 ; https://github.com/G33kDude/Chrome.ahk
class Chrome { static DebugPort := 9222
} `