Questions tagged [clicking]
60 questions
0
votes
1 answer
How can I extract Data displayed after clicking a button?
I am Trying to Web Scrape this site https://www.platformone-eg.com/en/products, how can I scrape data displayed after clicking Product Details Button like this

Salah Bessa
- 1
- 1
0
votes
2 answers
Puppeteer issue: Same button cannot be pressed twice after page content changes (but button id did not)
I'm trying to automate an checkout process using latest nodeJS and puppeteer. Everything is working except the last button press, which should be working from my understanding, but regardless nothing is happening.
Here is my code:
else…

l4m0r
- 23
- 8
0
votes
1 answer
HTML5 button colours
Hi i found this glorius code while looking for help with my issue of having a click box on the screen that will turn 4 different colours. here is the code i found which is perfect. All i want is to start at yellow, got to amber onlick, go to red on…

112StaminaX
- 1
- 3
0
votes
1 answer
how can I set a value repeatedly to a field with auto clicking in javascript?
I tried to write the auto-clicking function on a web page:
var button = document.getElementById('send_order_btnSendOrder');
setInterval(function(){button.click()}, 200)
it works correctly
, now after each auto clicking i want these values will be…
0
votes
0 answers
Clicking a refresh button on a web page
I'm able to scrape data but I don't know how to click a refresh button.
On the web page it's the button that says Osvježi.
This is the web page : https://zse.hr/default.aspx?id=10006&dionica=1027
This is the Html line:

Al Bundy
- 1
- 1
0
votes
1 answer
show message by clicking button but how i can hide this message by clicking the button
here is my code when i clicked the button it show message but i am unable to hide this message by again clicking the button how can i solve this . in html web page show a button when i click button it show some message but i want help when i again…

swinnyTedd
- 1
- 2
0
votes
2 answers
Hide form field when clicking a button
Sorry, I speak English very badly.
I have one form that, when called from various buttons, should hide some fields.
Here are the buttons:
Button 1
Button 2
Here is the form:

Денис Шурубов
- 1
- 3
0
votes
1 answer
Performing mousefunctions via code AS3
I am looking for a way to perform mouse functions via code without having to actually touch the mouse. Left clicking and positioning cursor to be specific. What I am trying to do is allow my app to create macros that perform certain functions with a…

Koden
- 353
- 1
- 13
0
votes
0 answers
Auto clicking program not functioning
I'm making a program that automatically clicks. The macro related part of the code works on its own and I'm trying to get it to work with my GUI, I originally had it with a while(true) loop for testing but now that I want proper functionality it…

leon
- 39
- 2
- 7
0
votes
2 answers
Double Clicked Compiled C++ Unix Executable Doesn't Open Existing File to Read Information From
I've been searching online to solve the above issue with no
success so far. I will describe the issue in more details below.
My program contains only one .cpp file. The program should display text from "test.txt" if this file is opened. Otherwise,…
0
votes
1 answer
Trying to click a button in Python using Selenium Web Driver
I am attempting to click a button on a html page using Python and selenium web driver.
This is the source code of the page http://pastebin.com/112g1Gje.
EDIT: The relevant part at is at the end.. "btn btn-primary"
I am really close to figuring this…
user4351838
0
votes
3 answers
Attempting to click a button in Python using Selenium WebDriver (Firefox)
I am attempting to click a button on a html page using Python and selenium web driver.
This is the source code of the page http://pastebin.com/112g1Gje.
I believe the relevant portion is at the end. I'm trying to click the button that says…
user4351838
0
votes
0 answers
D3 Interactive List with Graph forcelayout when choosing
I would try my best to describe the challenge that I am facing. I would like to use D3 to make 2 things:
1. A List that contain Node name
2. A Forcelayout graph with Node and Link
They are on different divs. Can make it in 1 .js but preferable 2…

Loredra L
- 1,485
- 2
- 16
- 32
0
votes
1 answer
Count textview changes while scrolling ListView
In my app,I am populating listview by the following method.
Saved all the datas (Product,Category,Count,Price) into SQLite DB.
Saved SQLite DB into List.
CartRes has getter & setter. Setting values and retrieve it from Adapter class by using…

Parama Sudha
- 2,583
- 3
- 29
- 48
0
votes
1 answer
RecyclerView in Fragment with slide Tabs
I have an application where I use slide tabs with fragment and in each fragment I have recyclerview with custom adapter, I have 5 tabs now the apps works ok while I slide, the correct data is shown, the first 4 tabs share same layout for the…

user3051949
- 41
- 1
- 4