AutoTimer icon indicating copy to clipboard operation
AutoTimer copied to clipboard

Selenium

Open TaylorJonesTRT opened this issue 4 years ago • 1 comments

Hi! Not sure how else to contact you but I am trying to use this python program to further my learning with programming and trying to create something like it myself (without just using yours and/or copying it). I see you have Selenium as a dependency but I don't see where you have imported it or are using it. Could you provide some insight?

TaylorJonesTRT avatar Apr 12 '20 20:04 TaylorJonesTRT

Here is a trick you can do to understand if selenium is necessary: try running it without the selenium if it runs without any problems then you don't need selenium, if it fails to run, then install selenium and run, if it runs without any problems then it means that one of the libraries we are importing in the files required selenium.

amitjslearn avatar Apr 17 '20 11:04 amitjslearn