Skip to content

A demo of a few Selenium techniques for dealing with Ajax heavy websites.

Notifications You must be signed in to change notification settings

osalgado-qatesterforever/selenium-tech-demo1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Tech Demo
===================
These scripts are meant to showcase of how to deal with various async issues in automating using selenium.

To start the server, use Node to start the server:
	
	> npm install
	> node server.js

This will start a server at http://localhost:4567/index.html

Selenium scripts can be found under the /tests/ folder.


Techniques Demonstrated
========================
* Doing actions in JavaScript
* jQuery queue polling.
* JavaScript Ajax Promise Latching

About

A demo of a few Selenium techniques for dealing with Ajax heavy websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published