page-objects icon indicating copy to clipboard operation
page-objects copied to clipboard

Page Objects web testing pattern for Python

Results 5 page-objects issues
Sort by recently updated
recently updated
newest added

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)`...

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...