Top "Pageobjects" questions

A design pattern to represent a web page as an object.

What is the Page Object Pattern in Selenium WebDriver?

What is page object pattern in Selenium WebDriver? What is the use of it and how can we use this …

design-patterns selenium selenium-webdriver pageobjects
How to avoid Compound Class name error in Page Object?

When I try to use the class name that having space class = "country name" in page object, I'm getting: Compound …

selenium selenium-webdriver pageobjects page-object-gem
What's the best way to use Selenium PageObject Design Pattern

I'm creating tests using Selenium 2 Web Driver with C#.Net. After reading through a lot of the Selenium documentation, I …

c# design-patterns webdriver selenium-webdriver pageobjects
Get the By locator of an already found WebElement

Is there an elegant way to get the By locator of a Selenium WebElement, that I already found/identified? To …

java selenium selenium-webdriver pageobjects
Selenium WebDriver page object

Quick question about page objects in selenium webdriver. our site is very dynamic with lots of ajax and various authentication …

selenium-webdriver webdriver pageobjects
Pythonic way to resolve circular import statements?

I just inherited some code which makes me uneasy: There is a testing library, full of classes corresponding to webpages …

python pageobjects
Wait for element - WebDriver - PageObject pattern

As long as I use PageObject pattern I wondered where should I wait for element on dynamic pages. Assuming we …

java selenium webdriver selenium-webdriver pageobjects
Disadvantages of Page Object Model in Selenium

Are there any disadvantages of using page objects for Selenium tests?

selenium-webdriver pageobjects
ImportError: No module named base

I'm trying to implement PageObject pattern for my first Login test. While running it I'm receiving the following error: >&…

python python-2.7 selenium-webdriver pytest pageobjects
WebDriver/PageObject/FindBy: how to specify xpath with dynamic value?

I'm trying to use Page Object pattern in Java and having some trouble with @FindBy/XPath. Earlier, I used the …

java selenium xpath selenium-webdriver pageobjects