You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
2
-
# web_tester
2
+
# web_pilot
3
3
4
4
A simple selenium extension which contains Browser class with methods defining different actions can be performed on the web elements.
5
5
6
6
## Development purpose
7
7
8
-
- The goal of web tester is to reduce the code complexities for developing a testing script that should test if your web applications is working fine.
8
+
- The goal of web pilot is to reduce the code complexities for developing a testing script that should test if your web applications is working fine.
9
9
- When ever a developer or designer make a changes to your web application. Testing needs to be performed for all the elements of your web.
10
10
- After every change you may need to add or modify a lengthy selenium code.
11
11
- Number of Exceptions are needed to be handled for each action.
12
-
-web_tester handles all those and continous with checking all the elements.
12
+
-web_pilot handles all those and continous with checking all the elements.
13
13
14
14
## Actions Available
15
15
@@ -30,11 +30,13 @@ python setup.py install
30
30
31
31
For headless mode which can be used for automate the testing I prefer using [headless_ie_selenium](https://github.com/kybu/headless-selenium-for-win/releases) driver.
0 commit comments