For a user already using Firefox (or any other) is there a way to connect to that browser using selenium?
Conditions:
- the browser icon was clicked on by the user.
- i do not want a new window to pop up (when using selenium).
Example: a user wishes to log into Facebook and wants a program to enter his lengthy password (i can do this with the webdriver etc...).
Is there a way to connect (to an already opened browser) and send commands to that browser?