ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Custom Browser

(1/1)

oumu:
Hi,

I tried the following settings:
--- Code: Text ---"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="D:\Software\Chrome Default" "$$1"
or:

--- Code: Text ---"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="D:\Software\Chrome Default"
But no browser is launched after I enter an URL with FARR. Any solutions please? Thanks!

lanux128:
try it like this:


--- Code: Text ---"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="D:\Software\Chrome Default" -- "$$1"
works here on my Chromium.

oumu:
try it like this:


--- Code: Text ---"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="D:\Software\Chrome Default" -- "$$1"
works here on my Chromium.

-lanux128 (September 26, 2013, 09:10 PM)
--- End quote ---

The double dash can't solve my problem. I tried removing the quotation marks from chrome.exe and it worked, with or without dashes. So weird.


--- Code: Text ---C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --user-data-dir="D:\Software\Chrome Default" -- "$$1"

Navigation

[0] Message Index

Go to full version