当前位置:网站首页>Necessity of selenium preloading cookies
Necessity of selenium preloading cookies
2022-04-23 05:24:00 【clema】
selenium load BD After the website , Subsequent brushing cookie, Refresh or reload . With normal browsing, the first load has been brought cookie Whether there is detectability of the difference ? Physical truth BD Detected .
background :
1.selenium( Should be ) Can't do pre brushing cookie;
Verification mode :
1. load BD After the website , Subsequent brushing cookie. Report search results , You will be prompted to scan the account code ;
2. The first load of normal browsing has been brought cookie. Report search results , Will directly enter the report interface ;
analysis :
1. The report involves higher verification of account security ;
2. in consideration of BD There are various means such as anti robot , Brush in after loading cookie In this mode, the simulation may be ( Such as : The express system 、 And other software ) The effect has a certain impact .
Processing mode :
1. The bottom layer is directly brushed in advance cookie
2. Use selenium Direct band cookie visit BD
( Tried to use java、C# All possible )
Technical communication :346291516#qq.com(# by @)
版权声明
本文为[clema]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230522540941.html
边栏推荐
- JSP-----JSP简介
- How to set the initial value of El input number to null
- TSlint注释忽略错误和RESTful理解
- 2021-11-01
- Basic knowledge of redis
- Asynchronous iterator & asynchronous generator & asynchronous context manager
- varnish入门
- Output string in reverse order
- Blender programmed terrain production
- MySQL external connection, internal connection, self connection, natural connection, cross connection
猜你喜欢
es6数组的使用
Laravel routing settings
Basic knowledge of redis
Minimum spanning tree -- unblocked project hdu1863
[untitled] kimpei kdboxpro's cool running lantern coexists with beauty and strength
JS array common methods
Graphics.FromImage报错“Graphics object cannot be created from an image that has an indexed pixel ...”
Uncle wolf is looking for a translator -- Plato -- ongoing translation
npm升级后问题,慌得一批
!!!!!!!!!!!!!!!!!!
随机推荐
Blender programmed terrain production
跨域CORS的情缘~
SQLyog的基本使用
何时适合进行自动化测试?(下)
Getting started with varnish
Error handling mechanism of the strongest egg framework in history
Log introduction and building web application
The introduction of lean management needs to achieve these nine points in advance
Uniapp wechat sharing
Blender程序化地形制作
egg测试的知识大全--mock、superTest、coffee
好的测试数据管理,到底要怎么做?
学习笔记:Unity CustomSRP-11-Post Processing---Bloom
JS Array常见方法
Requirements for SQL server to retrieve SQL and user information
How to set the initial value of El input number to null
无线网怎么用手机验证码登录解决方案
低代码和无代码的注意事项
es6数组的使用
Three 之 three.js (webgl)模型的删除/场景的清空/内存的释放 的简单整理