S
S
Snewer2018-03-17 15:37:19
selenium
Snewer, 2018-03-17 15:37:19

How to run an extension in Selenium?

Hello!
How can I run an already connected extension in Selenium (Chrome WD)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeniy _, 2018-03-19
@Snewer

Excuse me, what do you mean by 'run'?
Have you added a plugin through the specified chrome extensions and need to "click" on that plugin's button? If so, then this can no longer be done using selenium, because this button is not part of the web page, but is part of the application. For this case, you will need to connect to this application using Pywinauto (maybe, you did not specify the language, then I chose the one I know =) )
Something like:
(c) https://pywinauto.readthedocs.io/en/latest/HowTo.h...
And then specify the button and click it...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question