I have am using firefox and i have modified its user agent to make it behave like iphone web browser. now when i open google.com using watir and now i want to click on the searh button which is an image in mobile view. how to do that.
Watir :- click an image button?
4k Views Asked by Prachur At
1
There are 1 best solutions below
Related Questions in WATIR
- How do I get the fullscreen mode in firefox?
- iframe Handling issue with wait_until and .html Methods
- Using Watir and Selenium how to add certificate to profile for Firefox?
- The dropdown list on this website shows a varying number of options when I open it manually compared to when I open it through automation
- I used this article 'Attach to a manually opened Chrome browser using debuggerAddress'
- How do I connect to the already opened Chrome Browser
- Verify background color for date of month
- Firefox Iframe issue on Watir: Watir's iframe Handling issue with few methods. eg: wait_until and .html Methods
- In Google translate page, printing the text area is not working
- I tried to stop and start this video of youtube using watir but resume is not working
- Ruby & Watir... Web Drivers Conflict
- Running watir tests on new machine throws " undefined method `chrome' for Selenium::WebDriver::Remote::Capabilities:Class"
- How to set the browser version in ruby selenium(WATIR)
- Why is the watir gem failing with webdriver error?
- WSL + Rails + Watir + Selenium: set the value of file input
Related Questions in USER-AGENT
- How can I override navigator.userAgentData?
- htaccess SetEnvIfNoCase User-Agent
- How can i get device name Like: iphone pro max, Samsung galaxy S20 Ultra, etc
- iOS targeting javascript does not work on Ipad, only iphone
- What userAgent do I need for the method to return true?
- firefox browser in mobile view is giving 504 gateway timeout response
- http-only cookie being set only after some time delay (chrome)
- Instagram not visible in useragent for newer iphone versions
- Ionic: unable to appendUserAgent
- user agent and data scraping with R
- Swift - How to get the Safari app's user agent string or build version programmatically?
- React Native okhttp user agent
- User Agent not showing in apache2 logs
- Are User Agents always in English?
- Open desktop version in iframe on mobile browser for embed Polarsteps
Related Questions in FIREWATIR
- Error accessing Birthday variable using Watir during gmail sign-up
- Error while creating and instance of IE
- How to install Firewatir
- Undefined local variable or method `firewatir' for main:Object (N ameError)
- Firewatir on ubuntu
- can we automate silverlight screens using watir?
- how to open pop up window table using selenium webdriver?
- How to hold down the control key in watir webdriver
- Error while running watir webdriver script for Chrome
- closing browser error - change behavior
- How to extract the hover box information in watir and print it to a STDOUT
- Watir-webdriver issue with options.yml file
- Select list not working in firewatir
- How to access this Html element in FireWatir
- Firewatir not working
Related Questions in BROWSER-AUTOMATION
- Optimizing Selenium script for faster execution
- JBrowserDriver not able to create Temp file
- Selenium in Python only executing one function
- includes assertion in playwright for for CSS and Attribute?
- Webdriver IO Tests giving Error: Failed to create session when running them circle ci pipeline
- Playwright is not generating videos when we create our own context
- Updating products price on shopify
- Website interactive script to validate specific state after series of interactions
- This is the initial start page for the WebDriver server message when running automation test using Edge
- Dynamic dropdown options selection in selenium java and React dropdown with no select class and no ids to select the options
- How to bypass cloudflare checkbox selenium in VFS Global website
- Selenium Webdriver url keep returning to default "data:," after get(url) method
- Code Stopped Working Randomly After Changing Pages with Selenium Python
- Why am I getting September 23 when the condition is to get out of the loop once it finds August
- Is there a way to capture an image via Selenium when running the test on a Jenkins server?
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?
To click an image
try this
If the image is actually a button
try this
The next time please provide relevant HTML.
Also, take a look at HTML Elements Supported by Watir page.