• Pycharm: Mempersiapkan Pycham untuk Robot Framework di MacOSX dan Ubuntu 14.04

    Langkah-langkah persiapannya adalah: 1. Instalasi pustaka Python Jalankan perintah berikut dalam terminal / cmd: pip install robotframework pip install -U robotframework-seleniumlibrary pip install -U robotframework-requests 2. Instalasi plugins Pycharm


  • Selenium: Resolving chrome webdriver.py error / throwing exception on python selenium

    Problem: while running a selenium script, webdriver.py always throwing exception like : File “C:Python27libsite-packagesseleniumwebdriverchromewebdriver.py”, line 67, in __init__ desired_capabilities=desired_capabilities) File “C:Python27libsite-packagesseleniumwebdriverremotewebdriver.py”, line 87, in __init__ self.start_session(desired_capabilities, browser_profile) File “C:Python27libsite-packagesseleniumwebdriverremotewebdriver.py”, line 141, in start_session ‘desiredCapabilities’: desired_capabilities, even if I already used the correct chromedriver location: browser = webdriver.Chrome(“C:/Python27/chromedriver.exe”) the error still showed up.


Design a site like this with WordPress.com
Get started