20 lines
219 B
Markdown
20 lines
219 B
Markdown
---
|
|
sidebar_label: Browser.isConnected
|
|
---
|
|
|
|
# Browser.isConnected() method
|
|
|
|
Indicates that the browser is connected.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class Browser {
|
|
isConnected(): boolean;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
boolean
|