Selenium ie driver useperprocessProxy problem

12 views
Skip to first unread message

ismail şahin

unread,
May 27, 2018, 9:15:10 AM5/27/18
to Selenium Users
hi, im using this code ;

 Dim ieoptions = New InternetExplorerOptions
        Dim proxy = New Proxy
        proxy.Kind = ProxyKind.Manual
        proxy.IsAutoDetect = False
        proxy.HttpProxy = proxy1
        proxy.SslProxy = proxy1
        proxy.FtpProxy = proxy1
        ieoptions.Proxy = proxy
        ieoptions.UsePerProcessProxy = True
Dim driver As IWebDriver
driver = New InternetExplorerDriver(ieoptions)


But if i use useproxyperprocess then proxy not working, ie driver working with auto proxy. if i delete " ieoptions.UsePerProcessProxy = True" this code in my project then proxy working and changing all browsers proxy. How can i fix it?

Reply all
Reply to author
Forward
0 new messages