-
Notifications
You must be signed in to change notification settings - Fork 2
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
Hide the firefox browser or virtual browser for window users..! #1
Comments
i recommend using "mechanize" module. |
Would u like to work on it @ankode |
you can use pyvirtualdisplay, it will work for both windows and linux |
Would u like to work on it |
Yeah, the commit which i made before will work. |
Send pr on contribution branch |
install pip on windows (http://arunrocks.com/guide-to-install-python-or-pip-on-windows/) |
If i have made this script so obviously i hve pip installed and i hve checked it after installing xvfbwrapper but still its not working try to check it on your system(Wndows) |
Is this issue still open?? I hope to work on it if it is still open |
Yes, this issue is still open.. You can work on this issue, you can use phantomjs browser |
Its not working with phantomjs , the login.click() command is not working after using phantomjs. Should i send a PR, so that u can tell what's the problem and i can try to fix. |
No, I will clone your repo and check it out. |
k..let me upload it.. |
Sure |
Done...created it under a branch as it requires further tweaks Please do tell me how to fix it. I am a beginner in python as well as opensource contribution and hope to learn as much as possible. I am partcipating in the hacktoberfest too, so hoping to make a succesful pull request to this project |
@dibyasonu Are you able to login using firefox ? |
login.click() isn't working because facebook has changed the id of the login button
Try with this code or you can get it using developer tools of the browser. |
i have fixed the fb.py and sent a PR. I have mentioned about the changes in the PR comments, please tell me if something else is needed. |
Ya sure make a new PR for readme.. N i will check changes soon.. |
Did it work....?? I have already sent the PR |
Selenium opens Firefox browser for executing the commands given to it.. But I want that the browser will not open or it may open.. But it should be virtual so user would not see it..!
The text was updated successfully, but these errors were encountered: