All about JavaScriptExecutor in Selenium
Sometimes we observe web controls doesn't react well to selenium commands, there we can directly use / execute javascript commands using webdriver,
This article is based on my learning or working experience, please leave comments if anything needs to be added or updated, Thanks!
ways to drag n drop elements using selenium
Some examples:
Can customize menu bar items by drag child elements on parent element.
Drag and drop files/folders in some hierarchy manner.
This article is based on my learning or working experience, please leave comments if anything needs to be added or updated, Thanks!
JSON : basic introduction and references
JavaScript Object Notation
Used as a lightweight data sharing format in between server and web application, and also in between web applications.
This article is based on my learning or working experience, please leave comments if anything needs to be added or updated, Thanks!
which one to use? driver.close() / .quit()
Depending on scenarios, if single or multiple browsers are opened, we can close or quit browser.
let's see the usage of close, quit and dispose methods.
This article is based on my learning or working experience, please leave comments if anything needs to be added or updated, Thanks!
Agile development : manifesto
A group of developers together made a decission depending on their individual views and created the methodology called Agile.
In each development life cycle, it's the learning from the previous iteration and implement to improve the process...
There are 4 major compact principles (we call manifesto) to develop software/product in a better way, which talks as:
This article is based on my learning or working experience, please leave comments if anything needs to be added or updated, Thanks!
Selenium v2.47.0 - features added
Selenium framework leaunched it's updated version 2.47.0Download link:
This article is based on my learning or working experience, please leave comments if anything needs to be added or updated, Thanks!




