Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy #14

Open
syrakozz opened this issue Feb 7, 2017 · 7 comments
Open

proxy #14

syrakozz opened this issue Feb 7, 2017 · 7 comments

Comments

@syrakozz
Copy link

syrakozz commented Feb 7, 2017

can you plz add a proxy feature in multiple tab

@thangdc
Copy link
Owner

thangdc commented Feb 8, 2017

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

@syrakozz
Copy link
Author

syrakozz commented Feb 8, 2017

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

@thangdc
Copy link
Owner

thangdc commented Feb 18, 2017

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

@ahsanranjha
Copy link

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

@thangdc
Copy link
Owner

thangdc commented Mar 29, 2018

Please following steps below:

  • Create new user account by click on Register in File menu
  • Enter required information for your account, your information will encrypt and store in youraccount.tdc
  • Click login on Login from File menu
  • Provide your information from previous step
  • Click Manager from Tools menu
  • Click on Manage Connections, click Add new then enter your database information
  • Open any page, right click on page choose Sql then select your option you need, change default value with your information then click Execute, you can see the result in Preview

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
Copy link

Mohfath commented Mar 31, 2018

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
Copy link
Owner

thangdc commented Apr 3, 2018

Hi @Mohfath,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants