質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
```require 'selenium-webdriver'
|
5
5
|
caps = Selenium::WebDriver::Remote::Capabilities.chrome(
|
6
6
|
chromeOptions: {
|
7
|
-
args: ["--user-data-dir=C:\Users\
|
7
|
+
args: ["--user-data-dir=C:\Users\mayow\Desktop\sample-profile"]
|
8
8
|
})
|
9
9
|
|
10
10
|
driver = Selenium::WebDriver.for :chrome, desired_capabilities: caps
|
1
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|