Using Selenium Chrome Driver on Mac OS X

Update (26/06/2015) Previously I have written a function which waits until a specific element is available on the page, doWhenAvailable. I have find out Selenium has already a similar feature build-in. Its element search functions could wait until an element is available on the page. It can be activated in @BeforeClass method: [code language=”java”]driver. manage(

Read More

Best eclipse shortcut

I have been using eclipse for years. I were using several shortcuts to speed up things. But I have learned my favorite shortcut, CTRL+3 just a few months ago. It is something like one shortcut to learn them all. How could I miss this for years?

Installing GoDaddy SSL Certificates on Glassfish v3 Step by Step

Introduction to Glassfish SSL Newly created domains on glassfish has already a self signed certificate in DOMAIN_DIR/config/keystore.jks file. By default this keystore has default password of “changeit”. This certificate is named as s1as. To see this certificate you could issue following command: keytool -list -keystore keystore.jks When asked enter default password “changeit”. You will see

Read More