page-objects
page-objects copied to clipboard
Page Objects web testing pattern for Python
I have an abstraction I've used a lot with Java, where my page objects wait for the visibility of elements that I know to be dynamic. I've even made that...
hi, @eeaston I have an issue with using PageElement in function 1. I defined function which use parameter 'p1' to locate link element `class AdminPage(PageObject): def partial_link(self, p1="Admin"): return PageElement(partial_link_text=p1)`...
Question
I see your example of using text. If I assign text to the page object in your example, everything works fine. If I don't I just get None type. I...
get a group elements,like:combox and so on.
Hey there! Great job on this library. I can't believe I haven't seen this before, this is awesome! The only downside for me is, I use splinter. I'll happily work...