Anandh1924
Results
1
issues of
Anandh1924
AttributeError: 'Selenium2Library' object has no attribute '_current_browser' on running testcase from travis @staticmethod def generate_css_pro(): from selenium.webdriver.common.keys import Keys selenium2lib = BuiltIn().get_library_instance('Selenium2Library') driver = selenium2lib._current_browser print("I am here") tag =...