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

Articles

Client-side date formatting

A quick pair of tips for dealing with date formats on the client side: This is an undocumented function and global that will help you turn date strings pulled from form controls into JavaScript dates for date manipulation: UNDOCUMENTED FUNCTION: getD...

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
  • 4712 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....

Top Contributors