# selenium-test-kt **Repository Path**: talulah/selenium-test-kt ## Basic Information - **Project Name**: selenium-test-kt - **Description**: 工作要用,简单的学习一下。 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selenium-test-kt 想把这个selenium跑起来,首先得安装对应浏览器的driver,这个仓库用的是Chrome,需要安装chromedriver.exe 在[这里](https://npm.taobao.org/mirrors/chromedriver/)可以下载,需要和浏览器的版本一致:版本可以在[chrome://version](chrome://version)中查看. 然后修改代码中的环境变量。就行了。