Create Firefox Profile
Some time it’s required that we need to create another firefox profile. So, to create a new profile we need to follow the steps – First open the run and type firefox -P Next profile […]
Learning Never Ends …
Some time it’s required that we need to create another firefox profile. So, to create a new profile we need to follow the steps – First open the run and type firefox -P Next profile […]
To check Cookie value with selenium, we can use the following code –
To check accesskey of html webpage we can use the following code – and the output should be – Opening http://demo.tanmaysarkar.com/sample_03.html Last name is selected Cricket is NOT checked Cricket is checked
If we want to validate that image is properly loading in webpage , we can use the following code – as in the demo page http://demo.tanmaysarkar.com/sample_04.html only first image is present and second one is […]
To verify popup window we use the following code – and the output should be – Parent {a3e8ddf8-0462-4f31-b92c-fb4faf8f7b90} Popup {62fb6e63-e86c-4ad7-b3c2-41fbfa09f822} able to switch Popup window contains – Hello Popup world! ; ) now switch to […]