Forum Discussion

testfeast's avatar
testfeast
Occasional Contributor
2 years ago

Using Page Object as return type

Trying to write a function like: def foo() -> Page: #does something return page It returns a variable of type Page in TestComplete.   However, it gives me a runtime error: NameError: name 'Pa...