Skip to content

Conversation

mialeska
Copy link
Contributor

@mialeska mialeska commented Feb 7, 2020

PR Details

Related Issue Link:

Closes #15

How Has This Been Tested
Checklist
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mialeska mialeska self-assigned this Feb 7, 2020
* @return WebElement
*/
default RemoteWebElement getElement() {
return getElement(null);
Copy link
Collaborator

Choose a reason for hiding this comment

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

what does initializing with null mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it means that the timeout wasn't specified and we will use the default one

@mialeska mialeska changed the title wip:Implemented ElementFactory Implemented ElementFactory Feb 10, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@knysh knysh merged commit 6a4e8fa into master Feb 11, 2020
@paveliam paveliam deleted the Feature/15-ElementFactory branch May 7, 2020 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement ElementFactory

3 participants