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

Add DataGrid props ColumnCount and RowCount #1

Merged
merged 2 commits into from
Aug 3, 2015

Conversation

tkurnosova
Copy link
Contributor

No description provided.

get
{
var parameters = new Dictionary<string, object> { { "id", this.WrappedElement.GetId() } };
var response = this.WrappedElement.Execute(GetDataGridColumnCount, parameters);
Copy link
Contributor

Choose a reason for hiding this comment

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

WrappedElement тут не нужен, его лучше в родительском классе сделать приватным. Разве что в DesktopElement потребуется одно свойство создать, возвращающее IWebDriver

skyline-gleb added a commit that referenced this pull request Aug 3, 2015
Add DataGrid props ColumnCount and RowCount
@skyline-gleb skyline-gleb merged commit 5c7e645 into master Aug 3, 2015
@skyline-gleb skyline-gleb deleted the datagrid-element branch August 3, 2015 07:19
skyline-gleb pushed a commit that referenced this pull request Nov 12, 2015
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