Latest questions in Edureka Community

0 votes
0 answers

Error: package or namespace load failed in R

Hi, I want to use dplyr package ...READ MORE

Jul 8, 2019 in Data Analytics by ramya
1,343 views
0 votes
1 answer

How to change a node's availability?

Hey @jenny,  You can do the following in ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
623 views
0 votes
1 answer

How can I capture screenshot of a webpage partially in Selenium?

Hey Tejasvi, you can capture screenshot of ...READ MORE

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

How to capture screenshot of a webpage using Selenium Webdriver?

Hi Bindiya, you can use TakesScreenshot interface to capture the ...READ MORE

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

Access error: “Rate Exceeded” or “429” message when connecting to a CodeCommit repository

All calls to CodeCommit are subjected to ...READ MORE

Jul 8, 2019 in AWS by Janvi
1,008 views
0 votes
0 answers

How do you parse a string in python?

After splitting the string, how does parsing ...READ MORE

Jul 8, 2019 in Python by Waseem
• 4,540 points
543 views
0 votes
1 answer

How do you write a loop in python with conditional statements in python?

Lets say we have a problem statement ...READ MORE

Jul 8, 2019 in Python by Mohammad
• 3,230 points
757 views
0 votes
1 answer

Access error: Public key denied when connecting to a CodeCommit repository

The main reason why this error occurs ...READ MORE

Jul 8, 2019 in AWS by Tara
964 views
0 votes
1 answer

I am asked for a user name and password when I connect to a CodeCommit repository from Windows

This happens because of the built-in credential ...READ MORE

Jul 8, 2019 in AWS by Anvit
1,013 views
0 votes
1 answer

How Parametermizing tests can be done in TestNG using Data Provider?

Hi Devashish, you can parameterize tests with ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
2,282 views
0 votes
1 answer

How can I perform multiple selection of options in a dropdown using Select class in Selenium?

Hey Priyansh, you can select multiple options ...READ MORE

Jul 8, 2019 in Selenium by Anvi
• 14,150 points
2,924 views
0 votes
1 answer

Can I bypass the routing mesh?

Yes. You can bypass the routing mesh, ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
1,265 views
0 votes
1 answer

How to select multiple options from a dropdown list using Actions class in Selenium?

Hey Renu, you can use Actions class ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
11,171 views
0 votes
1 answer

Is there any way of resolving slow typing issue faced in Internet Explorer?

Hey Anishka, if you are facing slow typing ...READ MORE

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

What are the different methods for switching control to a frame in Selenium Webdriver?

Hey Pallavi, there are a few ways ...READ MORE

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

Which service is suitable to implement IAAC?

To implement IAAC on AWS platform make ...READ MORE

Jul 8, 2019 in AWS by anonymous
1,785 views
0 votes
1 answer

what is routing mesh under docker swarm mode?

Routing Mesh is a feature which make ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
7,878 views
+1 vote
1 answer

Error in .External.graphics - R

You need to install arulesViz package,and load ...READ MORE

Jul 8, 2019 in Data Analytics by sindhu
992 views
0 votes
1 answer

Adding nodes to a swarm

To Add Worker nodes : Open a terminal and ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
835 views
0 votes
1 answer

What is a swarm and how to create a swarm?

A swarm consists of multiple Docker hosts ...READ MORE

Jul 8, 2019 in Docker by Nizam
563 views
0 votes
1 answer

Python code for printing the string without vowels using list comprehension

Hey @Anvit, you can use something like ...READ MORE

Jul 8, 2019 in Python by Rajeev
6,352 views
0 votes
3 answers

How to replace negative numbers in Pandas Data Frame by zero?

 If all your columns are numeric, you ...READ MORE

Dec 16, 2020 in Python by Rajiv
• 8,910 points
43,085 views
0 votes
1 answer

convert a SAS datetime in Pandas

SAS date value is a value that ...READ MORE

Jul 8, 2019 in Python by SDeb
• 13,300 points
2,851 views
0 votes
0 answers

how to import jar in Mac

Jul 7, 2019 in Others by anonymous
635 views
0 votes
1 answer

How to get the multiplication table of any number using list comprehension?

Hey @Neha, you can use something like ...READ MORE

Jul 8, 2019 in Python by Sakshi
6,072 views
0 votes
1 answer

What is generics in C#?

Basically, generic is used when you need ...READ MORE

Jul 8, 2019 in Others by Sakshi
864 views
0 votes
1 answer

How to get key by value in Dictionary UIPath?

Hi Slava, I think you are facing ...READ MORE

Jul 8, 2019 in RPA by Abha
• 28,140 points
6,608 views
0 votes
1 answer

draw polygon based on user input - turtle python

Try something like this: import turtle # create a ...READ MORE

Jul 6, 2019 in Python by Umer
8,970 views
0 votes
1 answer

How do I draw a semi-circle only using turtle - Python

Try this: import turtle turtle = turtle.Pen() turtle.left(90) for x in ...READ MORE

Jul 6, 2019 in Python by Bheem
9,435 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,415 views
0 votes
1 answer

python - get the root from tkinter for turtle

Hey @Haseeb, try something like this: import turtle canvas ...READ MORE

Jul 6, 2019 in Python by Barbara
703 views
0 votes
1 answer

How to use yield keyword in scala and why it is used instead of println?

Hi, The yield keyword is used because the ...READ MORE

Jul 6, 2019 in Apache Spark by Gitika
• 65,910 points
1,693 views
0 votes
1 answer

Python error "SyntaxError: invalid syntax"

but i m getting this ouput: Enter the ...READ MORE

Mar 20, 2020 in Python by anonymous
8,057 views
0 votes
1 answer

How to print loop with condition in scala?

Hi, Yes, in scala there is a guard condition where ...READ MORE

Jul 6, 2019 in Apache Spark by Gitika
• 65,910 points
399 views
0 votes
1 answer

How to implement two level loop in scala?

Hi, You can use two level loops using the ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
588 views
0 votes
1 answer

How can you use "for" statement in scala to print list from collection?

Hi, You can use for loop in scala using ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
503 views
0 votes
1 answer

Move turtle using the arrow keys in Python

You can use something like this: wn.onkey(move_up, 'Up') wn.onkey(move_left, ...READ MORE

Jul 6, 2019 in Python by Travis
2,954 views
0 votes
1 answer

How can we iterate any function using "foreach" function in scala?

Hi, Yes, "foreach" function you use because it will ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
1,355 views
0 votes
1 answer

How to print string text in scala?

Hi, You can see this example to see ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
2,197 views
0 votes
1 answer

What is the role of .dockerignore file?

To understand the role of .dockerignore file, ...READ MORE

Jul 5, 2019 in Docker by Sirajul
• 59,230 points
3,882 views
0 votes
1 answer

How can we optimize and minimize the memory when work with scala use case?

Hi, There is a term in Scala that is ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
693 views
0 votes
1 answer

Which syntax to use to take the sum of list of collection in scala?

Hi, You can see this example to get ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
1,545 views
0 votes
3 answers

What are the different ways to select an option from a dropdown using Selenium Webdriver?

So follow this steps for solution: First click ...READ MORE

Dec 16, 2020 in Selenium by Roshni
• 10,520 points
50,755 views
0 votes
1 answer

What are "docker secrets" and why is it necessary?

In terms of Docker Swarm services, a secret is ...READ MORE

Jul 5, 2019 in Docker by Sirajul
• 59,230 points
601 views
0 votes
1 answer

Creating testjob in sqoop for incremental load

Yes, it is possible to do so. ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Umar
719 views
+1 vote
1 answer

What is Appium and how it uses Selenium Webdriver?

Hey Drejina, Appium is an open source ...READ MORE

Jul 7, 2019 in Selenium by Martin
2,842 views
+1 vote
1 answer

How to perform right click on an element and open it a new window using Web Driver?

Hey Karthik, you can perform right click ...READ MORE

Jul 7, 2019 in Selenium by Hansraj
7,492 views
0 votes
1 answer

How to assign block expression in scala?

Hi, You can follow this example to know ...READ MORE

Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
682 views
0 votes
1 answer

Python error "IndexError: Cannot choose from an empty sequence"

Hi @Isha, According to your error  File ...READ MORE

Jul 5, 2019 in Python by Patric
5,222 views
0 votes
1 answer

Does Selenium Webdriver directly support mobile(Android/IOS) automation?

Hi Hemlata, No, Selenium Webdriver doesn't support ...READ MORE

Jul 7, 2019 in Selenium by Tahir
1,679 views