Selenium webDriver handles check box CheckBox and radio button Radio Button

This article focuses on how to identify check boxes CheckBox and radio buttons Radio Button Radio Button CheckBox Find element exception summary: Radio Button The radio button can also be opened by the Click() method Use the web page http:/ ...

Posted by munuindra on Sat, 07 Sep 2019 02:33:01 -0700

selenium control tor browser

(Technology is just my own blind research, nothing else has to do with me!) * Introduction to tor Tor is a browser, and its core is Firefox, but it's different from the normal one. The most important function of tor is that it can realize multiple co ...

Posted by Ice on Thu, 22 Aug 2019 02:33:33 -0700

Use Python to analyze your Internet habits!

(Of course, this article is only for PC browsers) Android users are not unavoidable, but there are too many categories of mobile browsers to study one by one. So this article only uses Chrome and Firefox browsers on the PC side as examples. At t ...

Posted by misc00500 on Mon, 19 Aug 2019 00:13:57 -0700

Koa2 Introduction Tutorial

Full Demo Address The demo was written by myself, so I can't guarantee it will run until there are environmental problems.If you are too lazy to write, move on and read the article. Most of the code even gives you the output information.koa-demo Introduction to Official Website Created by Express's original team, koa is dedicated to becoming a ...

Posted by maineyak on Tue, 13 Aug 2019 09:09:28 -0700

Does python want to use multithreading

Links to the original text: https://www.jianshu.com/u/8f2987e2f9fb Before concurrent.futures libraries are summarized, three questions need to be clarified: (1) Is python multithreading useful? (2) How does the python virtual machine mechan ...

Posted by ixalmida on Mon, 05 Aug 2019 01:44:30 -0700

Summarize the usage of transform-origin

  Single-valued grammar: The value must be one <length> One <percentage> Or one of the keywords left, center, right, top, and bottom. Binary Grammar: A value must be one <length> One <percentage> Or one of the keywords left, center and right. The other values mu ...

Posted by freakuency on Thu, 01 Aug 2019 02:57:11 -0700

Tencent Weibo Autologon Script (python)

Original Link: http://www.cnblogs.com/ChenxofHit/archive/2011/04/03/2004906.html Several major portals in China have published api on Weibo, but ms Tencent does not. Tencent is always a fantastic work among Chinese Internet enterprises. ...

Posted by aikman on Fri, 26 Jul 2019 10:09:16 -0700

Testing Dojo applications (detailed)

Test Services Intern supports BrowserStack,SauceLabs and TestingBot Run the test remotely on the service. You can choose one of these services, register an account number and provide credentials to cli-test-intern. By default, all test services run tests on browsers like IE11, Firefox, and Chrome. BrowserStack Use BrowserStack The service requi ...

Posted by kwdelre on Wed, 24 Jul 2019 21:06:28 -0700

python learning notes multithreading, thread lock, daemon thread, multiprocess, thread pool, jsonpath module, faker module

1. Multithreading ''' Process: For the operating system, a task is a Process, such as opening a browser is to start a browser Process. Opening a notepad starts a notepad process, opening two notepads starts two Notepad processes, and opening a Word starts the process. A Word process. A process is a collection ...

Posted by pepperface on Tue, 23 Jul 2019 21:16:33 -0700

Introduction to Python Crawler [2]: Site Crawling for Mei Zitu

Meizi Tu Website Crawling-Preface Starting today, I'm going to roll up my sleeves and write Python crawlers directly. The best way to learn a language is to do it purposefully. So, next I'll use 10 + blogs to write about crawling pictures. I hope I can do it well. In order to write a good crawler, we ...

Posted by pmcconaghy on Sat, 20 Jul 2019 07:29:07 -0700