Downloads:
44,779
Downloads of v 0.2.2.20160619:
569
Last Update:
19 Jun 2016
Package Maintainer(s):
Software Author(s):
- Opera Software
Tags:
selenium opera driver webdriver testing web-applications- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Selenium Opera Driver
This is not the latest version of Selenium Opera Driver available.
- 1
- 2
- 3
0.2.2.20160619 | Updated: 19 Jun 2016
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
44,779
Downloads of v 0.2.2.20160619:
569
Maintainer(s):
Software Author(s):
- Opera Software
Selenium Opera Driver 0.2.2.20160619
This is not the latest version of Selenium Opera Driver available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Opera Software. The inclusion of Opera Software trademark(s), if any, upon this webpage is solely to identify Opera Software goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Selenium Opera Driver, run the following command from the command line or from PowerShell:
To upgrade Selenium Opera Driver, run the following command from the command line or from PowerShell:
To uninstall Selenium Opera Driver, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download selenium-opera-driver --internalize --version=0.2.2.20160619 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade selenium-opera-driver -y --source="'INTERNAL REPO URL'" --version="'0.2.2.20160619'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade selenium-opera-driver -y --source="'INTERNAL REPO URL'" --version="'0.2.2.20160619'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install selenium-opera-driver
win_chocolatey:
name: selenium-opera-driver
version: '0.2.2.20160619'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'selenium-opera-driver' do
action :install
source 'INTERNAL REPO URL'
version '0.2.2.20160619'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller selenium-opera-driver
{
Name = "selenium-opera-driver"
Version = "0.2.2.20160619"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'selenium-opera-driver':
ensure => '0.2.2.20160619',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator dtgm on 05 Jul 2016.
OperaChromiumDriver is a WebDriver implementation derived from ChromeDriver (https://sites.google.com/a/chromium.org/chromedriver/) and adapted by Opera (http://www.opera.com/) that enables programmatic automation of Chromium-based Opera products for desktop and Android platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.
WebDriver is a general purpose library for automating web browsers. It can drive the browser, running various tests on your web pages, just as if a real user was navigating through them. It can emulate actions like clicking links, entering text and submitting forms, and reporting results back to you so you know that your website works as intended.
OperaChromiumDriver end-user emulation ensures that your entire stack (HTML, scripts, styling, embedded resources and backend setup) is functioning correctly without tedious manual testing routines.
OperaChromiumDriver can be used without extra setup on Chromium-based versions of Opera starting from version 26.
For driving Presto-based Opera browsers, refer to the OperaPrestoDriver (https://github.com/operasoftware/operaprestodriver) project.
operadriver.exe file is located in <Get-BinRoot>/selenium directory.
$binRoot = Get-BinRoot
$seleniumDir = "$binRoot\selenium"
$driverPath = "$seleniumDir\operadriver.exe"
Remove-Item $driverPath -Force
$directoryInfo = Get-ChildItem $seleniumDir | Measure-Object
If ($directoryInfo.count -eq 0) {
Remove-Item $seleniumDir -Force
}
$menuPrograms = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutDir = "$menuPrograms\Selenium"
$shortcutFile = "$shortcutDir\Selenium Opera Driver.lnk"
If (Test-Path $shortcutFile) {
Remove-Item $shortcutFile -Force
}
$directoryInfo = Get-ChildItem $shortcutDir | Measure-Object
If ($directoryInfo.count -eq 0) {
Remove-Item $shortcutDir -Force
}
Log in or click on link to see number of positives.
- operadriver_win64.zip (ecee40752692) - ## / 55
- operadriver_win32.zip (8cf550a46485) - ## / 57
- selenium-opera-driver.0.2.2.20160619.nupkg (fd1f38594f7c) - ## / 56
- operadriver.exe (3321181681ce) - ## / 56
- operadriver.exe (d82275ca2639) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Selenium Opera Driver 83.0.4103.97 | 22336 | Sunday, June 28, 2020 | Approved | |
Selenium Opera Driver 81.0.4044.113 | 3093 | Thursday, April 23, 2020 | Approved | |
Selenium Opera Driver 80.0.3987.100 | 964 | Friday, March 6, 2020 | Approved | |
Selenium Opera Driver 79.0.3945.79 | 871 | Sunday, January 12, 2020 | Approved | |
Selenium Opera Driver 78.0.3904.87 | 717 | Thursday, November 14, 2019 | Approved | |
Selenium Opera Driver 77.0.3865.120 | 339 | Saturday, November 2, 2019 | Approved | |
Selenium Opera Driver 76.0.3809.132 | 556 | Sunday, September 29, 2019 | Approved | |
Selenium Opera Driver 75.0.3770.100 | 690 | Wednesday, August 7, 2019 | Approved | |
Selenium Opera Driver 2.45 | 1148 | Friday, April 19, 2019 | Approved | |
Selenium Opera Driver 2.42 | 732 | Sunday, February 3, 2019 | Approved | |
Selenium Opera Driver 2.41 | 538 | Sunday, December 16, 2018 | Approved | |
Selenium Opera Driver 2.40 | 760 | Monday, October 1, 2018 | Approved | |
Selenium Opera Driver 2.38 | 554 | Sunday, August 26, 2018 | Approved | |
Selenium Opera Driver 2.37 | 823 | Saturday, June 30, 2018 | Approved | |
Selenium Opera Driver 2.36.20180630 | 277 | Saturday, June 30, 2018 | Approved | |
Selenium Opera Driver 2.36 | 944 | Friday, May 11, 2018 | Approved | |
Selenium Opera Driver 2.35 | 915 | Friday, March 23, 2018 | Approved | |
Selenium Opera Driver 2.33 | 1006 | Saturday, January 20, 2018 | Approved | |
Selenium Opera Driver 2.32 | 1122 | Thursday, November 9, 2017 | Approved | |
Selenium Opera Driver 2.30.20171103 | 522 | Friday, November 3, 2017 | Approved | |
Selenium Opera Driver 2.30 | 945 | Saturday, September 30, 2017 | Approved | |
Selenium Opera Driver 2.29 | 1583 | Wednesday, June 28, 2017 | Approved | |
Selenium Opera Driver 2.27 | 1008 | Friday, April 7, 2017 | Approved | |
Selenium Opera Driver 0.2.2.20160901 | 1242 | Thursday, September 1, 2016 | Approved | |
Selenium Opera Driver 0.2.2.20160619 | 569 | Sunday, June 19, 2016 | Approved | |
Selenium Opera Driver 0.2.2 | 525 | Monday, April 4, 2016 | Approved |
Opera Software. All Rights Reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Selenium Opera Driver and the Selenium Opera Driver package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Selenium Opera Driver, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.