Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPERA: _WD_UpdateDriver + __WD_UpdateExtractor #236

Merged
merged 4 commits into from
Mar 2, 2022
Merged

OPERA: _WD_UpdateDriver + __WD_UpdateExtractor #236

merged 4 commits into from
Mar 2, 2022

Conversation

mlipok
Copy link
Contributor

@mlipok mlipok commented Mar 2, 2022

Pull request

Proposed changes

Support for unpacking opera driver which is placed in subfolder in zip archive

Checklist

Put an x in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!

This is simply a reminder of what we are going to look for before merging your code.

  • I have read and noticed the CODE OF CONDUCT document
  • I have read and noticed the CONTRIBUTING document
  • I have added necessary documentation or screenshots (if appropriate)

Types of changes

Please check x the type of change your PR introduces:

  • Bugfix (change which fixes an issue)
  • Feature (change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (functional, structural)
  • Documentation content changes
  • Other (please describe)

What is the current behavior?

it is not able to unpack opera driver

What is the new behavior?

support for unpacking exe file from subfolder

Additional context

#187

System under test

NOT RELATED

wd_helper.au3 Outdated Show resolved Hide resolved
wd_helper.au3 Outdated Show resolved Hide resolved
wd_helper.au3 Show resolved Hide resolved
wd_helper.au3 Outdated Show resolved Hide resolved
this was cross version errors - I miss some already done merged PR
wd_helper.au3 Outdated Show resolved Hide resolved
@Danp2 Danp2 merged commit 863ea9e into Danp2:supportOpera Mar 2, 2022
@mlipok mlipok deleted the patch-2 branch March 2, 2022 20:55
Danp2 added a commit that referenced this pull request Mar 2, 2022
* Array of supported browsers

* _WD_GetBrowserVersion: Eliminate hardcoding

* _WD_UpdateDriver: Partial elimination of hardcoding

* wd_demo.au3 Opera first commit (#214)

* Expand and move Support Browsers array

* Implement $_WD_BROWSER* enum

* Utilize $_WD_BROWSER_Name

* __WD_CapabilitiesInitialize + 'operaOptions' (#217)

* __WD_CapabilitiesInitialize + 'operaOptions'

* using $_WD_SupportedBrowsers

* 'edge' >> 'msedge' ScriptBreakingChange

* Readme update for opera (#216)

* wd_core.au3 - operaOptions > goog:chromeOptions (#221)

related to @Danp2  findings:
#220 (comment)

* added _WD_GetBrowserPath() with Opera path support (#223)

* _WD_GetBrowserPath: Eliminate browser specific code

* _WD_UpdateDriver: Support alternate browser location (#226)

* wd_demo.au3 - SetupOpera() suplemented + fixes (#218)

* Update change log (#230)

* Fix [Unreleased] header

* Update CHANGELOG.md

* _WD_UpdateDriver: Eliminate remaining hardcoding (#231)

* Expand $_WD_SupportedBrowsers
* Add __WD_GetLatestWebdriverInfo
* _WD_UpdateDriver: Use __WD_GetLatestWebdriverInfo

* OPERA:  _WD_GetBrowserVersion/Path refactoring (#235)

* $_WD_ERROR_NotSupported 

* using $iIndex = @Extended

* OPERA: _WD_UpdateDriver + __WD_UpdateExtractor (#236)

* Opera final proposals (#237)

Co-authored-by: Michał Lipok <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants