In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Selenium-CAPTCHA processing
1.WEB website adds the function of CAPTCHA in order to prevent clients from maliciously.
The common method for 2.selenium to deal with CAPTCHA is through cooike. For general websites, CAPTCHA is not difficult to identify. You can use the third-party platform CAPTCHA interface. Take Qunar as an example, CAPTCHA is a picture, and we just need to save the picture.
Call a third-party platform.
Http://wiki.ruokuai.com/ downloads the java interface document and calls the following API directly
Public static String createByPost (String username, String password, String typeid, String timeout, String softid, String softkey, String filePath) {String result = ""; String param = String.format ("username=%s&password=%s&typeid=%s&timeout=%s&softid=%s&softkey=%s", username, password, typeid, timeout, softid, softkey) Try {File f = new File (filePath); if (null! = f) {int size = (int) f.length (); byte [] data = new byte [size]; FileInputStream fis = new FileInputStream (f); fis.read (data, 0, size); if (null! = fis) fis.close () If (data.length > 0) result = RuoKuai.httpPostImage ("http://api.ruokuai.com/create.txt", param, data);}} catch (Exception e) {result =" unknown problem ";} return result;}
Example:
First take a screenshot of the CAPTCHA and save it to the project path
Getting ER7C is the verification code.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.