亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

selenium 對驗證碼處理

發布時間:2020-06-23 18:27:32 來源:網絡 閱讀:2477 作者:Tim老師 欄目:軟件技術

selenium -驗證碼處理
1.WEB網站為了防止客戶機惡意***,加入驗證碼功能

2.selenium處理驗證碼時常用的方法是通過cooike,對于一般網站驗證碼識別難度不大,可以使用第三方平臺驗證碼接口,以去哪兒網為例,驗證碼為圖片,我們只要把圖片保存下來
selenium 對驗證碼處理
selenium 對驗證碼處理

調用第三方平臺。

http://wiki.ruokuai.com/ 下載java接口文檔,直接調用以下接口

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 = "未知問題";
        }

        return result;
    }

例:selenium 對驗證碼處理

先對驗證碼進行截圖,保存到項目路徑下
selenium 對驗證碼處理

獲取ER7C便是驗證碼

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新源县| 永泰县| 山东| 巴马| 年辖:市辖区| 邹城市| 平南县| 齐河县| 衡水市| 枝江市| 仙桃市| 卢氏县| 开江县| 西充县| 扶沟县| 沾化县| 孝义市| 肇东市| 团风县| 泰宁县| 河西区| 芦溪县| 台北市| 台安县| 吉木乃县| 永嘉县| 闻喜县| 资兴市| 章丘市| 台中县| 金塔县| 禄丰县| 凉城县| 通许县| 晋州市| 大渡口区| 定安县| 津市市| 延吉市| 河北区| 淳化县|