Giter Club home page Giter Club logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024

Original comment by [email protected] on 13 Mar 2013 at 11:55

  • Added labels: Type-Bug
  • Removed labels: Type-Defect

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024

Original comment by [email protected] on 14 Mar 2013 at 9:20

  • Added labels: Pri-3

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024

Original comment by [email protected] on 14 Mar 2013 at 9:21

  • Removed labels: Priority-Low

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024

Original comment by [email protected] on 14 Mar 2013 at 9:24

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Hi, I have been using selenium webdriver 2.30.0 for automating tests in ruby. 
The tests run fine on firefox because it able to scroll down to click an 
element that is not visible within the current display size. 

The same tests in chrome fail, because chrome is not scrolling down to find the 
element. I get this error 'Selenium::WebDriver::Error::ElementNotVisibleError: 
Element must be displayed to click'. It looks like a selenium error but i 
looked up their issues list and found this relevant issue, which says chrome 
webdriver team is responsible for fixing the issue - 
https://code.google.com/p/selenium/issues/detail?id=4637. Can you please have a 
look and let me know if its fixable by your team, if so, when we can expect a 
fix?

Appreciate your time and help!

Chrome version: Version 27.0.1453.116
OS: Mac OS X 10.7.4

Thanks,
Subashini

Original comment by [email protected] on 4 Jul 2013 at 12:01

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024

Original comment by [email protected] on 30 Sep 2013 at 10:52

  • Changed state: Verified

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024

Original comment by [email protected] on 21 Feb 2015 at 12:19

  • Changed state: Untriaged

from chromedriver.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Issue is not reproducible with chromedriver:2.15

Sample Code:
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains


driver=webdriver.Chrome(executable_path=r'C:\Users\ssudunagunta\Downloads\Chrome
SW\Driver\chromedriver.exe')
driver.implicitly_wait(60)
driver.get('http://www.allegiantair.com/')

faqEle = driver.find_element_by_partial_link_text('FAQ')

faqEle.click()
#ActionChains(driver).move_to_element(faqEle).perform()


Original comment by [email protected] on 5 Jun 2015 at 11:48

  • Added labels: Needs-Feedback

from chromedriver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.