Skip to content

Instantly share code, notes, and snippets.

View FernandoZnga's full-sized avatar
🏠
Homemade

Fernando Zuniga FernandoZnga

🏠
Homemade
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fernandoznga on github.
  • I am fernandoz (https://keybase.io/fernandoz) on keybase.
  • I have a public key ASAybl4dDpnV18LE-YQrDKaKEgZq5-laCKFmmV9-iQbxCgo

To claim this, I am signing this object:

@FernandoZnga
FernandoZnga / jsp.md
Created August 4, 2018 02:39 — forked from splacentino/jsp.md
A JSP cheat sheet

Java expression evaluated at run time.

Prototype

<%=     %>

Example

API workthough

  1. Open a browser

    # start an instance of firefox with selenium-webdriver
    driver = Selenium::WebDriver.for :firefox
    # :chrome -> chrome
    # :ie     -> iexplore
    
  • Go to a specified URL