Skip to content

Commit

Permalink
Fixed browserName for output issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lombardo committed Nov 16, 2023
1 parent 7fe9042 commit 55fade8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ public abstract class MyTestCase extends WebTestCase {
}
```

# Browsers support

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](https://www.selenium.dev/documentation/webdriver/browsers/)<br/>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://www.selenium.dev/documentation/webdriver/browsers/)<br/>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://www.selenium.dev/documentation/webdriver/browsers/)<br/>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://www.selenium.dev/documentation/webdriver/browsers/)<br/>Safari |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Latest | Latest | Latest | Latest |


# Special Features
The Core Automation Service has many special features that have been born from years of necessity. Here are just a few.

Expand Down

0 comments on commit 55fade8

Please sign in to comment.