We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

First Studio Application - Template Metric

Hola Guys, There has always been lot of buzz about understanding and creating apps in Studio application and usually people tend to think it is quite complicated and will create issues while running in prod and they opt to use Global app instead. Las...

FOGLIGHT & SERVICENOW INTEGRATION

I was asked by my company to integrate Quest Foglight to Servicenow. REST with Foglight is a new function for them with their latest release, so there wasn't much knowledge about it. After hours upon hours upon hours of research and coding, I finally...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
kevinray by Giga Expert
  • 5028 Views
  • 2 comments
  • 1 helpfuls

Using Selenium and Python to login

Posting to save someone time. Python3 / Selenium / Firefox Webdriver   from selenium import webdriver from selenium.webdriver.common.keys import Keys import time browser = webdriver.Firefox() browser.get("https://<INSTANCE URL>/side_door.do") time....

Establecer usuario seleccionado en un formulario de solicitud del catálogo de servicio como un aprobador.

Hola, Para reestructurar la pregunta de este artículo, la idea es explicar cómo definir un aprobador basado en un usuario seleccionado dentro de un formulario del catálogo de servicios. El escenario es un formulario, en el cuál el solicitante debe in...

find_real_file.png find_real_file.png
Top Contributors