📝 Update Korean docs as upstream
[ci skip]
This commit is contained in:
parent
6bad16377d
commit
c4d34eb465
37 changed files with 216 additions and 287 deletions
|
@ -93,7 +93,7 @@ $ npm install webdriverio
|
|||
```javascript
|
||||
const webdriverio = require('webdriverio');
|
||||
let options = {
|
||||
host: "localhost", // localhost에서 작동중인 크롬 드라이버 서버를 사용합니다.
|
||||
host: 'localhost', // localhost에서 작동중인 크롬 드라이버 서버를 사용합니다.
|
||||
port: 9515, // 연결할 크롬 드라이버 서버의 포트를 설정합니다.
|
||||
desiredCapabilities: {
|
||||
browserName: 'chrome',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue