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

Drozdovskyy #9

Open
wants to merge 15 commits into
base: developer
Choose a base branch
from
Open

Drozdovskyy #9

wants to merge 15 commits into from

Conversation

maxdrozdovskii
Copy link
Collaborator

No description provided.


postsLabel = driver.FindElement(By.ClassName("wp-heading-inline"));
addNewButton = driver.FindElement(By.ClassName("page-title-action"));

Copy link
Owner

Choose a reason for hiding this comment

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

Empty space

addNewButton = driver.FindElement(By.ClassName("page-title-action"));

screenOptionsDropDown = driver.FindElement(By.Id("show-settings-link"));

Copy link
Owner

Choose a reason for hiding this comment

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

Empty space

screenOptionsDropDown = driver.FindElement(By.Id("show-settings-link"));

helpDropDown = driver.FindElement(By.Id("contextual-help-link"));

Copy link
Owner

Choose a reason for hiding this comment

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

empty spaces

Comment on lines +45 to +46


Copy link
Owner

Choose a reason for hiding this comment

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

Empty spaces

Comment on lines +48 to +49


Copy link
Owner

Choose a reason for hiding this comment

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

Empty spaces

public string GetPostLabel()
{
return postsLabel.Text;

Copy link
Owner

Choose a reason for hiding this comment

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

Empty spaces

Comment on lines +46 to +47


Copy link
Owner

Choose a reason for hiding this comment

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

Empty space

Comment on lines +80 to +83




Copy link
Owner

Choose a reason for hiding this comment

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

Empty space

public ScreenOptionsDropDown NumberOfItemsFieldUp()
{
numberOfItemsField.SendKeys(Keys.Up);

Copy link
Owner

Choose a reason for hiding this comment

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

Empty space


return this;
}

Copy link
Owner

Choose a reason for hiding this comment

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

Empty space

public ScreenOptionsDropDown NumberOfItemsFieldDown()
{
numberOfItemsField.SendKeys(Keys.Down);

Copy link
Owner

Choose a reason for hiding this comment

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

Empty space

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.

4 participants