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

C#? #4

Closed
KrysisDK opened this issue May 9, 2020 · 1 comment
Closed

C#? #4

KrysisDK opened this issue May 9, 2020 · 1 comment

Comments

@KrysisDK
Copy link

KrysisDK commented May 9, 2020

I know this is not an issue, but I did not find any way to contact you.

First of all, I love this repo! But my question is if I patch it before using it in python, would I be able to use that patched chromedriver.exe within a C# project?

Thanks!

@ultrafunkamsterdam
Copy link
Owner

ultrafunkamsterdam commented May 9, 2020

Hi, thanks for your interest. Yes, however you need to setup your selenium webdriver object like it is done here so it would help if there is a .net selenium package (i think there is, not sure from the back of my head yes there is)
. The actual binary patching is a simple function which replaces a chunk of bytes, as can be seen in patch_binary somewhere near the end of the code. That as well can easily be accomplished in one's language of choice.

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

2 participants