Top "Pageobjects" questions

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

Selenium Page Object (PO) and Key Word Driven Framework

I am a novice in Selenium, need some advice. As I understand, in Page Object, we must create a Java …

selenium frameworks keyword pageobjects data-driven-tests
How to represent Page Object navigation in a Selenium WebDriver project using java

I have read in a few places that Navigating between Pages when using WebDriver API is typically done by the …

java selenium-webdriver pageobjects
StaleElementReference Exception in PageFactory

I am trying to learn the PageFactory model. I understood the fact that when we do a initElements, the WebElements …

selenium selenium-webdriver pageobjects page-factory staleelementreferenceexception
How to explicitly wait while using page factory in Selenium?

I'm going to organize an explicit wait in Selenium like this: WebDriverWait = new WebDriverWait(driver,30); WebElement element = wait.until(ExpectedConditions.…

java selenium selenium-webdriver webdriver pageobjects
How to avoid Errno::ECONNREFUSED: (Connection refused - connect(2)

While I'm executing the scenarios suddenly I got the error message as follows: Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) (…

ruby selenium-webdriver cucumber calabash pageobjects