Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kazurayam committed Nov 29, 2024
1 parent ddab362 commit 865dca2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ What types of WebUI keyword we can specify here? --- Any WebUI keyword that take

You shouldn’t give those keywords that do not take a TestObject as the 1st argument. For example, `WebUI.delay(timeout)`. Those will be just ignored.

### Mixing two cutomization
### Mixing two cutomizations together

See the [Test Cases/TC5](https://github.com/kazurayam/HighlightingElementByTestObjectInEachAndEveryStep/blob/develop/Scripts/TC5/Script1732709969913.groovy)

Expand All @@ -321,4 +321,4 @@ See the [Test Cases/TC5](https://github.com/kazurayam/HighlightingElementByTestO
['verifyElementPresent', 'waitForElementPresent']
)

You can apply both ways of customization.
As this, you can apply both ways of customization.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ What types of WebUI keyword we can specify here? --- Any WebUI keyword that take

You shouldn’t give those keywords that do not take a TestObject as the 1st argument. For example, `WebUI.delay(timeout)`. Those will be just ignored.

### Mixing two cutomization
### Mixing two cutomizations together

See the [Test Cases/TC5](https://github.com/kazurayam/HighlightingElementByTestObjectInEachAndEveryStep/blob/develop/Scripts/TC5/Script1732709969913.groovy)

Expand All @@ -321,4 +321,4 @@ See the [Test Cases/TC5](https://github.com/kazurayam/HighlightingElementByTestO
['verifyElementPresent', 'waitForElementPresent']
)

You can apply both ways of customization.
As this, you can apply both ways of customization.
4 changes: 2 additions & 2 deletions docs/README_.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ What types of WebUI keyword we can specify here? --- Any WebUI keyword that take

You shouldn't give those keywords that do not take a TestObject as the 1st argument. For example, `WebUI.delay(timeout)`. Those will be just ignored.

=== Mixing two cutomization
=== Mixing two cutomizations together

See the https://github.com/kazurayam/HighlightingElementByTestObjectInEachAndEveryStep/blob/develop/Scripts/TC5/Script1732709969913.groovy[Test Cases/TC5]

Expand All @@ -156,4 +156,4 @@ CustomKeywords.'com.kazurayam.ksbackyard.HighlightElement.pandemic'(
)
```

You can apply both ways of customization.
As this, you can apply both ways of customization.

0 comments on commit 865dca2

Please sign in to comment.