-
Notifications
You must be signed in to change notification settings - Fork 0
/
C127.txt
34 lines (23 loc) · 1.24 KB
/
C127.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
BEAUTIFUL SOUP:
Beautiful Soup is a Python library for pulling data out of HTML
and XML files.
It creates a parse tree from page source code that can be used to
extract data in a hierarchical and more readable manner.
SELENIUM:
Selenium is an open-source tool that automates web browsers.
It provides a single interface that lets you write test scripts
in programming languages like Ruby, Java, NodeJS, PHP, Pearl, Python,
and C#, among others.
Selenium is a tool to test your web application. You can do this in
various ways, for instance
(1) Permit it to tap on buttons
(2) Enter content in structures
(3) Skim your site to check whether everything is “OK” and so on.
Selenium is a powerful tool for controlling web browsers through
programs and performing browser automation. It is functional for
all browsers, works on all major OS and its scripts are written
in various languages i.e Python, Java, C#, etc,
Python Enumerate() is a buit-in function available with the Python
library. It takes the given input as a collection or tuples and returns
it as an enumerate object. The Python Enumerate() command adds a counter
to each item of the iterable object and returns an enumerate object as an output string