Trending questions in Edureka Community

0 votes
1 answer

How to disable infobar in Chrome browser in Selenium Webdriver?

Hi Lerry, you can disable Infobars displayed ...READ MORE

Jun 4, 2019 in Selenium by Hardeep
5,573 views
0 votes
1 answer

How can I run/debug pytest script using eclipse?

Hi Amish, to run/debug pytest scripts in ...READ MORE

Aug 23, 2019 in Selenium by Abha
• 28,140 points
2,099 views
0 votes
1 answer

Python Pandas: Find length of string in dataframe

You can find the length of the ...READ MORE

May 14, 2019 in Python by Firoz
6,438 views
0 votes
0 answers

How IaaS, PaaS and SaaS are different from each other in terms of managing responsibilities in Azure cloud computing?

How IaaS, PaaS and SaaS are different ...READ MORE

Sep 30, 2019 in Azure by Pratibha
• 3,690 points
470 views
0 votes
1 answer

How to highlight polygon/hovered a region in a map?

Hey, Try this code example to highlight polygon ...READ MORE

Sep 25, 2019 in Data Analytics by anonymous
• 3,450 points
688 views
0 votes
2 answers

AWS Aurora MySQL Serverless CPU utilisation is above 10 even it is not processing any requests

It is serverless so you cannot do ...READ MORE

Aug 22, 2019 in AWS by Maris
2,095 views
0 votes
1 answer

Report a bug related to aws services.

To submit feedback on AWS services Use the AWS ...READ MORE

Aug 23, 2019 in AWS by Alok

edited Jun 20, 2023 by Khan Sarfaraz 2,067 views
0 votes
1 answer

Not able to run script in EC2 AMI instance

To allow run the 'aws s3 sync' ...READ MORE

Aug 28, 2019 in AWS by Randy
1,848 views
0 votes
1 answer

How to list files in hdfs that contains a specific string?

Yes, you can do this. You can ...READ MORE

Jan 27, 2019 in Big Data Hadoop by Omkar
• 69,230 points
11,047 views
0 votes
1 answer

GCP v/s AWS : Which cloud provider to choose?

Depends on what exactly you are looking ...READ MORE

Sep 23, 2019 in GCP by Sirajul
• 59,230 points
727 views
0 votes
1 answer

Kubernetes: How do i initiate rollback for an application ?

Rollback and rolling updates are a feature ...READ MORE

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

Why is SELECT * considered harmful?

If you add fields to the table, ...READ MORE

Sep 27, 2019 in Database by Omaiz
• 560 points
548 views
+1 vote
3 answers

java.lang.ClassNotFoundException: okhttp3.ConnectionPool - Selenium Error

The only reason for ClassNotFoundException is if ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
17,745 views
0 votes
0 answers

Only local connections are allowed error message for chrome driver

package sample; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import ...READ MORE

Apr 29, 2019 in Selenium by Pratikhya
• 120 points
7,108 views
0 votes
1 answer

Can we select elements by CSS selectors in Python Selenium Webdriver?

Hi Suhana, you can use CSS Selectors ...READ MORE

Jul 29, 2019 in Selenium by Abha
• 28,140 points
3,261 views
0 votes
5 answers

Whose references should I include on my resume while doing a job change?

When choosing resume references, consider individuals who ...READ MORE

Sep 9, 2019 in Career Counselling by Sirajul
• 59,230 points
1,217 views
0 votes
1 answer

What kind of applications require the "Flexible Environment" of the Google app engine?

The flexible environment is optimal for applications ...READ MORE

Sep 25, 2019 in GCP by Sirajul
• 59,230 points
610 views
0 votes
1 answer

Error While Installing Tensorflow

To install tensorflow you need to have ...READ MORE

Sep 20, 2019 in Machine Learning by Sharan
844 views
0 votes
0 answers

Error while opening Edureka VM on virtual box

Hi Team, I am using windows 10 machine ...READ MORE

Sep 24, 2019 in Linux Administration by Kiran
• 120 points
697 views
0 votes
1 answer

What all filters can I use? - Cloudtrail

Hey @Hannah, you can specify Time range ...READ MORE

Sep 30, 2019 in AWS by Bob
395 views
+1 vote
2 answers

How to copy docker images from one host to another without a repository?

To save an image to any file ...READ MORE

Aug 13, 2019 in Docker by Sirajul
• 59,230 points
10,813 views
0 votes
1 answer

How to connect ui path studio to orchestrator ?

Hi Teja, there's already a question on ...READ MORE

Sep 18, 2019 in RPA by Abha
• 28,140 points
947 views
0 votes
1 answer

What are the limitations of using JUnit?

Hey Sumit, JUnit is a very good ...READ MORE

Jul 4, 2019 in Selenium by Abha
• 28,140 points
4,211 views
0 votes
1 answer

Performing divison on timedelta object in python?

Refer the following piece of code: e1=datetime.timedelta(days=32, seconds=0, ...READ MORE

Aug 13, 2019 in Python by Wajiha
• 1,950 points
2,462 views
0 votes
2 answers

How to use scoop in a Java Program

There is a trick which worked out ...READ MORE

Sep 4, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,464 views
0 votes
0 answers

How to achieve zero downtime in cloud service deployments during upgrades and all hardware failures?

How to achieve zero downtime in cloud ...READ MORE

Sep 30, 2019 in Azure by Pratibha
• 3,690 points
418 views
+1 vote
1 answer

Client not able to connect to cluster

There could be multiple reasons: Make sure you ...READ MORE

Sep 23, 2019 in Big Data Hadoop by Rishi
685 views
0 votes
5 answers

What is a career advice that people realize late in life?

Overseas education is widely under rated still ...READ MORE

Apr 20, 2020 in Career Counselling by Viobe
• 140 points
755 views
0 votes
1 answer

Spark Installation problem

After downloading Spark, you need to set ...READ MORE

Jul 5, 2019 in Apache Spark by Rishi
4,143 views
0 votes
0 answers

What are different cloud implementation methods in Azure?

What are different cloud implementation methods in ...READ MORE

Sep 30, 2019 in Azure by Pratibha
• 3,690 points
415 views
0 votes
1 answer

Command to copy file from desktop to hdfs

You can use either of the below ...READ MORE

Jul 11, 2019 in Big Data Hadoop by Firoz
3,874 views
0 votes
1 answer

Is it possible to use webdriverwait for checking the visiblity of an element in webdriver?

Hello Jagdeep, Yes it is possible to ...READ MORE

Jul 4, 2019 in Selenium by Anvi
• 14,150 points
4,205 views
0 votes
1 answer

What are Tenants in UiPath Orchestrator?

Hello @Brijesh, the Default tenant is also automatically created ...READ MORE

Apr 4, 2019 in RPA by Abha
• 28,140 points
8,101 views
0 votes
1 answer

Puppet: an additional repository is added on ubuntu by apt package

Passing in an empty string for the ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
2,743 views
0 votes
1 answer

Warning: unable to load hadoop native library

Just append word native to your HADOOP_OPTS lik ...READ MORE

Sep 9, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,277 views
0 votes
1 answer

Jenkins on AWS error "wget: missing URL"

Hahah @Dipti, its a very silly mistake. ...READ MORE

Aug 29, 2019 in AWS by Kalgi
• 52,360 points
1,740 views
0 votes
1 answer

How to get coordinates of a web element using Python Selenium?

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

Jul 29, 2019 in Selenium by Abha
• 28,140 points
3,078 views
0 votes
2 answers

What's the average salary of a Software testing engineer?

The average salary for a Software Test ...READ MORE

Sep 10, 2019 in Career Counselling by Sirajul
• 59,230 points
1,324 views
0 votes
1 answer

Command to get status of all running Oozie workflow

Hey, You can use this command to get ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
5,110 views
0 votes
1 answer

cant open a json file in r

You can use the package jsonlite to read ...READ MORE

Nov 4, 2019 in Data Analytics by pallavi
954 views
0 votes
1 answer

How to save the content on the page (full page) using Selenium WebDriver?

Selenium isn't designed to do this, you ...READ MORE

Jun 28, 2019 in Selenium by Vaishnavi
• 1,180 points
4,413 views
0 votes
1 answer

What are first class objects in Python?

First-class objects in a language are handled uniformly ...READ MORE

Aug 2, 2019 in Python by Arvind
• 3,040 points
2,896 views
0 votes
1 answer

R - any_vars and all_vars() functions

Hi, Chaitra The main difference between them is ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
2,277 views
0 votes
1 answer

How to set choices of inputs within server function in shiny app?

@Kajal, Use renderUI function to add input elements ...READ MORE

Oct 28, 2019 in Data Analytics by anonymous
• 33,030 points
427 views
0 votes
1 answer

What is Object Repository in Selenium WebDriver?

@Tanmay, Object Repository is used to store ...READ MORE

Jun 4, 2019 in Selenium by Wasim
5,441 views
0 votes
1 answer

How to add package com.databricks.spark.avro in spark?

Start spark shell using below line of ...READ MORE

Jul 23, 2019 in Apache Spark by Ritu
3,324 views
0 votes
1 answer

Puppet: Environment variables

*.sh scripts in /etc/profile.d are read at user-login time (as ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
2,630 views
0 votes
1 answer

Primary keys in Apache Spark

I found the following solution to be ...READ MORE

Sep 11, 2019 in Apache Spark by ravikiran
• 4,620 points
1,163 views
0 votes
1 answer

How to extract numbers from a web page using Uipath ?

Hi, you can simply use GetText and Message ...READ MORE

Aug 19, 2019 in RPA by Abha
• 28,140 points
2,145 views
+1 vote
1 answer

soapUI test with Jenkins

Hey Ashutosh, I myself don't have any ...READ MORE

Sep 16, 2019 in Software Testing by Abha
• 28,140 points
953 views