-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: developer
Are you sure you want to change the base?
Drozdovskyy #9
Conversation
|
||
postsLabel = driver.FindElement(By.ClassName("wp-heading-inline")); | ||
addNewButton = driver.FindElement(By.ClassName("page-title-action")); | ||
|
There was a problem hiding this comment.
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")); | ||
|
There was a problem hiding this comment.
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")); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty spaces
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty spaces
|
||
|
There was a problem hiding this comment.
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; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty spaces
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty space
|
||
|
||
|
||
|
There was a problem hiding this comment.
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); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty space
|
||
return this; | ||
} | ||
|
There was a problem hiding this comment.
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); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty space
Developer
No description provided.