Home > Software design >  Need Help on chrome drive run test, everytime i run test I Agree appear and test stops
Need Help on chrome drive run test, everytime i run test I Agree appear and test stops

Time:10-13

hello everyone i am new .

last night i was trying to do a test looking at tutorial but when i start run test chrome opens up at the screen "before you continue to Google Search " Customise or I agree screen , test does not go further. i will post screen shot too, i have been looking for answer for few hours on internet but i can not find any. enter image description ,no matter what for test i run test stops when chrome browser pops up .i have downloaded in correct way chrome drive

everytime run test it stops at Customise I Agree screen

everytime run test it stops at Customise I Agree screen

everytime run test it stops at Customise I Agree screen

CodePudding user response:

Hmm, Selenium is better for opening a website and not searching. If you have a website in mind I would just put in the URL instead of searching. You could do:

https://www.google.com/search?q={thing you are searching here}

If you need any more help let me know!

  • Related