google chrome - Python - Selenium unresponsive and blocking the program -


i using selenium python. after multiple find , click operations, script stops executing. when check, selenium blocking entire code, either @ click operation or @ find_element_by_* or other selenium based code.

anyone else facing it?


Comments