Trending questions in Edureka Community

0 votes
0 answers

Close do window

I have the following code driver = webdriver.Chrome(executable_path=r'/home/ruben/Documentos/Robô_Neobux/chromedriver') driver.get(Url) driver.maximize_window() time.sleep(2) Login=driver.find_element_by_id("Kf1").send_keys(Nome_De_Utilizaor) Login=driver.find_element_by_id('Kf2').send_keys(Passoword) time.sleep(15) Login=driver.find_element_by_id('botao_login') Login.click() time.sleep(10) forex ...READ MORE

May 12, 2020 in Selenium by Ruben
• 120 points
574 views
0 votes
0 answers

Getting different texts from the HTML DOM through Selenium and Python or vb.net

Apologies in advance had to hide info ...READ MORE

May 4, 2020 in Selenium by Rock
• 120 points
925 views
0 votes
1 answer

Which are the best online courses available for machine learning?

Hi@akhtar, I also faced the same situation. To ...READ MORE

May 14, 2020 in Career Counselling by MD
• 95,440 points
447 views
0 votes
0 answers

Find all the classes of the table tags

Create a nested list containing classes of ...READ MORE

Apr 24, 2020 in Python by Abhishek
• 120 points
1,364 views
+2 votes
1 answer

EC2 Instance Ping

Hi, You set inbound rule to your instance. ...READ MORE

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

'javac' is not recognized as an internal or external command, operable program or batch file.

Hey @Paridhi, check this out https://www.edureka.co/community/4800/unable-resolve-error-recognized-internal-external-command This should solve ...READ MORE

Apr 20, 2020 in Java by Sirajul
• 59,230 points
1,534 views
0 votes
1 answer

Mounting a Google cloud storage bucket to a GKE pod as a persistent disk.

Yes, its possible. There's a similar project,follow ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
9,539 views
0 votes
1 answer

I passed my B.com in 2013. What are career prospectives that I can go through to be employed ?

Hello Kushasan, Well, there are a lot of ...READ MORE

May 12, 2020 in Career Counselling by Niroj
• 82,880 points
537 views
0 votes
1 answer

Please help me below my question

Check this out https://www.guru99.com/locators-in-selenium-ide.html Hope this helps! Also refer to https://www.edureka.co/blog/css-selectors-in-selenium/#Demo ...READ MORE

May 11, 2020 in Selenium by kim
545 views
0 votes
1 answer

How can I update NodeJS and NPM to the next versions?

Hello @kartik, First check your NPM version npm -v 1).Update ...READ MORE

May 5, 2020 in Java-Script by Niroj
• 82,880 points
787 views
0 votes
1 answer
0 votes
0 answers

I am trying to install pyknow but i get this error

could not find a version that  satisfies ...READ MORE

Mar 4, 2020 in Python by Maria
• 120 points
3,507 views
0 votes
1 answer

How can I extract data dynamically

you need to use for loop in ...READ MORE

Apr 28, 2020 in RPA by vikky
• 520 points
1,168 views
0 votes
1 answer

How can we change the page URL without refreshing the page?

Hello @kartik,  In HTML5 you can change the ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,880 points
1,125 views
0 votes
1 answer

How to identify wheather the request is HTTP GET or HTTP POST in Laravel?

Hey, In order to identify the type of ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
2,815 views
0 votes
1 answer

Can someone tell me how to solve the Hyperledger playground installation issue?

I used those commands but the couldn't ...READ MORE

May 5, 2020 in Blockchain by Ratul
• 180 points
775 views
0 votes
0 answers

I am trying to install PyBase64 on my python 3.8. But I end up with the following error:

$ pip install pybase ERROR: Could not find ...READ MORE

Mar 24, 2020 in Python by Nishant
• 210 points
2,641 views
0 votes
1 answer

How to perform convolution operation between two image pixels?

Hi@akhtar, This convolution function is a part of ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,440 points
611 views
0 votes
0 answers

error while executing the OAuthFactory statement

READ MORE

May 12, 2020 in Data Analytics by AKULA.
• 120 points
501 views
0 votes
1 answer

Can we invoke ant file for pipeline in jenkins using a Jenkinsfile?

Yes, you can do it. You need to ...READ MORE

Feb 6, 2020 in Jenkins by Sirajul
• 59,230 points
4,612 views
0 votes
1 answer

configure mysql database using docker-compose.

Hi@akhtar, To configure mysql database using docker-compose, you ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,440 points
1,674 views
0 votes
1 answer

Where can I start learning Artificial Intelligence and Machine learning?

Hi@akhtar, If you are a beginner then you ...READ MORE

May 13, 2020 in Machine Learning by MD
• 95,440 points
420 views
0 votes
1 answer

How to configure smtp server using python?

Hi@akhtar, To set smtp server in your system, ...READ MORE

Apr 15, 2020 in Python by MD
• 95,440 points
1,627 views
0 votes
0 answers

Filter column name and copy in new Excel sheet

Hi Team, I’m facing an issue while filtering ...READ MORE

Mar 24, 2020 in RPA by Vishwanth
• 150 points
2,619 views
0 votes
1 answer

Suggest me a good course

Hi, @Venkat, As per your description, I can ...READ MORE

May 13, 2020 in Ask us Anything! by Gitika
• 65,910 points
589 views
0 votes
4 answers

Why are Indians getting paid less?

Hey @Mahi, in my opinion Indians are ...READ MORE

Sep 10, 2019 in Career Counselling by Inayat
11,063 views
0 votes
2 answers

How to check if a csv file is empty in pandas?

Try this: df = pd.DataFrame(columns=['Name', 'ID', 'Department']) if df.empty ...READ MORE

Jul 1, 2019 in Python by Bob
14,087 views
0 votes
2 answers

Become a AI/ML Engineer

Hey, @Haritha, There are some points which you ...READ MORE

May 5, 2020 in Career Counselling by Gitika
• 65,910 points
724 views
0 votes
1 answer

How can I set JFrame to appear centered, regardless of monitor resolution?

Hello @kartik, Use setLocationRelativeTo(null) This method has a special effect ...READ MORE

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

How to create branch in GitHub from my local Git repo?

Hi@akhtar, To sync your existing branch in GitHub, ...READ MORE

May 7, 2020 in Git & GitHub by MD
• 95,440 points
663 views
+1 vote
1 answer

que subcomando de excel se puede usar para leer el contenido de la celda especificada en la hoja de calculo activa?

Contiene encabezado le permite recuperar / recuperar ...READ MORE

May 8, 2020 in RPA by Sirajul
• 59,230 points
588 views
0 votes
3 answers

What are some best examples of AI applications in our daily life?

Hi Michael, You don’t need to be a ...READ MORE

Apr 9, 2020 in Machine Learning by Albert
• 160 points
1,805 views
0 votes
1 answer

kernel: java: page allocation failure. order:4, mode:0x20

Hi@akhtar, You may got this error because of ...READ MORE

Apr 30, 2020 in Big Data Hadoop by MD
• 95,440 points
955 views
0 votes
1 answer

How do I cancel charges? Someone signed up for this service (gcp) on my behalf

Hey @Lior, you can check the history ...READ MORE

May 6, 2020 in GCP by Sirajul
• 59,230 points
691 views
+1 vote
5 answers

Set containers timezones by using docker compose.

version "2" services: serviceA: ...READ MORE

Jul 9, 2018 in Docker by Atul
• 10,240 points
22,809 views
0 votes
1 answer

How to install Laravel via composer?

Hello, This is simple you just need to ...READ MORE

Mar 23, 2020 in Laravel by Niroj
• 82,880 points
2,580 views
0 votes
5 answers

Kubernets cluster pod stays in pending state

I had the same issue. I spent ...READ MORE

May 3, 2019 in Kubernetes by Kashish
20,534 views
0 votes
1 answer

How to create a zip archive of a directory in Python?

Hello @kartik, The easiest way is to use shutil.make_archive. ...READ MORE

May 11, 2020 in Python by Niroj
• 82,880 points
446 views
0 votes
1 answer

DatabaseError: current transaction is aborted, commands ignored until end of transaction block?

Hello @kartik, To get rid of the error, roll ...READ MORE

May 6, 2020 in Python by Niroj
• 82,880 points
659 views
0 votes
1 answer

How to merge data between Git branches?

Hi@akhtar, You can merge your data between Git ...READ MORE

May 10, 2020 in Git & GitHub by MD
• 95,440 points
484 views
0 votes
1 answer

Andriod app crash

Hello Abhishek! (If you have created the app) ...READ MORE

May 9, 2020 in Others by Anadya
544 views
0 votes
1 answer

how to extract information from a pdf using regex and send that information to an excel spreadsheet?

You can use the following high level activities to ...READ MORE

Apr 9, 2020 in RPA by Karan
• 19,610 points
1,844 views
+1 vote
1 answer

​In ANN how the weight gets selected by the model INITIALLY?

Hi@Nandini, When you add your NN layer, it ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,440 points
486 views
0 votes
1 answer

How to query all the GraphQL type fields without writing a long query?

Hello @kartik, GraphQL query format was designed in order ...READ MORE

Apr 20, 2020 in PHP by Niroj
• 82,880 points
1,340 views
0 votes
2 answers

Types of recordings in UiPath

Basic Recording: It is best suitable for recording ...READ MORE

Feb 21, 2020 in RPA by Juni
11,465 views
0 votes
1 answer

Maven project is not generating TestNG results within the test-output folder in a Selenium project

You can find the answer here. In Run ...READ MORE

Aug 30, 2020 in Selenium by Karthikeya
• 140 points
4,843 views
0 votes
1 answer

How to make JTable both AutoResize and horizontall scrollable?

Hello @kartik, If for some reason customising JTable ...READ MORE

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

How to call setUndecorated() after a frame is made visible?

Hello kartik, You can Try: dispose(); setUndecorated(true); setVisible(true); Check it Out. Hope ...READ MORE

Apr 21, 2020 in Java by Niroj
• 82,880 points
1,275 views
+4 votes
1 answer

[Pipeline] withDockerContainer Jenkins does not seem to be running inside a container

Hey @Karan, I just missed out on ...READ MORE

Nov 14, 2019 in Jenkins by Eric
8,090 views