Questions tagged [webui]
96 questions
4
votes
1 answer
bind() failed: Cannot assign requested address (99) error while executing Selenium based automation test in server
I have code for web ui automation test created with Katalon, I have tried to run it locally and it worked well.
Then I push my code to server but when I run it from server, it failed. It failed to open the web/url that i want.
I generate the code…

M.Chaidir Pratama
- 53
- 1
- 5
3
votes
1 answer
Job are not shown on Spark WebUI
I a naive user of spark. I installed spark and using anaconda install pyspark, then run a basic code in the jupyter notebook that is given below. I then open the spark WebUI however I am unable to see any jobs either running or completed. Any…

Nhqazi
- 732
- 3
- 12
- 30
3
votes
2 answers
Can I run a LabVIEW webservice from Raspberry Pi?
I noticed that there's a recent released apps that enables Raspberry Pi to run a deployed LabVIEW program all by itself and to set the program run as RPi boots. Since I was planning to remotely control the LabVIEW program through the internet using…

Kar Keng Chan
- 73
- 1
- 8
3
votes
2 answers
Spark webUI - completed application details page
I use spark 1.1.0 on a standalone cluster with 3 nodes.
I want to see the detailed logs of Completed Applications so I've set in my program :
set("spark.eventLog.enabled","true")
set("spark.eventLog.dir","file:/tmp/spark-events")
but when I click…

Alex
- 351
- 1
- 12
2
votes
3 answers
Mercurial with WebUI
I searched a little and did not find anything interesting. I'm looking for a guide on how to install Mercurial server with a nice WebUI.
CollabNet Subversion under Windows to the Edge and I'm happy, but a lot of people write and say that Mercurial…
user1021026
2
votes
0 answers
IPFS nodes in Docker and Web UI
This question is referred to the following project which is about Integrating Fabric Blockchain and IPFS.
The architecture basically comprises a swarm of docker containers that should communicate with each other (Three containers: Two peer nodes…

yeaaaahhhh..hamf hamf
- 746
- 2
- 13
- 34
2
votes
0 answers
Automation data-change firing issue using Selenium, jQuery and RFT
Hey all I am using RFT in order to automate a page on a Pega website page. However, the automation doesn't seem to be able to fire off the change event of the input that I am inserting a string of text into. This input box seems to be located inside…

StealthRT
- 10,108
- 40
- 183
- 342
2
votes
0 answers
Treeview nodes shows plus sign even though it doesn't have children
My Treeview shows the plus sign on all nodes, by default.
Even those nodes without children, which is wrong.
However, once I've tried to expand that node, the plus sign disappears.
I populate the Treeview dynamically.
Here's some code:
protected…

user494491
- 21
- 4
2
votes
4 answers
How to add custom object to DropDownList Items?
I'm using DropDownList within my WebApplication. I need to keep additional piece of information with each Item on list. How can I achieve this?

truthseeker
- 2,214
- 6
- 30
- 53
2
votes
1 answer
No Google BigQuery table created after importing data through webclient
I'm currently familiarizing myself with Google BigQuery by working through the examples at https://cloud.google.com/bigquery/web-ui-quickstart. Doing a query over the pubic datasets runs fine.
I run into problems when uploading custom data into a…

Tom Steinbusch
- 21
- 1
2
votes
3 answers
Selenium Webdriver - Unable to find element after page refresh/redirect
I am trying to write some UI test cases for an SAP-webUI (web based) application. After login, it shows the dashboard ( Workcenter's ) screen.
Now the problem is, I am able to open the page, enter U/N, Pwd and login through Selenium. After i press…

Siva
- 39
- 1
- 3
- 7
2
votes
1 answer
What are the missing features in adempiere web UI
I was working on the ADempiere Web UI. But found many features are not working in Web UI like value format . And found some forms are not working properly. Can you list out the mis links in WEBUI compare to the application?

Tony Davis
- 993
- 3
- 11
- 17
2
votes
2 answers
Confirm (yes/No) dialog box in Callout Adempiere
I'm trying to get the Confirm Dialog Box in Adempiere.
I have used
JOptionPane.showConfirmDialog(null, msg,"", JOptionPane.YES_NO_OPTION);
or
ADialog.ask(WindowNo, null,msg)
instead of
mTab.fireDataStatusEEvent ("NoQtyAvailable", "0", true);…

Silviaa
- 475
- 8
- 35
1
vote
2 answers
Mondrian webpage layout
I'm looking for a sample/code snippet for a Mondrian style page layout for Dojo (Mondrian, not as the software, but the French Artist). Users should be able to click on a border to split the available rectangle and have a handle to move the divider…

stwissel
- 20,110
- 6
- 54
- 101
1
vote
1 answer
Where is the delete branch option in Gitea's website interface?
Right now, I'm exploring and getting familiar with the Gitea interface.
I must be blind since I've done this before with GitHub, GitLab, CodeStar, and many more.
I feel crazy for asking this but, where is the delete branch in the website?
I'm…

Zach
- 539
- 1
- 4
- 22