I have a menu which is implemented as dropdown(similarly as Flipkart menu implementation), which has some options and on mouse hover or click on each option it will again show some lists available. I am not able to click on menu option, I have used Action class, javascript and normal Selenium click method. However it is working in chrome browser, but in Firefox it is not working. Please suggest if you have any solution for this.
I am not able to click menu list option in Selenium.
78 Views Asked by Sachin S F At
0
There are 0 best solutions below
Related Questions in SELENIUM
- Can't get Selenium element
- Trying to find HREF from table with Selenium in Python
- Python | How i get the link of products that doesn't have href with selenium
- Selenium works only when I'm connected to a remote server
- Logging in automation using Selenium requests / responses- why it wont work?
- Why can't I scrape data from etherscan
- TypeError: 'SwitchTo' object is not callable
- Why driver.get doesn't work in Python Selenium when using Profile
- Trying to fill out an online form using selenium but it can't find the element
- Targeting Accept Policy With Selenium
- Python Selenium - Select Options not returning all the options
- Spraping data from a table is slow but uncertain why
- Unable to convert byte[] image to base64 using cucumber scenario api's - java selenium
- Selenium WebDriver - google account login problem using python
- Click on login button using Selenium
Related Questions in GECKODRIVER
- Remove error message from selenium attempting to check the latest geckodriver version at startup
- Program runs in sublime text editor but not in terminal
- Python geckodriver set up is unsuccesful
- RuntimeError: Failed to download geckodriver
- Service ./selenium/geckodriver/mac64/0.34.0/geckodriver unexpectedly exited. Status code was: 64
- Python Selenium Download Pop Up not getting disabled
- firefox browser in mobile view is giving 504 gateway timeout response
- OSError: [Errno 8] Exec format error: 'geckodriver'
- How to select correct path to click item on website using python selenium webdriver in firefox css_selector
- selenium 3 frame switching doesn't work - How to fix without a retry mechanism
- How do i solve "selenium.common.exceptions.WebDriverException: Message: Failed to decode response from marionette" error
- Can't click json file with python selenium webdriver in firefox
- Setting up Selenium and Geckodriver on Ubuntu to use with Python
- Selenium Webdriver not working on Rasberry Pi 4
- Use opentest with firefox behind a proxy
Related Questions in SELENIUM-IEDRIVER
- RobotFramework - Selenium - IEDriver - Jenkins - Remote desktop Windows - Session - Problem
- Edge in IE mode automation is not working with IEDriverServer
- Selenium python program freezes at get() function
- How to set zoom level for MS-Edge in IE MODE browser using selenium 3.141.59 on windows 11?
- NoSuchElementException: Unable to find element error while running Edge driver in IE Mode using Selenium 4 with Microsoft's example
- Selenium github actions IWebBrowser2::Navigate2() failed exception
- Selenium 4 C# Edge IEMode - WindowHandles funtion does not increase number of handles when new browser window appears
- SessionNotCreatedException with Selenium 4.1.3/IEDriverServer 4.0.0 without open desktop session (works with Selenium 3.141.0/IEDriverServer 2.53.1)
- The method attachToEdgeChrome() is undefined for the type InternetExplorerOptions using selenium-server-4.0.0-alpha-2
- getWindowHandles method returns incorrect number of window handles using MS EDGE IE11 and Selenium version 4.1.2
- clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2
- IEDriver Server 4.0.0.0 doesn't provide any response when running using Selenium Java
- IE driver 4.0.0 stuck at This is the initial start page for the WebDriver server
- Is there a way to open HTTP web in Edge using selenium and iedriver?
- Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070005 ('Access is denied.') using IEDriverServer v3.150.1
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?