Skip to main content

All Questions

Tagged with
-2 votes
3 answers
55 views

"Sign Out" button and logo not clickable

I have a menu bar which I created with HTML and CSS. I have buttons that are centralized in the middle of the menu bar, which work perfectly fine. My problem here is that the buttons on the wings, &...
U13-Forward's user avatar
  • 71.2k
0 votes
1 answer
19 views

Kivy UI not updating correctly on first interaction with CustomSpinnerButton

from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.uix.button import Button from kivy.properties import ListProperty, StringProperty from kivy.uix.gridlayout import GridLayout ...
Douglas Nunes's user avatar
1 vote
1 answer
22 views

i have to click on button using js ,unable to do it

body > div.ms-Layer.ms-Layer--fixed.root-213.fui-FluentProvider1 > div > div > div > div > div > div.progressList_4e66cf7f > div > div > div > div > div > div &...
Akshay Kumar's user avatar
1 vote
2 answers
112 views

How do I remove the blue square that appears when I click the button on small screens?

When I set the screen size to be small in Chrome dev tools or when I check my project on my phone, a blue square temporarily appears around the button when I click it. I have tried to set outline: ...
user avatar
0 votes
0 answers
75 views

HTMLUnit button.click() doesn't return a new HtmlPage object

I am and HTMLUnit newbie and am trying to scrape this website for DATACENTER. I am able to get to the first page and scrape the necessary information. Within the page there is an array of buttons ...
thedigginman's user avatar
0 votes
0 answers
66 views

Cant find Element inside a Shadow DOM

So im trying to click a button element, which is inside a Shadow DOM. I use Python and Selenium WebDriver. I also looked through the forum already and every solution which worked for others doesnt ...
faNNta1337's user avatar
0 votes
2 answers
102 views

How do I perform a click on several buttons in sequence?

I have 4 buttons that will reproduce a sound (each one of them) when activated, but I want to "activate" those 4 buttons, one right after the other (in order o sequence), by clicking on ...
giuoco-piano's user avatar
0 votes
2 answers
165 views

Click two buttons in the same and open the action of the second button using qml and Qt6

I have these 2 buttons and I want to click on both to open the onClick action of the second button. How can I do that to get my desired result? Maybe to use signals? Button { id: btnLevel1 x: ...
Arlyn Annie's user avatar
-1 votes
1 answer
62 views

Click a custom button using Selenium with Python3

I am trying to use Selenium to click the "button" with the text "Expand all" (see attached screenshot). I am using Selenium v4.15.2. Each line below represents some test which ...
itababa's user avatar
0 votes
4 answers
106 views

How to make a button clickable once?

In my code I want a button to be clickable once. I put 2 buttons below me because I want to disable the other button for use when one of the buttons are clicked. <div style = "position:...
ToMadToCode's user avatar
0 votes
1 answer
77 views

How to open the event handler to a link button in a WebForm (VB.net)

I did my first app but I am having hard time to find the event handler to my link button which I have created. I connected my gridview to my SQL file, did validations all I have to do now is to "...
Adele's user avatar
  • 1
0 votes
0 answers
16 views

powerapp button submit email when clicked

I created a powerapp that links to a sharepoint list which contains a list of expired laptops. I need help creating a button within the app that will remove the item from the sharepoint list and send ...
mrkleen32's user avatar
2 votes
0 answers
57 views

Unactive links and not clickable elements in Google Chrome

Sometimes I have problem when few elements on page are not clickable. For example if I hover on button clickable can be image on this button, but not a text. I have the last version of Google Chrome ...
Denyk's user avatar
  • 21
0 votes
0 answers
9 views

I am making a focus pomodoro but i have a problem in click buttons, they are not interact and do not know more what can i do

Here I will leave printouts of the code that may be usefulenter image description here[enter image description here]enter image description herehere I execute the function in the main file I would ...
hugo4s's user avatar
  • 1
0 votes
1 answer
44 views

How can I make true-false on every click in Python?

I'm trying to improve myself on a project in Python, but I'm stuck somewhere. The problem is; I want the global variable I defined to change to true-false every time I left click with the mouse. This ...
cvaqabond's user avatar

15 30 50 per page
1
2 3 4 5
68