Skip to content

I would like to run in incognito mode. #161

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
Operating system :
.Net Framework version :
Office Version :
SeleniumWrapper version :

What is your issue ?
I do not know the English language.
I have a question difficult .
The use of chrome translator .


I would like to run in incognito mode.

How to Use Now:
    With IE
        .start WebType, "http://m.naver.com/"
        .open "http://m.naver.com/"
        .windowFocus
        Do
            SendKeys "^+n"    '// 시크릿 모드(Secret Mod)
            hWnds = .WindowHandles
        Loop Until UBound(hWnds) > 0
        Debug.Print .WindowHandle
        LOGT "기존창을 종료합니다."
        .Close
        .switchToWindow hWnds(1)
        .setTimeout (10000)
        LOGT "Daum 접속..."
        .open "http://m.daum.net/"


Use code:
    SendKeys "^+n"    '// 시크릿 모드(incognito Mod)


I want a different way.
I would like to use the shell .

  sample code:)
    Shell """C:\Program Files\Google\Chrome\Application\chrome.exe"" --incognito"

I would like to know a different way .
"incognito" is important.

Please help me.

Original issue reported on code.google.com by [email protected] on 30 Jun 2015 at 4:10

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions