thangdc / web-automation

Web Automation written in C#, using Web Browser control to automate many things. You can do many things by write JavaScript code to control a Web Browser.
http://www.thangdc.com
73 stars 44 forks source link

proxy #14

Open syrakozz opened 7 years ago

syrakozz commented 7 years ago

can you plz add a proxy feature in multiple tab

thangdc commented 7 years ago

Can you express your idea more detail? I can understand your concern however I don't know what do you expected.

syrakozz commented 7 years ago

hello, i expect if there are an option in the project to set the proxy and let gecko use it

thangdc commented 7 years ago

I will try it but I'm not sure everything working as expected.

ahsanranjha commented 6 years ago

how we can fill forms on a web page through our database source?

thangdc commented 6 years ago

Please following steps below:

You will got an error when create new account, just download Ionic.Zip.dll to the same folder with WebAutomation.exe.

I will include it later on.

Mohfath commented 6 years ago

I see you have added the proxy feature, As I see it in the .config file for app.

But As soon as I enter anything in the proxy settings. the program wont open any sites.

here are the data I have entered:

    ```  <setting name="ProxyAddress" serializeAs="String">
           <value>127.0.0.1</value>
      </setting>
      <setting name="ProxyUserName" serializeAs="String">
          <value/>
      </setting>
      <setting name="ProxyPassword" serializeAs="String">
          <value/>
      </setting>
      <setting name="ProxyDomain" serializeAs="String">
          <value/>
      </setting>
      <setting name="UseProxy" serializeAs="String">
          <value>True</value>
      </setting>
      <setting name="ProxyByPassOnLocal" serializeAs="String">
          <value>False</value>
      </setting>
      <setting name="ProxyPort" serializeAs="String">
          <value>9666</value>

And they work on my own browser. But they stop your app from working anymore. Any tip friend?

thangdc commented 6 years ago

Hi @Mohfath,

This function still not working properly, those settings use only for download manager not for the browser.