Successfully reported this slideshow.
Your SlideShare is downloading. ×

Browserium

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Loading in …3
×

Check these out next

1 of 8 Ad

More Related Content

Slideshows for you (20)

Similar to Browserium (20)

Advertisement

Recently uploaded (20)

Browserium

  1. 1. Browserium A single endpoint for your browser configurations for Selenium
  2. 2. Agenda What is Browserium ? Use Case. Capabilities and Limitations. Installation. Demo. Reference. 1 2 3 4 5 6
  3. 3. What is Browserium ? ● Browserium is an open source python module. ● It acts as wrapper over Selenium. ● It acts as a single endpoint for all your browser configurations for selenium. ● It reduces ample lines of code blocks when configuring browsers. ● It is platform independent.
  4. 4. Use Case ● Setting up for deployment across multiple platforms. ● Driver configurations across multiple platforms. ● Multiple cross platform browser configurations. ● Manually updating and downloading driver. ● Setting browser configurations manually
  5. 5. Capabilities ● Reduce lines of code. ● Cross browser configuration made easy. ● Cross platform browser driver configuration made easy. ● Focus on writing the actual test cases. ● Reduce deployment time. Limitations ● Currently does not support windows platform ● Browser preferences are not configured for any browser.
  6. 6. Installation ● Using pip : pip install browserium ● Using Git+ssh : pip install git+git://github.com/browserium/Browserium.git ● Using Git+https: pip install git+https://github.com/browserium/Browserium.git
  7. 7. DEMO
  8. 8. References Website http://browserium.github.io/Browserium PyPi https://pypi.org/project/browserium/

×