Trending questions in Edureka Community

0 votes
1 answer

Clear text from text area using selenium WebDriver

use the below code: driver.find_element_by_id('abc').clear(); READ MORE

Jun 20, 2018 in Selenium by Meci Matt
• 9,460 points
32,194 views
0 votes
1 answer

Dynamic title Based on Date

Hi, @Vnk, You can try this: [Date(WindowMax)(Title)] = WINDOW_MAX( ...READ MORE

Jun 15, 2020 in Power BI by Gitika
• 65,910 points
831 views
0 votes
1 answer
0 votes
1 answer

Error: 'android.os.NetworkOnMainThreadException'?

Hello, I solved this problem using a new Thread. Thread ...READ MORE

May 28, 2020 in Java by Niroj
• 82,880 points
1,613 views
0 votes
1 answer

How to set colume as index in Pandas DataFrame?

Hi@akhtar, You can use set_index function in pandas. ...READ MORE

Jun 23, 2020 in Python by MD
• 95,440 points
512 views
0 votes
1 answer

How to append new data in pandas DataFrame?

Hi@MD, You can use the append function to ...READ MORE

Jun 23, 2020 in Python by akhtar
• 38,230 points
506 views
+1 vote
1 answer

How to convert .pem format file to .ppk format file?

Hi@akhtar, You can use puttygen to convert .pem ...READ MORE

Jun 8, 2020 in AWS by MD
• 95,440 points
1,104 views
0 votes
1 answer

Channel fails to create Hyperledger Fabric

Hi, @Sara, I guess this error is happening ...READ MORE

May 26, 2020 in Blockchain by Gitika
• 65,910 points
1,690 views
0 votes
1 answer

How to use one URL in Python code?

Hi@akhtar, You can use the requests module in ...READ MORE

Jun 24, 2020 in Python by MD
• 95,440 points
441 views
+1 vote
1 answer

Need Permissions You don't have permission to access billing information for this account

Hi@akhtar, To see your billing details, you have ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
1,374 views
0 votes
1 answer

How to integrate kubernetes with Terraform?

Hi@akhtar, You can use Kubernetes as your Terraform ...READ MORE

Jun 16, 2020 in Terraform by MD
• 95,440 points
746 views
0 votes
1 answer

JQuery Error: cannot call methods on dialog prior to initialization; attempted to call method 'close'

Hello @kartik, Try this - it works for ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,880 points
1,525 views
0 votes
1 answer

How to delete one user from CentOS system?

Hi@akhtar, You can use userdel command to delete ...READ MORE

Jun 19, 2020 in Linux Administration by MD
• 95,440 points
641 views
0 votes
1 answer

Error:pip install mysql-python fails with EnvironmentError: mysql_config not found

Hello @kartik, It seems mysql_config is missing on ...READ MORE

May 5, 2020 in Python by Niroj
• 82,880 points
2,555 views
0 votes
1 answer

Can anyone help to write a regular expression to fetch TEST:31275 from the below text?

Try using the following expression: Grep -o "TEST:d+" ...READ MORE

Jun 25, 2020 in Python by Nipul Aglawe
348 views
0 votes
1 answer

Why do we need Transaction in Hibernate for read-only operations?

Hello @kartik, It doesn't matter whether you only ...READ MORE

May 4, 2020 in Database by Niroj
• 82,880 points
2,592 views
0 votes
0 answers

I cannot click on the last element and i have been trying for hours PLEASE HELP!!!

from selenium import webdriver from selenium.webdriver.chrome.options import Options from ...READ MORE

Jun 18, 2020 in Selenium by Justin
• 140 points

recategorized Jun 18, 2020 by Gitika 695 views
0 votes
1 answer

exception:org.apache.hadoop.security.AccessControlException Permission denied: user=test, access=WRITE, inode="/user/hive/warehouse/test"

Hi@akhtar, According to your error, it shows you ...READ MORE

Apr 17, 2020 in Big Data Hadoop by MD
• 95,440 points
3,324 views
0 votes
1 answer

error during KafkaServerStartable startup. Prepare to shutdown (kafka.server.KafkaServerStartable)

Hi@akhtar, This error occurs because zookeeper is running already. So ...READ MORE

Mar 31, 2020 in Apache Kafka by MD
• 95,440 points
4,058 views
0 votes
1 answer

SQL injection that gets around mysql_real_escape_string()?

Hello @kartik, Consider the following query: $iId = mysql_real_escape_string("1 ...READ MORE

Apr 9, 2020 in PHP by Niroj
• 82,880 points
3,697 views
+1 vote
0 answers

User level problem on UiPath Github implementation

I have implemented UiPath Studio with GitHub ...READ MORE

Jun 9, 2020 in RPA by Ashish
• 200 points
1,029 views
0 votes
1 answer

How to reimport an updated package while in Python Interpreter?

Hello, To import an updated package while in ...READ MORE

May 12, 2020 in Python by Niroj
• 82,880 points
2,265 views
0 votes
0 answers

how to install kivy module in spyder?

Apr 20, 2020 in Python by amey
• 120 points
3,223 views
0 votes
1 answer

How to do API call in react js?

Hello, Use fetch method inside componentDidMount to update state: componentDidMount(){ fetch('https://dey.me/api/') ...READ MORE

May 18, 2020 in Java-Script by Niroj
• 82,880 points
1,961 views
0 votes
1 answer

I have trained a model using machine learning algorithm in python , now i want to create a browser extension of that saved model , Is it possible ??

Hi@Shubham, It may possible. When you saved your ML ...READ MORE

Jun 13, 2020 in Python by MD
• 95,440 points
867 views
0 votes
0 answers

number of occurrence counting in a string

Write a function called number_of_occurrences that takes ...READ MORE

May 16, 2020 in Python by Anny
• 120 points
2,082 views
0 votes
3 answers

Can a fresher get the job of AWS Solutions Architect?

Yes, A fresher can get a job ...READ MORE

May 13, 2019 in Career Counselling by Ginni
21,522 views
0 votes
1 answer

What are the five steps of ethical hacking?

The 5 major steps involved in ethical ...READ MORE

Jan 31, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

edited Oct 6, 2021 by Sarfaraz 6,601 views
0 votes
1 answer

Error:javax.net.ssl.SSLHandshakeException Error?

Hello @kartik, First, you need to obtain the ...READ MORE

May 21, 2020 in Java by Niroj
• 82,880 points
1,800 views
0 votes
1 answer

What is the use of fsimage in hadoop?

The NameNode stores modifications to the file ...READ MORE

Dec 21, 2018 in Big Data Hadoop by Omkar
• 69,230 points
24,164 views
0 votes
1 answer

Error:Unable to execute dex: Multiple dex files define

Hello @kartik, The Solution for me was just ...READ MORE

May 25, 2020 in Java by Niroj
• 82,880 points
1,613 views
0 votes
1 answer

How do I select an element with its name attribute in jQuery?

Hello @kartik, You can use: jQuery('[name="' + nameAttributeValue + ...READ MORE

Jun 11, 2020 in Java-Script by Niroj
• 82,880 points
877 views
0 votes
1 answer

Error:Callback of .animate() gets called twice jquery

Hiii @kartik, To get a single callback for ...READ MORE

Jun 2, 2020 in Java-Script by Niroj
• 82,880 points
1,277 views
0 votes
1 answer

How can we install python in RHEL using CLI?

Run the following command: sudo yum install python3 This ...READ MORE

Jun 23, 2020 in Python by Tanay Singh
359 views
0 votes
1 answer

error: RPC failed; result=18, HTTP code = 200KiB | 5.00 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF

Hi@akhtar, In your case buffer size of git ...READ MORE

Apr 10, 2020 in Git & GitHub by MD
• 95,440 points
3,552 views
+1 vote
1 answer

Will I be charged for creating users in AWS?

Hi@piyush, You can try some AWS services free of charge within certain ...READ MORE

May 27, 2020 in AWS by MD
• 95,440 points
1,490 views
0 votes
1 answer

How to upload files to azure?

To access Azure Storage, you'll need an ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
6,999 views
0 votes
1 answer

Error:Android SDK installation doesn't find JDK

Hii @kartik, It appears as if whoever posted ...READ MORE

May 25, 2020 in Java by Niroj
• 82,880 points
1,603 views
0 votes
1 answer

"Java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable" in jenkins.

Hi@akhtar, I guess you are trying to use ...READ MORE

Apr 3, 2020 in Jenkins by MD
• 95,440 points
3,831 views
0 votes
1 answer

Error Code: 2020. Lost connection to MySQL server during query

Hello @kartik, I got the same issue when ...READ MORE

May 4, 2020 in Database by Niroj
• 82,880 points
2,494 views
0 votes
1 answer

fedora Image is booted and active, but what is the username and password to login to the terminal in OpenStack?

Hi@akhtar, When you launched an instance in OpenStack ...READ MORE

Mar 26, 2020 in OpenStack by MD
• 95,440 points
4,183 views
0 votes
2 answers

What is the best training for Salesforce ADM-201 Exam?

Hi @Vardhan, I took Edureka's Salesforce Online Training, ...READ MORE

Jun 3, 2021 in Others by Jaya
• 140 points

edited Dec 22, 2021 by Soumya 568 views
0 votes
1 answer
0 votes
1 answer

How to convert form data to JavaScript object with jQuery?

Hello @kartik, You can use: function form_to_json (selector) { ...READ MORE

Apr 28, 2020 in JQuery by Niroj
• 82,880 points
2,731 views
+1 vote
1 answer

can i run localhost in virtual machines if i enabled it in windows?

Hi, @Soujanya, Windows has its "own" localhost, so you ...READ MORE

May 26, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,910 points
1,473 views
0 votes
0 answers

For some reason i cannot click on this element/button and have been trying for hours PLEASE HELP!!

from selenium import webdriver from selenium.webdriver.chrome.options import Options from ...READ MORE

Jun 18, 2020 in Python by Justin
• 140 points

reshown Jun 18, 2020 by Sirajul 566 views
0 votes
1 answer

How do I integrate Ajax with Django applications?

Hello @kartik, You don't have to change your ...READ MORE

Jun 22, 2020 in Python by Niroj
• 82,880 points
339 views
0 votes
1 answer

run script shell inside docker app and mongodb container not working?

Hi, I think this error occurs because you ...READ MORE

Mar 9, 2020 in Docker by MD
• 95,440 points
4,928 views
0 votes
1 answer

How to setup an alarm when Lambda function fails in AWS?

Hi@akhtar, To create an Alarm for Lambda function, ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
3,824 views
0 votes
1 answer

How to use 2000 credit

Your query is very much similar to ...READ MORE

May 16, 2020 in Others by Sirajul
• 59,230 points
1,937 views