简体   繁体   中英

can I run selenium 2 on real browser without webdriver?

Can I run Selenium 2 test cases (using Java) on a real browser (ex. Firefox) without using webdriver?

I would like to test the behavior on a real browser.

Thank you

Selenium 2 uses a "real" browser to execute your tests. The Webdriver is only to control the browsers (eg open a page, click on a button). However you also can test it in "remote mode" where no "real" browser is used.

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