Skip to content

Commit 0aec71d

Browse files
Update 076 FindByLinkText.py
1 parent 264e050 commit 0aec71d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Python_basics/AdvancedLocators_CSS/076 FindByLinkText.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
'''
2+
Created on May 30, 2018
3+
@author: venkateshwara.d
4+
'''
15
from selenium import webdriver
26

3-
47
class FindByLinkText():
58

69
def test(self):
@@ -21,4 +24,4 @@ def test(self):
2124
print("We found an element by Partial Link Text")
2225

2326
ff = FindByLinkText()
24-
ff.test()
27+
ff.test()

0 commit comments

Comments
 (0)