You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryan Dailey edited this page May 16, 2017
·
1 revision
What is Selenium?
Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver. Through Selenium Python API you can access all functionalities of Selenium WebDriver in an intuitive way.
Selenium Python bindings provide a convenient API to access Selenium WebDrivers like Firefox, Ie, Chrome, Remote etc. The current supported Python versions are 2.7, 3.5 and above.
Why do we need to use selenium?
CAM2 is a project which relies on the network cameras. In order to get images from them, we need to find cameras and add them into our database. The information we need is the country, city and GPS information. We are dealing with thousands of cameras and of course we can get these information manually but obviously it is not an efficient way. With Selenium, we can easily store these information into a file. It works on almost every website and you can extract any information from the website easily.