Skip to content

TypeError: Checker.return_text() missing 1 required positional argument: 'locator_value' #14

Discussion options

You must be logged in to vote

You have to add a selector (xpath, css etc) :

Try doing this:
g = run.return_text("xpath", "//a[normalize-space()='Parking']")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SachinSoni4619
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants