Trending questions in Edureka Community

0 votes
1 answer

What Programming Language I need to know to be an RPA Dev?

Hey, do you know any about programming ...READ MORE

Nov 8, 2019 in RPA by Abha
• 28,140 points
2,163 views
0 votes
1 answer

Robot Icon not present in Systems Tray of UiPath Orchestrator.

Hi Apeksha, to display robot icon in ...READ MORE

Nov 6, 2019 in RPA by Abha
• 28,140 points
2,242 views
0 votes
1 answer

Resizing a GKE cluster.

Remember the following when you increase the ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
3,087 views
0 votes
1 answer

Can i configure my kubernetes pod to use multiple service accounts ?

A service account provides an identity for ...READ MORE

Jul 17, 2019 in Kubernetes by Sirajul
• 59,230 points
7,050 views
+1 vote
2 answers

How to automate image upload from my computer to site using python-selenium?

Hey, this code worked for me: image_path=os.path.abspath('.\\folder1\\subfolder2\file1.jpg') driver.find_element_by_id("Id of ...READ MORE

Aug 19, 2019 in Python by Rishi
5,694 views
+1 vote
2 answers

What is a dead letter queue in AWS?

SQS dead letter queue is provided by ...READ MORE

Jul 23, 2020 in AWS by Preeti
2,668 views
0 votes
1 answer

Can I analyze a program's core dump file with GDB when it has command-line parameters?

You can simply use of GDB, to debug ...READ MORE

Jul 1, 2019 in Linux Administration by Shubham
• 13,490 points
7,731 views
0 votes
1 answer

log X-Amzn-Trace-Id to trace requests through my Application Load Balancer - AWS

Hey use the following steps to log ...READ MORE

Oct 15, 2019 in AWS by Tanya
3,169 views
0 votes
1 answer

How can I handle a Confirmation Alert pop-up using Python Webdriver?

Hey Sudha, you can use following code ...READ MORE

May 28, 2019 in Selenium by George
9,215 views
0 votes
1 answer

I am getting error: Element should have been “select” but was “input” using Selenium Webdriver Java

You can Select element by the following ...READ MORE

Jun 27, 2018 in Selenium by Samarpit
• 5,910 points
23,656 views
0 votes
1 answer

How to install firebug in chrome?

FIrebug was a chrome extension that was ...READ MORE

Dec 21, 2018 in Selenium by Shuvodip
15,997 views
0 votes
1 answer

Now able to open multiple windows: selenium.common.exceptions.WebDriverException: invalid session id

You have initialized driver only once and ...READ MORE

Apr 6, 2019 in Python by James
11,448 views
0 votes
1 answer

Can Ansible replace Jenkins?

Ansible is a configuration management tool whereas ...READ MORE

Nov 15, 2019 in Ansible by Eric
1,770 views
+1 vote
0 answers

This is the lambda function .. I want to add a new function here . delete the original file

Here I have a lmabda funtion that ...READ MORE

Dec 4, 2019 in AWS by Mritunjoy
• 130 points
960 views
0 votes
2 answers

How to switch to windows containers with docker for windows toolbox?

Docker Toolbox installs a VirtualBox VM in ...READ MORE

Aug 26, 2020 in Docker by Pistle
• 1,000 points
4,585 views
0 votes
1 answer

Enable https on a Linux system

Hi @hannah, you can execute the following ...READ MORE

Dec 13, 2019 in Linux Administration by Priyaj
568 views
+2 votes
5 answers

How to fix this error “Invalid command ProxyRequests” while setting up Jenkins?

The reason why you're getting this error ...READ MORE

May 6, 2019 in Jenkins by Vijay
16,023 views
+1 vote
1 answer

how do i get a optimal cutoff value(directly in the form of numeric) from roc curves?

The optimal CutOff value is the point ...READ MORE

Oct 17, 2019 in Python by Saira
2,995 views
0 votes
1 answer

'env' is not recognized as an internal or external command

According to the error, it seems like ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
14,544 views
0 votes
1 answer

How to select all columns with group by?

You can use the following to print ...READ MORE

Feb 19, 2019 in Apache Spark by Omkar
• 69,210 points
13,419 views
0 votes
2 answers

Unable to execute jar- file: “no main manifest attribute”

Check out the answer here https://stackoverflow.com/a/61372736/7747942 READ MORE

Apr 23, 2020 in Java by Anonymous
2,776 views
0 votes
1 answer

How to find size of an element in a webpage with Python Selenium Webdriver?

Hey Fawad, you can use this piece ...READ MORE

Jul 29, 2019 in Selenium by Anvi
• 14,150 points
6,586 views
0 votes
1 answer

Python Pandas: KeyError: False

The reason for this error is that ...READ MORE

May 8, 2019 in Python by Jimmy
9,992 views
+1 vote
1 answer
0 votes
1 answer

How to scrape AJAX based website data?

Hi Adnan, Before you scrape any website/webpage, you ...READ MORE

Nov 29, 2019 in RPA by Raveendiran
• 980 points
1,516 views
0 votes
1 answer
0 votes
2 answers

DevOps Engineer approach to troubleshooting a slow server

I would first check which part of ...READ MORE

Nov 25, 2019 in Other DevOps Questions by Sirajul
• 59,230 points
1,267 views
+1 vote
2 answers

What are the limitation of Functional testing?

It should mention in ur story only ...READ MORE

Sep 1, 2020 in Software Testing by Sri
• 3,190 points
1,153 views
+1 vote
1 answer

How to save a bitmap or vector graphics image after creating a drawing with python's turtle module.

This worked for me: from Tkinter import * from ...READ MORE

Jul 6, 2019 in Python by Kyraa
7,434 views
0 votes
1 answer

Connect networks from different GCP projects.

You could probably use Shared VPC for ...READ MORE

Nov 14, 2019 in GCP by Sirajul
• 59,230 points
1,770 views
+2 votes
1 answer

GCP Data Proc

Hey @Deepthi, you could do this: Run the ...READ MORE

Nov 26, 2019 by Karan
• 19,610 points
1,178 views
+1 vote
1 answer

Remove volume attached to a docker container

If the volume is being referenced by ...READ MORE

Nov 25, 2019 in Docker by Aria
1,241 views
0 votes
1 answer

How can I locate inline elements from a web page using Selenium Webdriver?

Which specific element you are trying to ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
3,742 views
0 votes
1 answer

What is the use of application modeller in blueprism?

Hey Pratibha, Application Modeller is the embedded ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
2,776 views
0 votes
1 answer

Pop up always visible without clicking on the marker in leaflet

@Ch, Pop-up cannot be enabled by default. Another ...READ MORE

Sep 23, 2019 in Data Analytics by Cherukuri
• 33,030 points
3,992 views
0 votes
1 answer

if I remove one container will my volume also get deleted

If the volume is being referenced to ...READ MORE

Nov 25, 2019 in Docker by Aria
1,252 views
0 votes
0 answers

Two SSL cert. How to tell Nginx which one to use?

I have two SSL certs (I have ...READ MORE

Dec 13, 2019 in Linux Administration by Hannah
• 18,570 points
518 views
0 votes
1 answer

How to format and mount a local SSD device?

The easiest way to connect local SSDs ...READ MORE

Nov 6, 2019 in GCP by Sirajul
• 59,230 points
2,075 views
0 votes
1 answer

How to input optional arguments in python command line?

Please use this code. if len(sys.argv) == 2: first_log ...READ MORE

Jul 11, 2019 in Python by Suri
7,163 views
0 votes
1 answer

Will I be charged for creating, updating, or deleting a BigQuery dataset on GCP?

You are not charged for creating, updating, ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,684 views
0 votes
1 answer

how to convert date field into UTC format (2019-10-29T19:20:30.45Z)

Hey, I think this should do what ...READ MORE

Oct 29, 2019 in Python by Niharika
2,402 views
0 votes
1 answer

How many cloud spanner instances should I have for a database? I want to have a single database along with a single instance.

To provide high availability and low latency ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
1,459 views
0 votes
1 answer

how to scale a statefulset in kubernetes?

Scaling StatefulSets : Use kubectl to scale StatefulSets First, ...READ MORE

Jul 23, 2019 in Kubernetes by Sirajul
• 59,230 points
6,634 views
0 votes
1 answer

Access public data from cloud storage without any authentication using google account.

Accessing public data with gsutil or a Cloud Storage ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
1,783 views
0 votes
1 answer

How do I share storage resources across projects in my organization?

You can share access to images and ...READ MORE

Oct 18, 2019 in GCP by Sirajul
• 59,230 points
2,871 views
+1 vote
1 answer

HTML spying mode is not showing in the Chrome browser

You need to instal Chrome pluggin to ...READ MORE

Dec 19, 2019 in RPA by mplich
2,405 views
0 votes
1 answer

What are the steps to work on any production issue in git?

Let's go through the steps to understand ...READ MORE

Nov 26, 2019 in Git & GitHub by Sirajul
• 59,230 points
1,175 views
+1 vote
1 answer

Spark: java.io.FileNotFoundException

Hello, From the error I get that the ...READ MORE

Dec 13, 2019 in Apache Spark by Alexandru
• 510 points
3,631 views
0 votes
1 answer

Set read-write storage scope for a GKE cluster

By default, new Google Kubernetes Engine clusters ...READ MORE

Nov 14, 2019 in GCP by Sirajul
• 59,230 points
1,676 views
0 votes
1 answer

Assign access control to a BigQuery Dataset.

You can apply access controls during dataset creation by ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,635 views