SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

Problème avec l'objet area de google maps #4355

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 4355

 Le script consiste à cliquer sur un area (petit cercle pour désigner un hotel exp)
et afficher un info bulle contenat un bouton réserver etc...
Si "cliquer sur l'objet area" est la première instruction ça marche.
Sinon, objet non reconnu.

Reported by mehreztlili on 2012-08-01 10:28:29

lukeis commented 8 years ago
1. Please provide a sample test script to reproduce the issue.
2. Please specify selenium version, OS and browser type and version.

Reported by barancev on 2012-08-02 18:54:00

lukeis commented 8 years ago
Hello:
1) this is the script HTML:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://www.viamichelin.fr/" />
<title>MichelinTest1</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">MichelinTest1</td></tr>
</thead><tbody>
<tr>
    <td>open</td>
    <td>http://www.viamichelin.fr/</td>
    <td></td>
</tr>
<tr>
    <td>assertTitle</td>
    <td>exact:ViaMichelin: Itinéraires, Cartes, Trafic, Météo, Restaurants et Réservation
d'hôtels en France et en Europe</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=Itinéraires</td>
    <td></td>
</tr>
<tr>
    <td>assertTitle</td>
    <td>Itinéraires ViaMichelin: trajets en France et à l'étranger</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>css=div.btTool</td>
    <td></td>
</tr>
<tr>
    <td>waitForPopUp</td>
    <td>fullscreen</td>
    <td>30000</td>
</tr>
<tr>
    <td>selectWindow</td>
    <td>name=fullscreen</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>css=div.btTool.btHotels</td>
    <td></td>
</tr>
<tr>
    <td>clickAt</td>
    <td>id=51905-321837</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>name=resaButton</td>
    <td></td>
</tr>
<tr>
    <td>waitForPopUp</td>
    <td>_blank</td>
    <td>30000</td>
</tr>
</tbody></table>
</body>
</html>

2) Selenium ide 1.9.0
   Windows 7
   Firefox 12.0

Reported by mehreztlili on 2012-08-03 07:57:20


lukeis commented 8 years ago
I bet you have to add waits (pauses) before clicks to ensure elements are available.

Reported by barancev on 2012-08-04 17:01:09

lukeis commented 8 years ago
I have done it but the problem exists yet.

Reported by mehreztlili on 2012-08-06 07:24:24

lukeis commented 8 years ago
I don't understand software at all... I'm going to need to practice using different
systems. Are you familiar with this website at all: c2logix.com?

Reported by hilarykimbel on 2014-01-22 23:07:03

lukeis commented 8 years ago
Hi hilary,
what you need to do with this site?

Reported by mehreztlili on 2014-01-23 19:18:22

lukeis commented 8 years ago
Is this issue still actual?

Unfortunately the target site uses geolocation so the provided scenario can't be run
as is (the map and the objects on the map are different). If the issue is actual please
provide more geolocation neutral case to reproduce it.

Reported by barancev on 2014-01-28 22:01:30

lukeis commented 8 years ago
thanks,
this issue is closed.

Reported by mtlili@dalisys.com on 2014-01-29 18:58:29

lukeis commented 8 years ago

Reported by barancev on 2014-01-29 19:07:23

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:15:53