- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 104字
- 2021-06-24 18:26:27
Manual configuration
With this, we are ready, and have the basic Eclipse setup for Selenium WebDriver. But we are not done yet. It might occur that, under a corporate firewall, you are unable to download the required JARS. In this situation, perform the following steps:
- Simply create a plain Java project.
- Right -click on the project in Project Explorer.
- Select Build Path | Configure Build Path.
- Click on Add External JARs and add the required JARs manually.
- Next, we will write a very simple script which just opens www.google.com (this is shown in the following section). Right-click the Project and select new class.
推薦閱讀
- 操作系統(tǒng)實(shí)用教程(Linux版)
- Windows Server 2019 Cookbook
- Linux運(yùn)維實(shí)戰(zhàn):CentOS7.6操作系統(tǒng)從入門到精通
- PLC控制程序精編108例
- Ansible權(quán)威指南
- Persistence in PHP with the Doctrine ORM
- Instant Handlebars.js
- Learning Bootstrap
- Fedora 12 Linux應(yīng)用基礎(chǔ)
- Windows 10從新手到高手
- Linux操作系統(tǒng)
- Learn SwiftUI
- Android NDK Beginner's Guide
- Mastering Eclipse Plug-in Development
- Selenium Framework Design in Data-Driven Testing