Hi All, I want to see how it is like to modify existing code. Please see below if someone can help me I will appreciate it:
If I want to modify a existing python code to do the following:
1. Opens up to Run in Internet Explorer and Chrome
2. Turn this code to be run as loop
3. Time thread where it goes in slow or fast motion
4. Close browser
5. Then re-run this in PyCharm compiler....
# -*- coding: utf-8 -*- from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from selenium.webdriver.support.ui import Select from selenium.common.exceptions import NoSuchElementException from selenium.common.exceptions import NoAlertPresentException import unittest, time, re