Selenium 3.0 - Selenium Webdriver Latest version Changes and Challenges

preview_player
Показать описание
Please use the following link to install the Katalon Studio:

This video is for Selenium 3.0 introduction, major changes and challenges discussion.
Рекомендации по теме
Комментарии
Автор

Thank you Krishna for the beautiful video and nice and clean explanation. The update from you will help many people out there. Good job

avishekbehera
Автор

Very helpful for new Selenium 3.0 users

srinivasaraoalavilli
Автор

Thank you, very clear and to the point!

MandarinHub
Автор

Thank you so much! I am able to fix the error that I came across with selenium 3.0 beta

ushahebbar
Автор

thanks i ws trained on selenium 2 and i downloaded selenium 3, and i ws having very rough time, now need to add geckodriver..thanks buddy

amritsingh
Автор

thank u very much. this is very supportive. :) i am able to fix the error.

maneshagardiyepunchihewa
Автор

Please come up with a detailed video on using IE 11 and IE Edge with Selenium 3.0, as very less information is available on internet.

abhisheksinha
Автор

what is the version of firefox you used here ?

AnythingThatIsFunny
Автор

I am getting error " Connect to localhost:48110 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'"
I used jar version 3.4.0 and firefox version 56.0.

biswajitbiswal
Автор

Hi,

I am unable to use the "Actions" class in selenium 3.0 webdriver. It's giving POST did not match a known command Build info: version: 'unknown', revision: 'unknown', time: 'unknown'" exception when trying to execute following

Actions action = new Actions(wd1);



Kindly provide the solution on using the mouse over actions in selenium 3.0 and above.

Thanks,

ShivaganeshKota
Автор

Hi
Useful demo Thank you
"Your connection is not secure- certificate error"
when i am running the selenium script, iam getting the above error

ENVData : using selenium 3.0.1 and FF version 50.0

Can any one help me ?

venkypp
Автор

sir, i am not getting navigate method in the selenium3.0.1.how i need to resolve it.plz reply

navyakadavergu
Автор

I got the following error while using sendKeys() method.Error:(22, 53) java: incompatible types: java.lang.String cannot be converted to java.lang.CharSequence[]

shreyanshlodha