selenium waits for element loading, element manipulation, js execution, switching tabs, logging into cnblogs (chrome), and drawer semi-automatic likes

selenium waits for elements to load Code operations are very fast ? \dashrightarrow ? Some tags have not been loaded yet ? \dashrightarrow ? Can’t find it even if I look for it ? \dashrightarrow ? will report an error Set wait: show wait, hermit wait # Search for a certain tag. If it cannot […]

[Mango] Use explain() to view the execution plan of mongodb query statement

Use explain() to view the execution plan of the mongodb query statement Similar to relational databases such as MySQL and Oracle, MongoDB calculates the optimal query plan for each query statement through the query optimizer, including selected indexes, query time, scanned records, number of scanned indexes, alternative execution plans, etc. information. This article introduces using […]

WEB Security (Command Execution) Note 2

Foreword A command execution vulnerability is a security vulnerability that allows an attacker to execute malicious system commands. This vulnerability typically occurs when an application or system does not properly validate user input, allowing the user to execute system commands by entering specific data. The occurrence of vulnerabilities is usually related to the following factors: […]

Linux-Vim shortcut keys

Vim key arrangement space bar Enter represents the key combination of and f Write, save, exit :q[uit] “Exit :q! ” Force quit :w[rite] ” save :w! “Force saving. Whether the save can be successful depends on the user’s permissions on the file. :w ! sudo tee % ” If you don’t have permission to save, […]

Apple Final Cut Pro 10.7 – Professional post-production (video editing)

Apple Final Cut Pro 10.7 – Professional post-production (video editing) Final Cut Pro 10.7 + Compressor 4 + Motion 5 (Universal) Please visit the original link: https://sysin.org/blog/apple-final-cut-pro/ to view the latest version. Original work, please keep the source when reprinting. Author homepage: sysin.org Powerful new features in Final Cut Pro take Mac and iPad video […]

Python+requests+unittest execution interface automation test details

This article mainly introduces the details of automated testing of the Python + requests + unittest execution interface. The article provides a detailed introduction around the topic, which has certain reference value. Friends in need can refer to it. 1. Install requests, xlrd, json, unittest libraries Pip command installation: pip install requests pip install xlrd […]