Questions tagged [clickable]

The tag refers to a graphics user interface item, which can be clicked using the mouse or tapped (in case of touchscreen application).

702 questions
-1
votes
1 answer

Find element within table cell in webdriver using java

I want to check if there is a clickable image present in the table cell. If(clickable image present) { // } else { // } How do I do it in webdriver using Java?
-1
votes
2 answers

Not clickable inputfields

Check http://student.howest.be/sylvain.vansteelandt/fedex/. If you click on "Create a shipment" you will notice the first 4 inputfields are not clickable. How is this possible?
svdotbe
  • 168
  • 1
  • 3
  • 16
-1
votes
2 answers

How do I create a clickable item in menu to open a new activity?

I have made an app with a lot of buttons and activities. I'm having trouble though understanding how to start a new activity through a button that is in my menu (when the menu button is clicked on phone) (inflatable menu). This is my code for the…
Derek
  • 632
  • 2
  • 11
  • 29
-1
votes
1 answer

Making parts of a image clickable in a neater way

I have tried using the coordinates method and also the image plugged in from photoshop method. Is there another alternative to make parts of the image clickable in a neater way?