You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product-integrations/servicenow.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,20 +97,20 @@ var serviceNowPage = new ServiceNowPage();
97
97
```
98
98
Creates a new instance of the ServiceNowPage object, which provides access to ServiceNow-specific functionality and page elements
99
99
100
-
```java
100
+
```javalines
101
101
serviceNowPage.loginSection().login();
102
102
```
103
103
Performs the initial login to ServiceNow using the configured credentials. This establishes the authenticated session required for impersonation operations
0 commit comments