Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to show
0:04
the version number of which selenium
0:07
that you're using especially inside
0:09
using the pip command. So selenium is a
0:12
library. So typically it is used with
0:16
the python, java or nodejs application.
0:18
So specifically I installed it using
0:21
this command pip install selenium. So if
0:24
you haven't installed selenium just
0:26
execute this command. You should have
0:27
python installed on your system. And
0:30
I've already done that. So it actually
0:32
installed selenium inside my system. So
0:34
here this is a command by which you can
0:37
see the version number which selenium
0:39
that you're using. So pip provides you
0:41
with this command pip show selenium. So
0:44
after you execute this command it will
0:46
show you the version number that you're
0:48
using inside selenium. So as you can see
0:50
here it tells you exactly this is a
0:52
version that you're using here 4.2.0.0.
0:57
It also tells you the location where it
0:59
is installed inside your system. So it
1:01
gives you this entire path. So in this
1:05
easy way you can also track the location
1:07
as well. So simply copy
1:10
this address and now you can go to your
1:13
file explorer and simply paste this
1:16
address. As soon as you paste this
1:18
address, it tells you where it is
1:21
installed here. So we can also track it.
1:23
Simply search for selenium.
1:29
So as you can see here this is the
1:30
folder here selenium which where it is
1:33
stored.
1:36
If you just want to delete this you can
1:37
simply delete this folder. The package
1:39
will be deleted. So in this easy way you
1:42
can actually see the version where it is
1:44
installed inside the terminal itself
1:48
using the pip command that I showed you.
1:50
So in this easy way you can track the
1:52
location as well. Just execute this
1:54
command and also check out my website
1:57
freemediatools.com
1:59
uh which contains thousands of tools.
#Programming
#Software
