Metadata-Version: 1.1
Name: rabird.selenium
Version: 0.4.1
Summary: An extension library for selenium
Home-page: https://github.com/starofrainnight/rabird.selenium
Author: Hong-She Liang
Author-email: starofrainnight@gmail.com
License: UNKNOWN
Description: rabird.selenium
        ---------------
        
        This library is an extension library build on top of selenium.
        
        It provided a bunch features that need in production enviroment but selenium 
        have not provide yet or won't provided by design even in future:
        
        - Added force_xxx() series functions to invoke the element directly even the 
          element be covered by other elements. Just as force_click(), force_focus(), 
          etc...
        - Added force_get() method to webdriver, it will stop the page loading after 
          page loading timeout exception happen, so that the next script could just 
          run without break by that exception.  
        - Provide recursive ability to all functions, it would iterate each frame and
          each window to find your elements and do the actions without switch frame 
          manually, that could reduce a great lot jobs.
          webdriver.is_find_element_recursively to True to enable it.   
        - Added ability to set element's attribute
        - Provided xpath_find(), xpath_find_all(), etc. For simply invoke xpath for 
          recursively find elements.
        - Provided some advance UI class to wrap for some third-parties editors ( Just 
          like TinyMCE )
        
        Changes
        =======
        
        0.4.1 (2015-08-18)
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
