How can I get the xpath of the window that appears when adding a extension in the chrome web store in Python Selenium. I know there are many ways to define extension. However, I need to add a plugin from the Chrome webstore.
Thank you very much in advance for your help.
I need to find the xpath of it.
chrome webstore add extension find xpath problem
I want to find the add extension xpath.
The best way to add extension and use it with selenium and chrome driver is download the extension and load it with chrome options :
download the extension using this website : http://crxextractor.com/
Follow that code :
That is the results
Click here to see Results