theintern / leadfoot

A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.
Other
170 stars 24 forks source link

findDisplayedByLinkTest does not work where findByLinkText does on FF #145

Closed cuff-links closed 4 years ago

cuff-links commented 6 years ago

Failure Environment: Leadfoot 1.7.5 Browser: FF 59 Driver: Geckodriver 20 OS: Mac OSX High Sierra

Passed Environment Leadfoot 1.7.5 Browser: Chrome 65 Driver: Chromedriver 2.36

The call works on Chrome but not Firefox. I switched to using findByLinkText instead and both works. But I wanted to know if there was an obvious reason.

Using the leadfoot by itself without intern.

jason0x43 commented 6 years ago

I tried a simple test case and was not able to reproduce this issue. What specific error are you seeing?

cuff-links commented 6 years ago

Unable to find element.

jason0x43 commented 4 years ago

Closing this due to inactivity, and because the issue couldn't be reproduced.