`

configure Eclipse Env For Selenium Support

阅读更多
1. download PyDev from http://pydev.sourceforge.net/updates/ in Eclipse

(1)Click "Help" -> "Software Updates" -> "Find and Install..."-> "Search for new features to install "
(2) Click botton of "New Remote Site....." -> input "PyDEV" in field of "Name" -> copy URL " http://pydev.sourceforge.net/updates/" into field of "URL" -> "OK"
(3) Select check box of PyDEV -> Click botton of "finish"
(4) start get information of "PyDEV" packages.
(5) select will install features of PyDEV in window of Updates -> Click "Finish"
(6) Start download features module
(7)Completed.

2. Configure parse of python ( interpreter of Pydev)
(1) Click "Window" -> " Preferences" -> select "Pydev" in tree list -> "Interpreter -Python"
(2) Click "new" button ,Browser python.exe and select it , Will auto configure Python Path.

3. Create a new project of Pydev
(1) Click "File" -> "new" -> "Project..."-> "Pydev"->"Pydev Project" -> "next"
(2) input name of pydev project ->"next"
(3) Finished

4. Configure selenium
(1) Copy selenium.py lib from selenium packages to directory of python lib ,for exanple "C:\Program Files\Python\Lib"
(2) Create a new script
(3) The first line is "from selenium import selenium" in  new script , require selenium lib

5. Launch Selenium RC Server
(1) Launch Server command : java -jar [patn]\selenium-server.jar

6. Configure CAS ,if your web site used CAS.
(1) copy /usr/local/gemini/atb/lib/jdk1.5.0_06/jre/lib/security/cacerts into jre security directory ,for example : " C:\Program Files\Java\jdk1.6.0_02\jre\lib\security"
Note : copy  from Linux to Windows
(2) if your security-directory of JRE exist "cacerts" ,pls backup it

7. Start autotest with selenium.
分享到:
评论
1 楼 rossbu 2008-09-23  
Perfect !!! thank you

相关推荐

    Configure Eclipse for STM32 development

    An instruction paper to help you setup Eclipse and configure its environments for creating stm32 projects, at the end, a simple LED test is available to verify the whole operation.

    selenium+eclipse开发需要的所有jar包

    首先,标题中的“selenium+eclipse开发需要的所有jar包”指的是Selenium WebDriver与Eclipse开发环境所需的库文件。Selenium WebDriver是一个API,它允许通过编写代码来控制浏览器并进行自动化操作。这些jar包包含了...

    selenium for java

    通过上述步骤,我们已经成功地在 Eclipse 中配置了 Selenium for Java,并关联了 WebDriver 的源码。这为后续进行 Web 自动化测试打下了坚实的基础。随着技术的发展,Selenium 的版本也在不断更新,建议定期检查并...

    6.8.1 Packet Tracer - Configure NAT for IPv4

    6.8.1 Packet Tracer - Configure NAT for IPv4 Cisco Packet Tracer 思科模拟器 正确答案文件 可直接上交正确答案文件 本答案版权归mewhaku所有,严禁再次转载!!! Copyright @mewhaku 2022 All Rights ...

    selenium-java-3.3.1.jar

    2. **导入到 Eclipse**:在 Eclipse 中,右键点击项目 -> Build Path -> Configure Build Path -> Libraries -> Add External JARs,然后选择下载的 JAR 文件。 3. **添加依赖**:确保所有必要的依赖都被包含,因为 ...

    MyEclipse,在项目上右键,没有发现Configure菜单问题解决方案

    在myeclipse中,在项目上右键Configure->Convert to Maven Project,但是现在使用的是MyEclipse,在项目上右键,没有发现Configure菜单

    selenium在eclipse上运行的jar包

    在Eclipse这样的集成开发环境中运行Selenium测试,通常需要添加相应的库依赖。** 这个名为“selenium3.4JAR包”的压缩文件包含了Selenium的Java兼容包和Server-Standalone包。这两个组件在Selenium的Java测试项目中...

    selenium jar包

    这可以通过Eclipse的“Build Path” -> "Configure Build Path" -> "Libraries" -> "Add External JARs"来实现,然后选择下载好的Selenium库文件。 5. **Selenium API使用**: Selenium提供了一系列的接口和类,例如...

    Configure application settings for Microsoft Office 365 ProPlus

    Configure application settings for Microsoft Office 365 ProPlus

    Configure Python in Eclipse

    在IT领域,配置Python开发环境是一项基础而关键的任务,尤其当使用Eclipse作为集成开发环境(IDE)时。本文将详细解析如何在Eclipse中配置Python环境,包括安装Python、设置环境变量、安装JDK、配置Eclipse以及安装...

    selenium RC 环境配置.docx

    4. **导入Selenium和JUnit库**: 右键点击项目,选择“Build Path”>“Configure Build Path”>“Libraries”>“Add External JARs”,将下载的JUnit和Selenium库(如Junit-4.10.jar, Selenium-java-client-driver....

    selenium-java-3.7.0.zip

    在Eclipse中,可以通过右键点击项目,选择"Build Path" -> "Configure Build Path" -> "Libraries",然后添加外部JARs的方式将`lib`文件夹中的JAR文件引入到项目中。 通过这些步骤,你可以开始使用Selenium Java...

    Eclipse和MyEclipse安装和使用git(egit)图解笔记

    Eclipse和MyEclipse是两种广泛使用的Java集成开发环境(IDE),它们对于版本控制系统Git的集成,主要依赖于名为egit的开源插件。Git是一种分布式版本控制系统,它允许开发者跟踪代码的更改,并与其他团队成员协作。...

    Configure SVN in Eclipse

    在本文中,我们将详细介绍如何在Eclipse环境中配置Subversion(SVN)。Subversion是一个流行的版本控制系统,用于管理和跟踪文件及目录的更改。Eclipse是一款强大的集成开发环境(IDE),通过集成SVN,开发者可以在...

    Selenium安装配置及使用

    通过"BuildPath" > "Configure Build Path" > "Add External JARs..."将Selenium的JAR文件导入到项目中,然后就可以编写和运行基于Java的Selenium测试了。 总结来说,Selenium提供了一套全面的工具集,从易于使用的...

    selenium2.53.0

    2、新建Java工程,右击工程文件,选择Build Path-Configure Build Path,在弹框中选择Java Build Path-Libraries-Add External JARs 3、弹出文件浏览框,进入解压缩的Selenium文件夹,选择两个JAR文件后,单击“打开...

    建立Selenium工程.docx

    2. **创建Java项目**: 在Eclipse中,选择“File” -> “New” -> “Java Project”,输入项目名称,然后点击“Finish”。 3. **配置编译路径**: 在新建的项目中,右键点击“Build Path” -> “Configure Build Path...

    selenium-java-2.44.0 jar包

    在Eclipse中,你可以通过右键点击项目 -> Build Path -> Configure Build Path -> Libraries -> Add Jars 来引入这个jar包。然后,你就可以导入Selenium的相关类,如`org.openqa.selenium.WebDriver`和`org.openqa....

    selenium webdriver jar包

    1. 首先,将`selenium-server-standalone-2.45.1.jar`添加到项目的类路径中,这可以通过右键点击项目 -> "Build Path" -> "Configure Build Path" -> "Libraries" -> "Add External JARs" 来实现。 2. 引入必要的...

Global site tag (gtag.js) - Google Analytics