简体   繁体   中英

How to use selenium web driver to refer to the running instance of web browser?

I want to change text in the TextBox in Web Page of currently opened web browser(Chrome, FF,IE).

After many unsuccessful searched I got to know that it can be possible using selenium web Driver . But the problem is that I don't know how to use it. :(

So please tell me how I can use Selenium Web Driver ?

Can I connect selenium with Already opened web browser?

Thank You In Advance.

This is one of the oldest and possibly most requested features.

https://code.google.com/p/selenium/issues/detail?id=18

Sadly, it is not yet implemented. Happily, the selenium project is open source! All it needs is for someone who has the ability and desire to solve this problem to submit a patch.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM