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

WiniumDriver implementation #7

Merged
merged 2 commits into from
Nov 4, 2015
Merged

WiniumDriver implementation #7

merged 2 commits into from
Nov 4, 2015

Conversation

tkurnosova
Copy link
Contributor

.NET реализация базового класса WiniumDriver, который можно использовать вместе с биндингами. Добавлены опции для любого из драйверов и возможность запускать используя DriverService.

<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>

<!-- Download NuGet.exe if it does not already exist -->
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тут верное значение true

@skyline-gleb
Copy link
Contributor

над именами и namespace надо подумать. а то если сделаем один WiniumDriver.exe то попутаемся именами между физическим драйвером и биндинг-драйвером в именах проектов :)

'Configuration' = $configuration
}

$modulesUrl = 'https://raw.githubusercontent.com/skyline-gleb/dev-help/v0.1.0/psm'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

версию нужно увеличть до v0.2.1

@skyline-gleb
Copy link
Contributor

разве мы сам проект (студии, csproj) не решили назвать Winium.WebDriver ?

Fix nuget parameter

Rename project

Fix Assambly Versions

Add readme and changelog files

Update README.md

Add nuspec file and small fix readme

Add CI scripts

Renamed project and fix scripts
Fix OpenQA.Selenium.Winium.nuspec file
Fix setup.ps1 script
Remove auto-creation github release
Update commit and tag auto-messages
Clear CHANGELOG.md file
skyline-gleb added a commit that referenced this pull request Nov 4, 2015
WiniumDriver implementation
@skyline-gleb skyline-gleb merged commit f856cd1 into master Nov 4, 2015
@skyline-gleb skyline-gleb deleted the winium-driver branch November 4, 2015 11:30
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.

3 participants