W
W
whoareyoutofuckinglecture2018-10-29 18:55:00
Python
whoareyoutofuckinglecture, 2018-10-29 18:55:00

What Python standard library modules are used in test automation with Selenium WebDriver?

Good afternoon!
I am a manual tester, I am going to switch to automation.
I plan to start learning Web test automation using a pair of Python 3 + Selenium WebDriver. Most likely it is necessary to test the interface + API.
Tell me, please, what modules of the Python 3 standard library do you need to know for a jun-automator without fail ? I'm interested in "must have" , without which I can't manage in my work.
Thanks a lot!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Kitaev, 2018-10-29
@whoareyoutofuckinglecture

which I can't do my job without.

You can't do without knowing the syntax of python. Everything else can be biked on the python itself.
Another thing is that many bicycles have already been cycled for you and neatly folded into the standard library. And some even wrote in C to make it quick.
You can start with the most useful (if you do not take into account subprocess, threading, asyncio and multiprocessing, which are hardly needed for selenium): itertools, functools, collections, datetime, time, urllib, random. Another thing is that you need to be able to see when it is convenient to use them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question