Git Product home page Git Product logo

Comments (1)

T-Wong avatar T-Wong commented on September 17, 2024

How are you dealing with the random captchas from Bing?

I've never actually encountered a captcha when searching, so I haven't been able to implement anything to counteract that. Although, about a week ago I switched over to using PhantomJS, which is a headless browser, so there wouldn't be an easy way to quickly view the browser and enter it manually. I would probably just add an assert or if isElementPresent right after clicking the search button and if it finds it, just display a GUI popup saying to manually login and put in the captcha and then click start again. But as I said, I haven't encountered this before, so I can't makeup a locator for it, if you do encounter it, it would be great if you could save the page and send me the HTML for it.

Also if possible, a cool feature to have would be a visual counter to see where the search count is at for each account. I would love to see how that would be done in code.

I have thought about this and I have actually done this very thing on another project that isn't publicly available. I used ScheduledExecutorService that ran every second to update the GUI on the eventdispatch thread. The problem with this is that I'm not doing this through any API, so when searching a lot of the metrics will have to be guessed based on how many searches done and I don't want to give false information, so I don't give any at all. After thinking, I do think it would be good to add a way to see what account is currently being done, what search it is doing, and how many accounts are left. But again I don't think giving a number of points is a good idea. Thanks for the idea.

from searchbot.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.