Reputation: 23
I'm new in automatic testing and Selenium. I have problem with selection in google maps. I open list with word but couldn't find way to select http://prntscr.com/4elckp . Browser is Firefox.
Upvotes: 0
Views: 324
Reputation: 347
you can try the record button which will record your test case. click on the red button at the top right corner and go to the google maps page and do whatever activity you wanted to do, make sure that no extra activity is recorded, else exclude it.
for example: if you type the minimise button, this too will be recorded so once your test case has been recorded, just remove the extra command on it
Upvotes: 1